From ba1421872e6329b538f268463aa514926aedca1d Mon Sep 17 00:00:00 2001 From: Dorchies David <david.dorchies@irstea.fr> Date: Wed, 13 Jul 2022 16:37:19 +0200 Subject: [PATCH] fix: tocstyle is deprecated https://ctan.org/pkg/tocstyle --- rapport_inrae/preambule_inrae.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rapport_inrae/preambule_inrae.tex b/rapport_inrae/preambule_inrae.tex index 6571c0c..03f62ff 100644 --- a/rapport_inrae/preambule_inrae.tex +++ b/rapport_inrae/preambule_inrae.tex @@ -23,8 +23,9 @@ % Extra space for numbered titles in table of contents % http://tex.stackexchange.com/a/13691/124910 -\usepackage{tocstyle} - +% \usepackage{tocstyle} % tocstyle is deprecated see https://ctan.org/pkg/tocstyle +\usepackage{tocbasic} +\usepackage{scrwfile} % Ajout de la gestion des couleurs % The \usepackage is obvious, but the initialization of additional commands like usenames allows you to use names of the default colors, the same 16 base colors as used in HTML. The dvipsnames allows you access to more colors, another 64, and svgnames allows access to about 150 colors. The initialization of "table" allows colors to be added to tables by placing the color command just before the table. https://en.wikibooks.org/wiki/LaTeX/Colors @@ -197,4 +198,4 @@ \section{\listfigurename}% \@starttoc{lof}% } -\makeatother \ No newline at end of file +\makeatother -- GitLab