LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
Things like `latexmlc --split --splitnaming=label` will produce garbled file names on Windows in presence of Unicode characters: ```latex \documentclass{article} \begin{document} \section{Unicode name}\label{unicöde} Content. \end{document} ``` This is a well known...
When using `--graphicsmap=pdf.svg`, it converts the graphic to a SVG with a raster rendering of the PDF. I would expect it to convert it to a vector graphic. The same...
Encountered while debugging the arXiv report at: https://github.com/arXiv/html_feedback/issues/418 The caption issue reported there is resolved, but a separate bug is using `\input` inside a complex tabular. As a first minimal...
This issue requests a setting that changes the preference for math identifiers from hierarchical to global. I can implement the PR if there is interest. A global id is very...
Bruce and I had discussed in the first half of 2021 that certain documents in arXiv are not what we traditionally think of as "articles", or even "manuscripts", but are...
This was a well-hidden regression as we don't have pgfplots tests in place. Minimally, it is reproduced by the error from converting the snippet: ```tex \documentclass{article} \usepackage{pgfplots} \usepgfplotslibrary{groupplots} \begin{document} \begin{tikzpicture}...
An improbable edge case: characters like `-`, `*` get parsed even within `\operatorname{}`. This should not happen: ```latex $a-b$ $\operatorname{a-b}$ ``` compiles to the PDF  Per amsmath documentation, `\operatorname{}`...
We are using the optional post-processing in LaTeXML to create a TOC and noticed that some elements are excluded. For our use case, it would be ideal if the TOC...
While `\overline{abcd}` renders fine with Firefox the line is too short in chrome  However, if one replaces the second part of the mover with...
This is inspired by a recent email to the list, but also something I've come across in the past. The follow tex: ```tex \documentclass{article} \usepackage{makeidx} \makeindex \begin{document} \setcounter{section}{4} \section{Introduction}\label{sec:intro} bare...