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

Part two of #2401 (to fully fix #2399): the quick commands *by definition* must not alter the bounding box. They do this by altering `relevantforpicturesize`, so this depends on the...

Fix #2482 and lots of other small issues with the parser. My intention was to simply 'linearise' the grammar, i.e., make sure it never backtracks when parsing the rules. This...

I would like to split a report of multiple chapters at the chapter level into html files, where each chapter has its own bibliography as a section at the end...

bug
packages
postprocessing
bibliography

I discovered that the read-me specifies a set of authors of this software. However, this information is currently unavailable in a standardized format such as [codemeta](https://codemeta.github.io/codemeta-generator/). Such an entry could...

enhancement
documentation

Tweak any PGF function to have a side effect, for example edit pgfmath.code.tex.ltxml as follows: ```latex e => sub { NoteSTDERR('evaluating `e`'); $E; }, ``` Then run the innocuous ```latex...

enhancement
pgf/tikz

Fixes #2452 The classic loops in Tokens::stripBraces were missing an edge case where the braces held nothing - and an empty Tokens would be the appropriate response. Interestingly, the bug...

On occasion, the mouth does not have a defined source, so this call https://github.com/brucemiller/LaTeXML/blob/f82b733eade2c81f24567c349929f2a696cb66cb/lib/LaTeXML/Package.pm#L1625 creates annoying perl warnings about using undefined values in strings. Quick fix is to patch `getSource`...

bug
latexml
minor

Fixes #2468 This was both diagnosed and solved by @xworld21 , I am just filing the PR. I can confirm the desired improvement is indeed there when using `UnTeX`.

Three things: - [x] trivial (and urgent?): `\pgfmathrand@` should return a number between -1 and 1, but now it's between 1 and 3 (a minus sign is missing!) - [...

bug
pgf/tikz

Fix #2474 (?), unless you object to `\@ADDCLASS` here. Edit: ~it's not enough if `\llap` is used at the *beginning* of a line. That requires something different.~ No, I was...