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

Input: \usepackage{tipa} \textipa{PaN.ba.taP} Produces xhtml as: \tipaencodingPaN.ba.taP] Please provide any suggestion?

enhancement
packages

This is a subtle issue that arises in `.bbl` files which also contain some custom bookkeeping macros - things like conditionals and assignments to registers - just before some or...

bug
bibliography

Pie-in-the-sky request: preserve enough data about TikZ matrices so that the tabular structure can be reconstructed in postprocessing or even just in Javascript. (The goal is to attach appropriate ARIA...

enhancement
accessibility
pgf/tikz

The change guarantees that `\XC@mcolor` is updated after color/xcolor are loaded, but also before finishing loading PGF, as opposed to at the end of the preamble. This also improves the...

Using `\useasboundingbox` does not achieve the desired result. In TikZ, that command sets a bounding box (`\pgf@picminx` etc) and stops updating it to accommodate new paths that go past the...

bug
packages
pgf/tikz

Issue #1452 added support for `alt` attributes for `img` tags produced by `\includegraphics`. It looks like no similar mechanism exists for images produced with `\tikzpicture` (which are turned into inline...

enhancement
packages
pgf/tikz

https://en.wikibooks.org/wiki/LaTeX/Creating_3D_graphics mentions the package http://www.ctan.org/tex-archive/graphics/pstricks/contrib/pst-solides3d/tex to create 3D graphics. Although, this could be converted into SVG like what is done for tikz, it might also be interesting to generate some...

enhancement
packages
pgf/tikz

The following ```latex \documentclass{article} \usepackage{tikz} \title{Title} \author{Author\begin{tikzpicture}\filldraw[red] (0,0) circle (4pt);\end{tikzpicture}} \date{1 January 1980} \begin{document} \maketitle \begin{tikzpicture}\filldraw[red] (0,0) circle (4pt);\end{tikzpicture} \end{document} ``` should have a red disk next to the author...

bug
packages
pgf/tikz

Fix #2376 for xy pictures. This requires XSLT changes because setting the correct `@viewBox` implies that vertical alignment must be done in CSS (as it should, so that text is...

Fix #2386 partially. orcidlink.sty can be read raw (after adding `\XeTeXLinkBox` to hyperref), except that: - `\fontcharht` is not implemented (yet?), so I temporarily redefine it with a hardcoded value...