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

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

bug
Windows

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

enhancement
postprocessing

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

bug
latexml

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

enhancement
latexml

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

enhancement
math parsing

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

packages
regression

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 ![image](https://github.com/brucemiller/LaTeXML/assets/1962985/63536e62-bd3a-4626-8644-fab9b499c589) Per amsmath documentation, `\operatorname{}`...

enhancement
math parsing

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

bug
postprocessing
frontmatter

While `\overline{abcd}` renders fine with Firefox the line is too short in chrome ![Screenshot 2024-02-10 at 10 05 03](https://github.com/brucemiller/LaTeXML/assets/2777736/d0526a03-2e0a-40d9-97a6-978bde213898) However, if one replaces the second part of the mover with...

bug
math parsing
fidelity

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

enhancement
backmatter