Skip to content
Snippets Groups Projects
Verified Commit befe1185 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Auto stash before rebase of "refs/heads/master"

parent d944d43f
Branches
No related tags found
No related merge requests found
Copyright (C) 2018 Orestis Malaspinas.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be downloaded from: https://www.gnu.org/licenses/fdl.html.
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
......@@ -62,6 +62,8 @@ Dans le désordre, quelques recommendations pour vous rendre la vie facile.
- Il y a une URL dans `text/ZZ-glossaire.md`. Lisez la doc.
- Si vous faites des tableaux Markdown dans votre rapport, et que vous voulez qu'il apparaisse dans la liste des tables, ajouter `Table: <la légende de votre tableau>` juste après votre tableau, à la ligne d'après. Sans ligne vide entre votre tableau et votre légende.
## Raccourcis
Je vous ai simplifiés la vie au plus : il y a des raccourcis pour aller plus vite. La synthaxe est un peu dégueu, mais c'est pas la mer à boire.
......
......@@ -262,8 +262,6 @@ $if(csl-refs)$
\everypar{\setlength{\hangindent}{\cslhangindent}}\ignorespaces$endif$}%
{\par}
$endif$
% Nom conformes des tables
\renewcommand{\listfigurename}{Liste des illustrations}
% Raccourcis
\newcommand{\img}[3]{% \img{path}{settings}{caption}
\begin{figure}
......@@ -288,6 +286,8 @@ $endif$
% END OF CUSTOM ROUTINES
\begin{document}
% Nom conformes des tables
\renewcommand*\listfigurename{Liste des illustrations}
% Sets the page numbering style to roman
%\pagestyle{headings}
\setcounter{page}{1}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment