-
Same as maybeMathJax but instead of inserting a script tag it does
```
var link = document.createElement("link");
link.href = "http://fred-wang.github.io/mathml.css/mathml.css…
-
In LaTeXML/lib/LaTeXML/resources/javascript/ we have a script to optionally run MathJax.
@gpetty mentioned that the SVG images generated by the --mathsvg options are linked as altimg image. I guess t…
-
The current workflow is to manually run LaTeXML and edit the output to load TeX.js. This should be wrapped in a script to do everything in a single step without requiring user intervention.
-
DG edit:
The document fails to convert (Fatal severity).
- article needs latexml support for `couriers.sty`
- also a possible robustness needed for tikz alignments, as indicated by the `\tikz@ali…
-
- abbreviations shouldn't have aria-labels see this post: https://ericwbailey.website/published/aria-label-is-a-code-smell/
- look at this issue for citations: https://github.com/brucemiller/LaTeXML/…
-
This is a meta issue for supporting some basic CS/ML styles in latexml.
- [x] ICML
- https://www.arxiv-vanity.com/papers/1311.2901/
- https://www.arxiv-vanity.com/papers/1902.02476/
- impl…
-
I made a previous post noting some challenges with converting an article template I wrote to html that contained too many different issues to be of optimal use. I was encouraged to break my post int…
-
**Exact location of issue**
The [table of content](https://ar5iv.labs.arxiv.org/html/2310.06461#Sx3.p1.2) is not correctly indented and the bottom rule of [table A1](https://ar5iv.labs.arxiv.org/html…
-
### Description
The author affiliations are not presented, instead the title of the article is displayed where the author affiliations should be. For authors with multiple affiliations, the article t…
-
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 want. Latex produ…