LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
Just flagging that Strawberry Perl has released builds for 5.36 and 5.38, you probably want to update the GitHub actions.
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...
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...
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...
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])...
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:  LaTeXML output: ```xml \NewEnviron as (1) 1...
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...
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:  LaTeXML output: ```xml (1) 1 ...