diff --git a/LICENSE b/LICENSE index d81e197988c7c2c28ae9f59b65b5ed877a38946e..5c93f45654687732c6b9b568186deb766f78a81c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,13 @@ -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. diff --git a/README.md b/README.md index 00b9468a5f9bc5ac20f03f21de2c394ffc780817..66b150a5ac189b96f0a66481391aed1f71e3b56d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/templates/default.latex b/templates/default.latex index 26960dea3325fd9c57595526acb418fb32848dfd..142d487a4f229060212eb385ec591944182d00b7 100644 --- a/templates/default.latex +++ b/templates/default.latex @@ -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}