note with connection in french

Issue #24 resolved
Nelson created an issue

Hi,

If french babel package is used:

\usepackage[french]{babel}

There is a issue when \note[connection]{} is called:

./tikzposter-example.tex:76: Package tikz Error: + or - expected.

by just adding the french babel package in the tikzposter-example.tex for instance.

The pdf is generated, but the note without the connection thing and a text:

(notetarget)!1!− 4 : (notecenter.center)

If english babel package is used:

\usepackage[english]{babel}

it works fine.

Comments (3)

  1. Johannes Böttcher

    babel introduces shorthands by making some letters active. It isn't really important what happens, but please add the following line after loading the babel package.

    \usetikzlibrary{babel}
    
  2. Log in to comment