Questions tagged [latexml]

LaTeXML is a Perl-based convertor of LaTeX to XML/HTML/MathML.

LaTeXML is actively developed and can be found at: http://dlmf.nist.gov/LaTeXML/

18 questions
5
votes
3 answers

LaTeXML \itemize creates weird

I'm surprised/confused by LaTeXML's handling of lists. With an example like this called test.tex: \documentclass{article} \begin{document} Hello itemize: \begin{itemize} \item one \item two \end{itemize} \end{document} Running the…
2
votes
1 answer

Why does latexml not recognize "\appendixpage" from the "appendix" package?

Here is an error from latexml (installed with brew install latexml on OS X): $ latexml foo.tex latexml (LaTeXML version 0.8.5) processing started Sun Aug 29 10:28:25 2021 (Digesting TeX foo... (Loading…
dfrankow
  • 233
1
vote
1 answer

How to remove "generated by LaTeXML" message?

I used LaTeXML (version 0.8.5) as a part of generating an ebook, as follows: latexml --dest ../book.xml main.tex It leaves a message at the end of the book: How do I remove this message?
dfrankow
  • 233
1
vote
1 answer

latexml - It can't find scrartcl

I'm trying to convert a LaTeX document (with lots of \input) into HTML: latexml --includestyles document.tex The warning I got: Warning:missing_file:scrartcl Can't find binding for class scrartcl (using OmniBus)
user152148
0
votes
1 answer

Why does latexml not recognize "\include"?

Here is an error from latexml (installed with brew install latexml on OS X): $ latexml --dest tmp/book.xml main.tex latexml (LaTeXML version 0.8.5) processing started Thu Aug 26 13:19:17 2021 (Digesting TeX main... (Loading…
dfrankow
  • 233