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

When a tilde appears in an URL, LaTeX users will frequently and incorrectly replace it with `$\sim$` (since the tilde character is a non-breaking space in LaTeX). Here's a particularly...

bug
packages

I arrived at a minimal example for a latexml Fatal (but perfectly healthy pdflatex), which I couldn't fix on a short notice, so I am recording it as a new...

bug
packages
arXiv
pgf/tikz

The current record-holder for largest asset in ar5iv is `arXiv:1501.02683`, which has a ZIP of 647 MB in size. To add insult to injury, the bundle contains a single `cortex.log`...

enhancement

When using `article`, `\thanks{}` are correctly translated into a `` -- it's really just a footnote with slightly different formatting. When using `amsart`, however, it gets translated into ``. Probably...

packages
postprocessing
minor

Affects XML and HTML document collections (i.e. split into multiple documents) generated with LaTeXML 0.8.2 using latexml LaTeX -> XML followed by latexmlpost XML -> collection of XML/HTML documents with...

bug
postprocessing

```latex \documentclass{IEEEtran} \begin{document} \begin{IEEEproof}[Proof of Pythagoras] abc. \end{IEEEproof} \end{document} ``` LaTeX output: > Proof of Pythagoras: abc. ∎ LaTeXML output: ```xml Proof: abc. ∎ ``` The name `Proof of Pythagoras`...

bug
packages

MWE: ```latex \documentclass{amsart} \begin{document} \urladdr{a} \end{document} ``` LaTeX output: > _URL:_ `a` LaTeXML output: ```xml a ```

bug
packages

Right now, both `a~b` and `a\ b` produce non-breaking spaces when run through LaTeXML. Only `~` produces a non-breaking space in LaTeX though. `\ ` is just a regular breakable...

bug
latexml
needs clarification

In short, it would be nice to have an instruction like `` with the same arguments as `\lxRequireResource`. In fact, it would simply reduce to a call to `copyResource`. The...

enhancement
postprocessing

With the attached example [temp.zip](https://github.com/brucemiller/LaTeXML/files/11062657/temp.zip), ``` latexmlc --verbose --verbose --verbose temp.tex ``` just stops. I narrowed it down to the use of two `\includegraphics` (with SVG files). Since there is...

bug
needs clarification