arxiv-vanity / engrafo

Convert LaTeX documents into beautiful responsive web pages using LaTeXML.
https://www.arxiv-vanity.com
Apache License 2.0
1.06k stars 90 forks source link

TikZCD Support? #1060

Closed olynch closed 3 years ago

olynch commented 3 years ago

Do you have plans to support TikZCD?

Minimal example that does not work as expected:

\documentclass{article}
\usepackage{tikzcd}
\begin{document}
Will engrafo work?
\[
  \begin{tikzcd}
    A \ar[r] & B
  \end{tikzcd}
\]
\end{document}
olynch commented 3 years ago

Ah, never mind, there is an open issue for this on LaTeXML. Closing here.