LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
When using latexml to convert arXiv paper to HTML, it is common to face problems that something is undefined due to the miss of sty files. However, the author includes...
A bit of a minor tweak that makes the moderncv.cls output capable of handling a simple plain-text position (originating in the `\title` macro). The previous version was expecting a multiline...
LaTeXML pretends that the base font size is always 10pt, for simplicity, except for the a0poster class. This is quite inconvenient with TikZ and tikz-cd, because the figures are generated...
Inline SVGs generated by LaTeXML do not have a `@viewBox` attribute, which makes it virtually impossible to resize them from CSS (e.g. setting `max-width: 100%` to ensure that the image...
Example: ```latex \documentclass{article} \usepackage{siunitx} \begin{document} $a=\SI{10}{\angstrom}$ \end{document} ``` What I expect to happen: a = 10 Å rendered as an svg. As these macros are supposed to work in both...
latexml 0.8.8 Example ```latex \documentclass{article} \usepackage{xfrac} \begin{document} $$ \sfrac{1}{2} $$ \end{document} ``` latexml --dest=test.xml test.tex latexmlpost --dest=test.html --mathsvg test.xml What I expect to happen: Document is built, including an svg...
When a generated html is viewed as responsive page with smartphone, one observes a) the primes of type $f^{\prime}$ or $D^{\prime}$ in Latex math mode are displaced in the html,...
LaTeXML produces a *U+2026 Invisible Times* character between the `\micro` prefix and the rest of the unit symbol when using siunitx. This happens only for `\micro` and not for the...
In webpages with many sections, subsections, etc (like those frequently produced by LaTeXML), it can be really helpful to be able to easily get a link to specific section (using...
Add remaining `\hypersetup` keywords and add `xml:lang` if `pdfmetalang` or `pdflang` were specified (and LaTeXML should probably use `pdflang` as document language if not already specified elsewhere). Note that this...