I get errors thrown at me because of this kind of expression
\begin{figure}
\caption{\( a = \begin{tikzpicture} \node at (0,0) {a}; \end{tikzpicture} \)}
\end{figure}
What shall I do to use a Tikz picture inside caption?
I get errors thrown at me because of this kind of expression
\begin{figure}
\caption{\( a = \begin{tikzpicture} \node at (0,0) {a}; \end{tikzpicture} \)}
\end{figure}
What shall I do to use a Tikz picture inside caption?
\caption{\( a = \protect\tikz{\protect\node at (0,0) {a};} \)}see here: https://tex.stackexchange.com/questions/56079/using-tikz-inside-a-figure-caption – CarLaTeX Jun 02 '21 at 08:34