Update...

This commit is contained in:
Yorick Barbanneau 2021-08-27 00:24:26 +02:00
parent 4cb6f69e6d
commit eb2746eb08
3 changed files with 90 additions and 10 deletions

View file

@ -3,7 +3,7 @@
\RequirePackage{fontawesome}
\RequirePackage{xcolor}
\usepackage{float}
\usepackage[frenchb]{babel}
\usepackage[french]{babel}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{tabularx}
@ -63,7 +63,7 @@
\color{ElectricMagenta}\noindent\rule{\textwidth}{0.4pt}
}
\AfterEndEnvironment{lstlisting}{%
\color{ElectricMagenta}\noindent\rule{\textwidth}{0.4pt}
{\color{ElectricMagenta}\noindent\rule{\textwidth}{0.4pt}}
}
% Code
@ -79,7 +79,6 @@
}
% Hyperlink
\usepackage[hidelinks]{hyperref}
\newcommand{\link}[2]{
\href{#1}{\ul{{\color{ElectricGreen}\faLink} #2}}
}