5 ms·
I don't know if there's an advantage, haha. It was just the first thing that came to mind. Looks like a pipe is also supported; you just need to pass `-` as th
by pyjamafish 3y ago
I don't know if there's an advantage, haha. It was just the first thing that came to mind.
Looks like a pipe is also supported; you just need to pass `-` as the name of the file to `latexmlpost`.
latexml mydoc.tex | latexmlpost --dest=mydoc.html --format=html5 -
- tkw01536 3y agoYou can actually also use the latexmlc omni-executable [1] (that is part of the latexml distribution), which can convert to html in one command: latexmlc --dest=mydoc.html --format=html5 mydoc.tex [1] https://math.nist.gov/~BMiller/LaTeXML/manual/commands/latexmlc.html https://math.nist.gov/~BMiller/LaTeXML/manual/commands/latex...