XimeraProject / ximeraLatex

Author tools for creating Ximera activities
LaTeX Project Public License v1.3c
40 stars 35 forks source link

tikzcd and tikzexternalize #82

Closed bartsnapp closed 6 years ago

bartsnapp commented 6 years ago

https://tex.stackexchange.com/questions/171931/are-the-tikz-libraries-cd-and-external-incompatible-with-one-another

kisonecat commented 6 years ago

The following works:

\usepackage{tikz-cd}

\begin{tikzpicture}
\node {\begin{tikzcd}[row sep=huge,baseline = (B.base)]
  A \arrow[rd] \arrow[r, "\varphi"] & |[alias=B]| B \\ & C
\end{tikzcd}};
\end{tikzpicture}