use tex-fmt

This commit is contained in:
Mylloon 2024-10-09 16:43:58 +02:00
parent b78cee2c04
commit 00fb037971
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 22 additions and 21 deletions

View file

@ -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
@ -57,12 +58,12 @@
\makeatletter \makeatletter
\NewDocumentCommand{\cvSkillTwoNR}{mm}{ \NewDocumentCommand{\cvSkillTwoNR}{mm}{
\ifcv@firstskill \ifcv@firstskill
\color{black} \color{black}
\g@addto@macro\cv@skillsTable{\tb\ #1 & \tb\ #2} \g@addto@macro\cv@skillsTable{\tb\ #1 & \tb\ #2}
\cv@firstskillfalse \cv@firstskillfalse
\else \else
\color{black} \color{black}
\g@addto@macro\cv@skillsTable{\\[\cvSkillSep]\tb\ #1 & \tb\ #2} \g@addto@macro\cv@skillsTable{\\[\cvSkillSep]\tb\ #1 & \tb\ #2}
\fi \fi
} }
\makeatother \makeatother

View file

@ -9,7 +9,7 @@
\begin{document} \begin{document}
\begin{cvSidebar} \begin{cvSidebar}
\cvID{\cvFirstname}{\cvLastname}{}{\cvTitle} \cvID{\cvFirstname}{\cvLastname}{}{\cvTitle}
\end{cvSidebar} \end{cvSidebar}
\begin{cvMainContent} \begin{cvMainContent}