mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Make TikZ library use babel to not break with French
Rendering was incorrect when using French babel: `\usepackage[french]{babel}` (and probably other languages). This can be fixed by configuring TikZ to use babel too.
Fix #219
This commit is contained in:
parent
d100f20646
commit
9c18ed7619
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
% required packages
|
% required packages
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\RequirePackage{tikz}
|
\RequirePackage{tikz}
|
||||||
|
\usetikzlibrary{babel}
|
||||||
|
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
% vertical timeline implementation
|
% vertical timeline implementation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue