remove \ul command as its out of scope for this project

This commit is contained in:
Mylloon 2024-08-26 12:50:58 +02:00
parent 3c80b3590f
commit 5f5c38d5f5
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 2 additions and 3 deletions

View file

@ -33,7 +33,6 @@ Classe [`rapstage`](./rapstage.cls) pour faire un rapport de stage à Paris Cit
| `\reference` | Affiche la bibliographie |
| `\reference*{préface}` | Affiche la bibliographie **avec une préface** |
| `\annexe` | Commence l'annexe |
| `\ul{texte}` | Souligne un mot |
> \* Commande possédant une valeur par défaut.

View file

@ -17,7 +17,8 @@
\nocite{*}
% Commande pour ajouter un lien
\newcommand\link[1]{\href{#1}{\texttt{\textcolor{blue}{\ul{#1}}}}}
\newcommand\link[1]{\href{#1}{\texttt{\textcolor{blue}{\setlength{\ULdepth}{2pt}\uline{#1}}}}}
\begin{document}
\maketitle

View file

@ -167,7 +167,6 @@
% Souligne mieux les mots
\RequirePackage{ulem}
\newcommand\ul[1]{\uline{\smash{#1}}}
\renewcommand\maketitle{
\begin{titlepage}