mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
Configure TikZ to use babel wherever it is used
This commit is contained in:
parent
9c18ed7619
commit
f751ae8460
4 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
|||
% required packages
|
||||
%-------------------------------------------------------------------------------
|
||||
\RequirePackage{tikz}
|
||||
\usetikzlibrary{babel}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
%-------------------------------------------------------------------------------
|
||||
\RequirePackage{qrcode}
|
||||
\RequirePackage{tikz}
|
||||
\usetikzlibrary{tikzmark,fit}
|
||||
\usetikzlibrary{tikzmark,fit,babel}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
% required packages
|
||||
%-------------------------------------------------------------------------------
|
||||
\RequirePackage{tikz}
|
||||
\usetikzlibrary{babel}
|
||||
\RequirePackage{etoolbox}
|
||||
\RequirePackage{xcolor}
|
||||
|
||||
|
|
|
|||
|
|
@ -230,6 +230,7 @@
|
|||
% required packages
|
||||
%-------------------------------------------------------------------------------
|
||||
\RequirePackage{tikz}
|
||||
\usetikzlibrary{babel}
|
||||
\RequirePackage{multirow}
|
||||
% package arydshln is needed for the dashed lines but is incompatible with fancy style
|
||||
\if@moderncvbodyv%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue