LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
```tex \documentclass{article} \usepackage{amsmath} \begin{document} This post is about the align environment. I'm going to identify columns by $nR$ or $nL$ to indicate the $n\textsuperscript{th}$ column that should be Right or...
I stumbled on a discrepancy between the XML and the PDF for `t/expansion/aftergroup.tex`, so I think we should revisit carefully each line of that test and sync up the latexml...
Very related with #1841: dvisvgm and latexml guess different bounding boxes for mathimages. ```latex \documentclass{amsart} \begin{document} Horizontal spacing: see space between $\{x : x\text{ is an even integer}\}$ and the...
Creating math images produces poor sizing and alignment, for instance ```latex \documentclass{amsart} \begin{document} Alignment test: $\underbrace{x + \dots + x}_{n\text{ times}}$. \end{document} ``` through `latexmlc --mathimages` produces  My guess...
We have a document split into chapters, where the up-link page header is used to always make the document title visible on every page: https://specification.modelica.org/master/equations.html (It is nice that this...
One `aligned`: ```latex \documentclass{article} \usepackage{amsmath} \begin{document} \begin{equation} \begin{aligned} a \end{aligned} \end{equation} \end{document} ``` LaTeXML output: ```xml ... ``` --- Two `aligned`: ```latex \documentclass{article} \usepackage{amsmath} \begin{document} \begin{equation} \begin{aligned} a \end{aligned}\\ \begin{aligned}...
It appears that cleveref is not working as intended. ```latex \documentclass{article} \usepackage{cleveref} \newtheorem{thm}{Theorem} \begin{document} \begin{thm}\label{theorem} This theorem. \end{thm} Reference should start with `Theorem': \Cref{theorem}. \end{document} ``` If I understand correctly,...
In the authors list and institutions list, the references to institutions are broken.
I will start collecting examples in an issue, ideally I go to 5-10 different articles in arXiv, to see the broad flavor of markup we get with minipages. Currently my...
It appears that ImageMagick can fail in ways that LaTeXML does not detect, and that makes it really hard to debug installation problems. As far as I can tell, there...