Menu

#297 Incompatibility of quotes library und ngerman babel

v1.0 (example)
closed-wont-fix
nobody
None
5
2015-08-03
2014-03-04
No

The usage of the quotes library together with \usepackage[ngerman]{babel} results in the error:

! Argument of \language@active@arg" has an extra }.

MWE:

\documentclass[tikz]{standalone}
\usepackage[ngerman]{babel}
\usetikzlibrary{quotes}

\begin{document}
  \tikz\node [draw, "label"] {A};
\end{document}

Elke Schubert

Discussion

  • Stefan Pinnow

    Stefan Pinnow - 2014-03-04

    Hello Elke,

    also add the library babel and it works.

    Best regards,
    Stefan

     
  • Elke Schubert

    Elke Schubert - 2014-03-05

    Thank you and best regards Elke

     
  • Christian Feuersänger

    • status: open --> closed-wont-fix
     
  • Christian Feuersänger

    Closing issue. Improving the error message would be cool, but I think we can live with it for now