Update...
This commit is contained in:
parent
4cb6f69e6d
commit
eb2746eb08
3 changed files with 90 additions and 10 deletions
|
@ -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}}
|
||||
}
|
||||
|
|
Reference in a new issue