You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a field to TikzPicture that allows the LaTeX environment for TikZ pictures to be changed? My use case is tikz-cd, which uses the environment \begin{tikzcd} .. \end{tikzcd} instead of \begin{tikzpicture} ... \end{tikzpicture}.
I can implement this feature if you think it makes sense.
The text was updated successfully, but these errors were encountered:
Would it be possible to add a field to
TikzPicture
that allows the LaTeX environment for TikZ pictures to be changed? My use case is tikz-cd, which uses the environment\begin{tikzcd} .. \end{tikzcd}
instead of\begin{tikzpicture} ... \end{tikzpicture}
.I can implement this feature if you think it makes sense.
The text was updated successfully, but these errors were encountered: