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
|
\listoffigures
|
||||||
\addcontentsline{toc}{chapter}{\figures}
|
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
|
@ -42,6 +42,9 @@ bmargin=20mm,lmargin=20mm,rmargin=20mm,tmargin=20mm]{geometry}
|
||||||
% set spacings
|
% set spacings
|
||||||
\usepackage{setspace}
|
\usepackage{setspace}
|
||||||
|
|
||||||
|
% lists of figures, tables
|
||||||
|
\usepackage{tocbibind}
|
||||||
|
|
||||||
% set languages
|
% set languages
|
||||||
\usepackage{polyglossia}
|
\usepackage{polyglossia}
|
||||||
\setmainlanguage{\mainlanguage}
|
\setmainlanguage{\mainlanguage}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
\def\tables{\ml{Tables}{Tableaux}}
|
\def\tables{\ml{Tables}{Tableaux}}
|
||||||
\renewcommand{\listtablename}{\tables}
|
\renewcommand{\listtablename}{\tables}
|
||||||
\listoftables
|
\listoftables
|
||||||
\addcontentsline{toc}{chapter}{\tables}
|
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue