engrafo
engrafo copied to clipboard
Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
This should be done after latexml rendering - could just pngcrush/optijpg all of the images in the output directory.
This is really an upstream issue in LaTeXML, but I'm going to file it here for the time being while we put together a more coherent plan with more examples....
This is a meta issue for supporting some basic CS/ML styles in latexml. - [x] ICML - https://www.arxiv-vanity.com/papers/1311.2901/ - https://www.arxiv-vanity.com/papers/1902.02476/ - implementation: https://github.com/brucemiller/LaTeXML/pull/1123 (todo: remove hacks in engrafo.ltxml when this...
...or in a `?...` querystring will work too, I think. This will make static files cacheable.
It's not ready yet, but leaving this as a reminder for when it is done. It can be used directly from Node.
The following is included in the README. ``` $ docker run \ -v "$(pwd)":/workdir -w /workdir \ arxivvanity/engrafo engrafo input/main.tex output/ ``` Problem with `docker run` is that the outputs...
Somebody is linking to it from their website! https://www.khoury.northeastern.edu/people/jan-willem-van-de-meent/
https://dlmf.nist.gov/LaTeXML/manual/errorcodes/ That way CorTeX can aggregate Engrafo errors. Part of #592
The spirit of #71.
Before the bm package became widely used, a common trick was to use \boldmath inside \mbox if you wanted a bold greek letter in an equation (usually you had a...