fix quote in english
This commit is contained in:
parent
37159ba13b
commit
db83412df9
1 changed files with 4 additions and 2 deletions
|
@ -13,8 +13,6 @@
|
|||
\ifoption@fr
|
||||
% Langue
|
||||
\RequirePackage[french]{babel}
|
||||
\RequirePackage{csquotes}
|
||||
\MakeOuterQuote{"}
|
||||
\AtBeginDocument{
|
||||
\cvSetLanguage{french}
|
||||
\pgfkeys{/@cv/names/education = Formations}
|
||||
|
@ -28,6 +26,10 @@
|
|||
\definecolor{cvAccent}{HTML}{3a3e66} % Texte barre
|
||||
\fi
|
||||
|
||||
% Guillemets
|
||||
\RequirePackage{csquotes}
|
||||
\MakeOuterQuote{"}
|
||||
|
||||
\RequirePackage[margin=\cvMargin,top=0pt,bottom=0pt]{geometry}
|
||||
|
||||
\RequirePackage[nopatch=footnote]{microtype} % Font
|
||||
|
|
Loading…
Reference in a new issue