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

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

bug
fidelity

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}

enhancement
packages

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

bug
figures
fidelity

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

bug
packages
needs clarification

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

fidelity

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

bug
fidelity

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

bug
packages

```latex \begin{align} A &=& \cos\theta &+& \sin\theta \\ &=& D &+& F \end{align} ``` renders like ![capture2024-08-10T14:52:51](https://github.com/user-attachments/assets/3cf034de-b40b-4fbe-bc99-24de4b2edc44) because of LaTeXML.css:133 ```css table.ltx_eqn_align tr.ltx_equation td.ltx_align_left + td.ltx_align_right { padding-left:3em; } ```...

css
fidelity

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

enhancement
packages

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