LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
Split the (huge) `TeX.pool` into more manageable, modular components: * TeX primitives, grouped according to David Bausum's "families" of primitives * LaTeXML-specific utilities, helpers, etc * LaTeXML binding for `plain.tex`....
Hi, TL;DR: possible to get a bulk dump of ax5iv? I'm with Stanford's [Center for Research on Foundation Models ](https://crfm.stanford.edu/) and we're looking into improving the state of data cleaning...
This is a rough feature idea. SUMMARY: Use a JSON-compatible file format (JSON, YAML, TOML, even [JSOML](https://pypi.org/project/jsoml/) :sweat_smile:) that conforms to https://commonmeta.org or similar in parallel to TeX files to...
When generating JATS XML, latexmlc 0.8.8 inserts `not-yet-known` for journal metadata: ``` not-yet-known not-yet-known ... not-yet-known ``` I see a number of downside to the behavior: 1. I am not...
There are more subtle refactors and updates possible in KeyVals, but here is a PR that cleans up a couple of the more obvious pieces which are now outdated. [Found...
For instance, I would like to be able to have a main html file at the top level, then storing the static assets two levels deeper than that. In general...
# Issue The installation of LaTeXML fails when attempting to install it via the `cpan LaTeXML` instruction. Specifically it fails during the make test phase of installation. This is performed...
Currently LaTeXML outputs ``` unknown ``` whereas pandoc outputs (when given metadata in YAML): ``` Copyright © 2020 S. Maggi 2020 S. Maggi https://creativecommons.org/licenses/by/4.0/ Released under a Creative Commons Attribution...
REPO STEPS: With [doc.tex.txt](https://github.com/brucemiller/LaTeXML/files/14953140/doc.tex.txt): ``` latexmlc --format=jats doc.tex.txt ``` GOT: ``` ... The foo. Some inline bars. ... ``` EXPECTED: ``` ... The foo. Some inline bars. ... ``` NOTES:...
LaTeXML 0.8.8 outputs `` elements in the ``, instead of `` elements. Not sure what is the right approach for LaTeXML but I can say mixed-citation causes a problem for...