1

In a Spanish translation of a document, the TikZ arrows don't work. The error message I receive is: ! Argument of \language@active@arg> has an extra }.

The use of \usetikzlibrary{babel} does not work if the TikZ diagrams are externalized:

\documentclass[tikz]{standalone}
\usepackage[spanish]{babel}

\usetikzlibrary{babel} \tikzset{>=stealth} \usetikzlibrary{external} \tikzexternalize[prefix=tikz/]

\begin{document} \begin{tikzpicture} \draw[<->] (0,-1) -- node[fill=white] {$1/2$} +(4.5,0); \end{tikzpicture} \end{document}

Moti
  • 91

0 Answers0