LaTeXML
LaTeXML copied to clipboard
LaTeXML: a TeX and LaTeX to XML/HTML/ePub/MathML translator.
The [current bindings](https://github.com/brucemiller/LaTeXML/blob/f75b0c6b06ff9191178a008c62a95f2b9c1dd087/lib/LaTeXML/Package/wrapfig.sty.ltxml#L21) for the `wrapfig` package ignore the author-specified width. Together with the standard css, this leads to a bad presentation of wrapfigures with long captions. This pull request...
Author lines typeset using the `authblk` package can have an unexpected behavior when the `\Authfont` has been set to a custom font size and a line break `\authorcr` is used...
Fix #2355 (allegedly) by making `candidates` a comma-separated list of URIs instead of plain file names. I do not have conclusive proof about Windows, because the relevant tests seem to...
The current unicode symbols used by LaTeXML for `\triangleleft` and `\triangleright` are larger than the symbols used when LaTeX is used. I propose changing the unicode symbols [U+25C1 ◁ White...
Thanks for the great project! As a screen reader user myself reading a lot of ACM articles, I was wondering if you could support alt text inserted via `\Description` command....
The following simple array ```latex \[ \begin{array}{c|c} a & b \\ \hline c & d \end{array} \] ``` creates an extra empty row with border `t`, instead of adding `border="t"`...
Fixes #2407 The problem was that when a base model is grayscale, a `mix` operation with `rgb` would remain in the base model - i.e. remain in grayscale. So when...
Fixes #2403 With Bruce's help, I zeroed in on the cause of the issue, namely `\par@in@bibliography`. That code, which defensively auto-opens a `\bibitem`, recognizes too few of the legitimate cases...
We have a stub in place for `fancyhdr.sty`, which is expedient in discarding the header content. We've had an arXiv author request more complete support, as they had valuable licensing...
The `nonacm` option of `acmart.cls` disables the display of all "ACM reference format" metadata, which isn't yet implemented in LaTeXML. To quote the original class file: ```tex \AtBeginDocument{\@ACM@printacmreffalse}% % in...