Tagged Questions
2
votes
1answer
153 views
Force latexdiff not to parse tikzpicture environments
Is it possible to force latexdiff not to parse TikZ figures? When I run latexdiff on a document where there is something like
\begin{figure}
\begin{tikzpicture}
...
\end{tikzpicture}
\end{figure} ...