tocbibind,figures,tables

This commit is contained in:
Marc Beninca 2020-10-11 16:46:57 +02:00
parent 32e3ca2b9c
commit af837d2b38
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,4 @@
\def\figures{Figures}
\renewcommand{\listfigurename}{\figures}
\renewcommand{\listfigurename}{Figures}
\listoffigures
\addcontentsline{toc}{chapter}{\figures}
\pagebreak

View file

@ -42,6 +42,9 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
% set spacings
\usepackage{setspace}
% lists of figures, tables
\usepackage{tocbibind}
% set languages
\usepackage{polyglossia}
\setmainlanguage{\mainlanguage}

View file

@ -1,6 +1,5 @@
\def\tables{\ml{Tables}{Tableaux}}
\renewcommand{\listtablename}{\tables}
\listoftables
\addcontentsline{toc}{chapter}{\tables}
\pagebreak