Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Jan 5, 2024
1 parent 122ee81 commit 2dabe96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
path = temml
url = https://github.com/ronkok/Temml
[submodule "latkerlo-jvotci"]
path = latkerlo-jvotci
url = https://github.com/latkerlo/latkerlo-jvotci
path = latkerlo-jvotci
url = https://github.com/latkerlo/latkerlo-jvotci
[submodule "plex"]
path = plex
url = https://github.com/IBM/plex
2 changes: 1 addition & 1 deletion temml
Submodule temml updated 53 files
+ .yarn/install-state.gz
+11 −0 CHANGELOG.md
+33 −0 dist/Temml-Asana.css
+33 −0 dist/Temml-Latin-Modern.css
+33 −0 dist/Temml-Libertinus.css
+33 −0 dist/Temml-Local.css
+33 −0 dist/Temml-STIX2.css
+50 −65 dist/temml.cjs
+50 −65 dist/temml.js
+1 −1 dist/temml.min.js
+50 −65 dist/temml.mjs
+1 −1 dist/temmlPostProcess.js
+4 −4 docs/administration.md
+2 −2 docs/comparison.html
+2 −2 docs/support_table.md
+2 −2 docs/supported.md
+1 −1 package.json
+33 −0 site/assets/Temml-Asana.css
+33 −0 site/assets/Temml-Latin-Modern.css
+33 −0 site/assets/Temml-Libertinus.css
+33 −0 site/assets/Temml-Local.css
+33 −0 site/assets/Temml-STIX2.css
+1 −1 site/assets/temml.min.js
+4 −9 site/docs/en/administration.html
+436 −457 site/docs/en/comparison.html
+494 −515 site/docs/en/support_table.html
+170 −191 site/docs/en/supported.html
+2 −2 site/index.html
+6 −6 site/tests/LaTeXML-tests.html
+8 −8 site/tests/environment-tests.html
+29 −110 site/tests/katex-tests.html
+32 −32 site/tests/mhchem-tests.html
+5 −5 site/tests/mozilla-tests.html
+57 −67 site/tests/wiki-tests.html
+8 −3 src/Parser.js
+10 −8 src/buildMathML.js
+6 −3 src/environments/array.js
+2 −1 src/environments/cd.js
+2 −9 src/functions/color.js
+2 −12 src/functions/delimsizing.js
+5 −24 src/functions/enclose.js
+1 −1 src/functions/font.js
+2 −2 src/functions/not.js
+10 −0 src/functions/op.js
+1 −1 src/functions/ordgroup.js
+1 −1 src/postProcess.js
+0 −110 src/svg.js
+1 −78 test/Investigate.html
+50 −65 test/temml.js
+1 −1 test/temmlPostProcess.js
+43 −16 test/unit-test.cjs
+50 −65 utils/temml.cjs
+50 −65 utils/temml.mjs

0 comments on commit 2dabe96

Please sign in to comment.