diff --git a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex index 5b32c4d..ed28335 100644 --- a/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex +++ b/Utilitaires/TEMPLATE_Guide-CSL-Clio.latex @@ -1,4 +1,4 @@ -\documentclass{scrreprt} +\documentclass[listof=leveldown]{scrartcl} \usepackage{microtype} \usepackage{graphicx} @@ -16,8 +16,8 @@ \makeatother % Don't number figures by chapter \usepackage{chngcntr} -\counterwithout{figure}{chapter} -\counterwithout{table}{chapter} +\counterwithout{figure}{section} +\counterwithout{table}{section} \usepackage{longtable,booktabs,array} @@ -90,9 +90,6 @@ pdfcreator={LaTeX via pandoc}} \date{$date$} \begin{document} -$if(has-frontmatter)$ -\frontmatter -$endif$ $if(title)$ \maketitle $if(abstract)$ @@ -102,35 +99,18 @@ $abstract$ $endif$ $endif$ -$if(toc)$ -$if(toc-title)$ -\renewcommand*\contentsname{$toc-title$} -$endif$ { -$if(colorlinks)$ \hypersetup{linkcolor=black} -$endif$ \setcounter{tocdepth}{$toc-depth$} \tableofcontents -} -$endif$ -$if(lot)$ \listoftables -$endif$ -$if(lof)$ \listoffigures -$endif$ +} $if(linestretch)$ \setstretch{$linestretch$} $endif$ -$if(has-frontmatter)$ -\mainmatter -$endif$ $body$ -$if(has-frontmatter)$ -\backmatter -$endif$ $for(include-after)$ $include-after$