fix figures, make the document sloppy and add \ul command
This commit is contained in:
parent
755161ad75
commit
fae04db678
2 changed files with 15 additions and 1 deletions
|
@ -27,6 +27,7 @@ Classe `rapstage` pour faire un rapport de stage à Paris Cité
|
|||
| `\subtitle{sous titre}`\* | Défini le sous-titre du rapport |
|
||||
| `\bibliofile{chemin}` | Défini le chemin vers la bibliographie |
|
||||
| `\reference`\* | Affiche la bibliographie |
|
||||
| `\ul{texte}` | Souligne un mot |
|
||||
|
||||
> \* Commande possédant une valeur par défaut.
|
||||
|
||||
|
|
15
rapstage.cls
15
rapstage.cls
|
@ -122,7 +122,11 @@
|
|||
}
|
||||
|
||||
% Images
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage{graphicx,float}
|
||||
|
||||
% Figures
|
||||
\usepackage[font=it,labelsep=colon]{caption}
|
||||
\addto\captionsfrench{\renewcommand{\figurename}{Illustration}}
|
||||
|
||||
\renewcommand{\maketitle}{
|
||||
\begin{titlepage}
|
||||
|
@ -183,9 +187,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
% Permet d'ajouter la bibliographie
|
||||
\newcommand{\reference}{
|
||||
\newpage
|
||||
\pagestyle{empty}
|
||||
\addcontentsline{toc}{section}{\refname}
|
||||
\bibliography{\@refile}
|
||||
}
|
||||
|
||||
% Souligne mieux les mots
|
||||
\newcommand{\ul}[1]{\underline{\smash{#1}}}
|
||||
|
||||
% Ne déborde pas sur la marge
|
||||
\AtBeginDocument{
|
||||
\sloppy
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue