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

This is just attaching an issue to #1951. A user can call `` and `document()` in a stylesheet, which raises two issues: - `document()` can read from anywhere (even the...

enhancement
postprocessing

See the cygwin fail on http://matrix.cpantesters.org/?dist=LaTeXML. It apparently only gets 7 files in the epub but expects 9. Any of you ePub experts, @dginev @xworld21, have an idea? Would be...

bug
installation
Windows

The following TeX: ```tex \documentclass{article} \usepackage[text={2in,2in},centering]{geometry} \title{Title} \author{Author\thanks{1 \texttt{2} 3 \textbf{4} 5 \emph{6} 7}} \begin{document} \maketitle \end{document} ``` has the pdf: We have the html: ```html Author 1 2 3...

bug
css

Hello, When I tried to use a program to convert [[2210.09337]](https://arxiv.org/abs/2210.09337), I found that I would calculate the wrong width and height when transforming the graph. ``` Warning:imageprocessing:Crop Image processing...

bug
postprocessing
images

Both macros are part of the `xparse`-package, which (as far as I understand) has by now been moved entirely into latex itself.

enhancement
latexml
texlive 2022

Using `\multicolumn` in array (or matrix, …) with version 0.8.6 does not lead to an error anymore, and MathML seems to be fine, but the TeX code and the generated...

bug
packages

I’ve been working on this in my spare time, and the latest email thread has caused me to finally get this out the door. This issue consists of six files:...

enhancement
documentation

I use LaTeXML to generate HTML5 that is eventually integrated into a site that supports "dark" and "light" modes. This process includes a number of tikz figures that LaTeXML translates...

enhancement
packages

EPUB.pm tries to get the authors from the DB data: https://github.com/brucemiller/LaTeXML/blob/0130f4309d436c158dac82d60b71c84a9ec7ae84/lib/LaTeXML/Post/Manifest/Epub.pm#L104 However `authors` doesn't seem to be in the DB, so the EPUB doesn't get a list of authors.

bug
postprocessing

I wonder whether author handling could be improved by using something like the below instead of splitting by space `" "`. Assuming in LaTeX: ```tex \author{Smith, Joe \and De Los...

enhancement
postprocessing
schema