LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
A minimal example to reproduce: ```tex \documentclass{article} \begin{document} \begin{eqnarray} x \nonumber \\ % no number &+& y \\ % this should get (1) &+& z \nonumber % no number \end{eqnarray}...
Creative Commons licensing does not display correctly. \documentclass[11pt]{article} % Hyperlinks \usepackage[colorlinks=true, allcolors=blue]{hyperref} % Creative Common licensing \usepackage[ type={CC}, modifier={by-nc}, version={4.0}, ]{doclicense} \begin{document} \doclicenseThis \end{document}
Figures become distorted. The example shows spheres in pane a becoming distorted to ellipsoids. Figure files attached and the source is \documentclass[11pt]{article} % Graphics support \usepackage{graphicx} \usepackage{subcaption} \begin{document} \begin{figure*}[t] \centering...
orcid id
I have written a template for a new journal that looks as intended in pdf form. I am using LaTeXml v 0.8.8 to convert to html as a trial. The...
\hrule
I made a previous post noting some challenges with converting an article template I wrote to html that contained too many different issues to be of optimal use. I was...
I made a previous post noting some challenges with converting an article template I wrote to html that contained too many different issues to be of optimal use. I was...
I made a previous post noting some challenges with converting an article template I wrote to html that contained too many different issues to be of optimal use. I was...
```latex \begin{align} A &=& \cos\theta &+& \sin\theta \\ &=& D &+& F \end{align} ``` renders like  because of LaTeXML.css:133 ```css table.ltx_eqn_align tr.ltx_equation td.ltx_align_left + td.ltx_align_right { padding-left:3em; } ```...
When converting from LaTeX to HTML, my input is: Citations: \citep{sigurd_word_2004,bybee_frequency_2007,ernestus_introduction_2011}. Converted output: (Sigurd et al., 2004; Bybee, 2007; Ernestus & Warner, 2011) PDF output: (Bybee, 2007; Ernestus & Warner,...
This PR provides support for reading and dumping TeX format files (currently only `plain.tex` and `latex.ltx`) and then using those dumps for processing. This can be much faster for recent...