LaTeXML icon indicating copy to clipboard operation
LaTeXML copied to clipboard

LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.

Results 223 LaTeXML issues
Sort by recently updated
recently updated
newest added
trafficstars

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

enhancement
packages
schema

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

bug
latexml
texlive 2021

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

enhancement
postprocessing

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 ![image](https://user-images.githubusercontent.com/1962985/161396842-c37b732f-3693-4809-b711-2e009f5d6284.png) My guess...

enhancement
postprocessing

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

enhancement
postprocessing

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

enhancement
packages
math parsing

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

enhancement
packages

In the authors list and institutions list, the references to institutions are broken.

bug
packages
frontmatter

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

enhancement
postprocessing
schema
figures

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

enhancement
postprocessing