remove \ul command as its out of scope for this project
This commit is contained in:
parent
3c80b3590f
commit
5f5c38d5f5
3 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -167,7 +167,6 @@
|
|||
|
||||
% Souligne mieux les mots
|
||||
\RequirePackage{ulem}
|
||||
\newcommand\ul[1]{\uline{\smash{#1}}}
|
||||
|
||||
\renewcommand\maketitle{
|
||||
\begin{titlepage}
|
||||
|
|
Loading…
Reference in a new issue