tocbibind,figures,tables
This commit is contained in:
parent
32e3ca2b9c
commit
af837d2b38
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
\def\figures{Figures}
|
||||
\renewcommand{\listfigurename}{\figures}
|
||||
\renewcommand{\listfigurename}{Figures}
|
||||
\listoffigures
|
||||
\addcontentsline{toc}{chapter}{\figures}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
\def\tables{\ml{Tables}{Tableaux}}
|
||||
\renewcommand{\listtablename}{\tables}
|
||||
\listoftables
|
||||
\addcontentsline{toc}{chapter}{\tables}
|
||||
|
||||
\pagebreak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue