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
|
\ProcessOptions
|
||||||
\ifoption@fr
|
\ifoption@fr
|
||||||
% Langue
|
% Langue
|
||||||
\RequirePackage[french]{babel}
|
\RequirePackage[french]{babel}
|
||||||
\RequirePackage{csquotes}
|
\RequirePackage{csquotes}
|
||||||
\MakeOuterQuote{"}
|
\MakeOuterQuote{"}
|
||||||
\AtBeginDocument{
|
\AtBeginDocument{
|
||||||
\cvSetLanguage{french}
|
\cvSetLanguage{french}
|
||||||
\pgfkeys{/@cv/names/education = Formations}
|
\pgfkeys{/@cv/names/education = Formations}
|
||||||
\pgfkeys{/@cv/names/experience = Expériences professionnelles}
|
\pgfkeys{/@cv/names/experience = Expériences professionnelles}
|
||||||
}
|
}
|
||||||
\fi
|
\fi
|
||||||
\ifoption@blue
|
\ifoption@blue
|
||||||
% Thème bleue
|
% Thème bleue
|
||||||
\definecolor{cvGreenLight}{HTML}{99ecff} % Barre
|
\definecolor{cvGreenLight}{HTML}{99ecff} % Barre
|
||||||
\definecolor{cvGreen}{HTML}{75b0d8} % Couleur accent
|
\definecolor{cvGreen}{HTML}{75b0d8} % Couleur accent
|
||||||
\definecolor{cvAccent}{HTML}{3a3e66} % Texte barre
|
\definecolor{cvAccent}{HTML}{3a3e66} % Texte barre
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
\RequirePackage[margin=\cvMargin,top=0pt,bottom=0pt]{geometry}
|
\RequirePackage[margin=\cvMargin,top=0pt,bottom=0pt]{geometry}
|
||||||
|
@ -42,12 +42,13 @@
|
||||||
\AtBeginDocument{
|
\AtBeginDocument{
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
pdfauthor={\@authorfname\ \@authorlname},
|
pdfauthor={\@authorfname\ \@authorlname},
|
||||||
pdftitle={\@authorfname\ \@authorlname\ – \@documenttitle},
|
pdftitle={\@authorfname\ \@authorlname\ - \@documenttitle},
|
||||||
pdfsubject={curriculum vit\ae\ de \@authorfname\ \@authorlname},
|
pdfsubject={curriculum vit\ae\ de \@authorfname\ \@authorlname},
|
||||||
pdfkeywords={\@authorfname\ \@authorlname, curriculum vit\ae},
|
pdfkeywords={\@authorfname\ \@authorlname, curriculum vit\ae},
|
||||||
pdfcreator={LaTeX with limecv class and bywyd template},
|
pdfcreator={LaTeX with limecv class and bywyd template},
|
||||||
% Cache les liens
|
% Cache les liens
|
||||||
hidelinks}
|
hidelinks
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
% Alias
|
% Alias
|
||||||
|
|
Loading…
Reference in a new issue