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

Just flagging that Strawberry Perl has released builds for 5.36 and 5.38, you probably want to update the GitHub actions.

enhancement

It turns out that implementing `-recorder` is a small task (fix #2183 in principle). Since it is essentially a logging mechanism, I have attached it to Common:Error. This is not...

Small functionality ~~& security improvement~~, while working on #1948: stylesheets can read (via `document()`) and write (via ``) files. This PR ensures that read/write operations happen in the site directory....

When I compile the following code to a PDF, the tabbing environment works just fine. However, it is not rendering into HTML properly. Consider the following minimal tex code: ```tex...

bug
minor

The `silence` package only silences selected warnings and errors. It doesn't do anything that affects the look of the resulting file. However currently it gives "failed: silence". I suggest adding...

enhancement
packages

I am trying to create a numbering so \ref produces chapter.number (as it does in \caption{}\label{foo} \ref{foo}). I have a simple example that works in latex and produces what I...

enhancement
latexml

https://ar5iv.labs.arxiv.org/log/2206.07682 ``` Warning:expected: Missing number (Dimension), treated as zero.  at log-scaling-scoring.tex; line 500 col 0 - line 500 col 23  while processing \vskip  Next token is T_CS[\tikz@align@temp] ( == Core::Definition::Primitive[\relax])...

bug
figures

https://ctan.org/pkg/environ MWE: ```latex \documentclass{article} \usepackage{amsmath} \usepackage{environ} \NewEnviron{as}{\begin{align}\begin{split}\BODY\end{split}\end{align}} \begin{document} \begin{as} a & = 1\\ b & = 2 \end{as} \end{document} ``` LaTeX output: ![screenshot_2023-12-04-175942](https://github.com/brucemiller/LaTeXML/assets/181628/391a0e60-9b59-4d27-8f87-c88e49dfefd9) LaTeXML output: ```xml \NewEnviron as (1) 1...

enhancement
packages

Hi, Thanks for the wonderful software! I am using ``--splitat=chapter``, and my chapter names are quite long. Is there a way to customize the text that appears in the navigation...

enhancement
postprocessing

MWE: ```latex \documentclass{article} \newtheorem{theorem}{Theorem} \begin{document} \begin{equation} dummy \end{equation} \begin{theorem} \begin{equation} x = 1 \label{leq} \end{equation} \label{lthm} \end{theorem} \ref{leq} \ref{lthm} \end{document} ``` LaTeX output: ![screenshot_2023-12-01-140711](https://github.com/brucemiller/LaTeXML/assets/181628/3925afc0-8ba6-48d0-9b7b-0026aac4c79f) LaTeXML output: ```xml (1) 1 ⁢...

bug
latexml