add hl
This commit is contained in:
parent
089cc02bdb
commit
c70700a2d9
2 changed files with 7 additions and 3 deletions
|
@ -32,9 +32,10 @@ Options disponibles :
|
||||||
|
|
||||||
Commandes disponibles :
|
Commandes disponibles :
|
||||||
|
|
||||||
| Commande | Utilité |
|
| Commande | Utilité |
|
||||||
| :----------: | :---------------- |
|
| :----------: | :--------------------------- |
|
||||||
| `\ul{texte}` | Souligne du texte |
|
| `\ul{texte}` | Souligne du texte |
|
||||||
|
| `\hl{texte}` | Met en surbrillance du texte |
|
||||||
|
|
||||||
## [Exemples](./examples)
|
## [Exemples](./examples)
|
||||||
|
|
||||||
|
|
|
@ -129,5 +129,8 @@
|
||||||
% Souligne mieux les mots
|
% Souligne mieux les mots
|
||||||
\newcommand{\ul}[1]{\underline{\smash{#1}}}
|
\newcommand{\ul}[1]{\underline{\smash{#1}}}
|
||||||
|
|
||||||
|
% Met en surbrillance du texte
|
||||||
|
\newcommand{\hl}[2][yellow]{\hspace{-2pt}\fboxsep2pt\colorbox{#1}{#2}\hspace{-2pt}}
|
||||||
|
|
||||||
% Avertissement par rapport à l'appendix
|
% Avertissement par rapport à l'appendix
|
||||||
\renewcommand\appendixname{Appendix}
|
\renewcommand\appendixname{Appendix}
|
||||||
|
|
Loading…
Reference in a new issue