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

This might relate to #1648. The first Baseprint pilot user relies on a custom `\orcid` command that is probably not worth attempting to parse. In general, my hunch is LaTeXML...

JATS

When I add `\date{2024-04-11}` to my .tex file the resulting JATS is ``` 2024-02-02 ``` I have little idea why `-02-02` got appended. [JATS4R has suggestions](https://jats4r.niso.org/article-publication-and-history-dates/) but for the most...

JATS

REPRO STEPS: For `intput.tex`: ``` \documentclass[]{article} \title{A Test Case} \begin{document} \maketitle \section{Introduction} Here is some of the main text. \end{document} ``` with `latexmlc --format=jats input.tex` GOT: ``` ... ... A...

bug
JATS

Migures containing multiple images and a caption create a nested flex wrappers. I believe it is intentional, but it breaks horizontal scrolling for listings: ```latex \usepackage{listings} \usepackage{graphicx} \begin{figure} \begin{lstlisting} Very...

bug
css

REPRO STEPS: With the following `input.tex`: ``` \documentclass[]{article} \begin{document} The code is \texttt{FOOBAR}. \end{document} ``` run through `latexmlc --format=jats input.tex` GOT: ``` ... The code is FOOBAR. ... ``` EXPECTED:...

enhancement
JATS

REPRO STEPS: With [doc.tex.txt](https://github.com/brucemiller/LaTeXML/files/14951423/doc.tex.txt): ``` latexmlc --format=jats doc.tex.txt ``` RESULT: ``` ... 1 Introduction ... 2 Conclusion ... ``` EXPECTED: ``` ... Introduction ... Conclusion ... ``` VERSION: ``` #...

bug
JATS

I'm trying to get an html and epub version for a book on Linux system administration, and I got an almost complete versione except for a problem with fancyvrb environments,...

bug
packages
minor

I process LaTeX on Fedora 38 beta using LaTeXML. Recently, I started observing that some latexml runs seem to enter in infinite loop. I spent some time narrowing this down...

regression
texlive 2022

Hi, do you have any plan for publishing a Docker image built with [release/Dockerfile](https://github.com/brucemiller/LaTeXML/blob/master/release/Dockerfile) to Docker Hub? There may be a problem mentioned in https://github.com/brucemiller/LaTeXML/pull/1008#issuecomment-399694452 > Sadly DockerHub (for automated...

enhancement
installation

Hi, I'm having some trouble understanding how I can use `latexmls` to speed up compilation a bit. My understanding is that it allows me to do all the `--preload`s once...

question
documentation