engrafo icon indicating copy to clipboard operation
engrafo copied to clipboard

Convert LaTeX documents into beautiful responsive web pages using LaTeXML.

Results 137 engrafo issues
Sort by recently updated
recently updated
newest added

This should be done after latexml rendering - could just pngcrush/optijpg all of the images in the output directory.

type/enhancement
help wanted

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....

area/latexml

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...

type/enhancement
area/latexml

...or in a `?...` querystring will work too, I think. This will make static files cacheable.

help wanted

It's not ready yet, but leaving this as a reminder for when it is done. It can be used directly from Node.

area/mathjax

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

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...