use tex-fmt
This commit is contained in:
parent
b78cee2c04
commit
00fb037971
2 changed files with 22 additions and 21 deletions
25
bywyd.sty
25
bywyd.sty
|
@ -9,21 +9,21 @@
|
|||
|
||||
\ProcessOptions
|
||||
\ifoption@fr
|
||||
% Langue
|
||||
\RequirePackage[french]{babel}
|
||||
\RequirePackage{csquotes}
|
||||
\MakeOuterQuote{"}
|
||||
\AtBeginDocument{
|
||||
% Langue
|
||||
\RequirePackage[french]{babel}
|
||||
\RequirePackage{csquotes}
|
||||
\MakeOuterQuote{"}
|
||||
\AtBeginDocument{
|
||||
\cvSetLanguage{french}
|
||||
\pgfkeys{/@cv/names/education = Formations}
|
||||
\pgfkeys{/@cv/names/experience = Expériences professionnelles}
|
||||
}
|
||||
}
|
||||
\fi
|
||||
\ifoption@blue
|
||||
% Thème bleue
|
||||
\definecolor{cvGreenLight}{HTML}{99ecff} % Barre
|
||||
\definecolor{cvGreen}{HTML}{75b0d8} % Couleur accent
|
||||
\definecolor{cvAccent}{HTML}{3a3e66} % Texte barre
|
||||
% Thème bleue
|
||||
\definecolor{cvGreenLight}{HTML}{99ecff} % Barre
|
||||
\definecolor{cvGreen}{HTML}{75b0d8} % Couleur accent
|
||||
\definecolor{cvAccent}{HTML}{3a3e66} % Texte barre
|
||||
\fi
|
||||
|
||||
\RequirePackage[margin=\cvMargin,top=0pt,bottom=0pt]{geometry}
|
||||
|
@ -42,12 +42,13 @@
|
|||
\AtBeginDocument{
|
||||
\hypersetup{
|
||||
pdfauthor={\@authorfname\ \@authorlname},
|
||||
pdftitle={\@authorfname\ \@authorlname\ – \@documenttitle},
|
||||
pdftitle={\@authorfname\ \@authorlname\ - \@documenttitle},
|
||||
pdfsubject={curriculum vit\ae\ de \@authorfname\ \@authorlname},
|
||||
pdfkeywords={\@authorfname\ \@authorlname, curriculum vit\ae},
|
||||
pdfcreator={LaTeX with limecv class and bywyd template},
|
||||
% Cache les liens
|
||||
hidelinks}
|
||||
hidelinks
|
||||
}
|
||||
}
|
||||
|
||||
% Alias
|
||||
|
|
Loading…
Reference in a new issue