EN comments

This commit is contained in:
Mylloon 2023-04-04 16:38:21 +02:00
parent 9af613fdec
commit 8ea39616c3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -4,40 +4,40 @@
\LoadClass[12pt]{lettre} \LoadClass[12pt]{lettre}
\AtEndPreamble{ \AtEndPreamble{
% Encodage % Encoding
\RequirePackage[utf8]{inputenc} \RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc} \RequirePackage[T1]{fontenc}
\RequirePackage{lmodern} \RequirePackage{lmodern}
% Langue % Language
\RequirePackage[french]{babel} \RequirePackage[french]{babel}
% Police % Font
\RequirePackage{fontspec} \RequirePackage{fontspec}
\setmainfont[Numbers={Monospaced}]{Fira Sans} \setmainfont[Numbers={Monospaced}]{Fira Sans}
\setmonofont{Fira Code} \setmonofont{Fira Code}
% Retire le trait % Remove the extra line
\makeatletter \makeatletter
\newcommand*{\NoRule}{\renewcommand*{\rule@length}{0}} \newcommand*{\NoRule}{\renewcommand*{\rule@length}{0}}
\makeatother \makeatother
\NoRule \NoRule
% Liens cliquable + metadata % Clickable links + metadata
\RequirePackage[pdfauthor={\@author}, \RequirePackage[pdfauthor={\@author},
pdftitle={\@title}, pdftitle={\@title},
pdfsubject={\@subject}, pdfsubject={\@subject},
pdfkeywords={\@author, lettre\@keywords}, pdfkeywords={\@author, lettre\@keywords},
pdfcreator={LaTeX with 'easyLetter' preset}, pdfcreator={LaTeX with 'easyLetter' preset},
% Cache les liens % Hide links
hidelinks hidelinks
]{hyperref} ]{hyperref}
} }
% Titre du document % Title
\newcommand*{\titre}[1]{\def\@title{#1}} \newcommand*{\titre}[1]{\def\@title{#1}}
% Auteur % Author
\newcommand*{\auteur}[1]{\def\@author{#1}} \newcommand*{\auteur}[1]{\def\@author{#1}}
% Opening % Opening