Fix (again) toc, lists
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
% Formatting
|
||||
\usepackage[autostyle]{csquotes} % For quotes
|
||||
\usepackage[dvipsnames]{xcolor} % More colors
|
||||
\usepackage{tocloft}
|
||||
\usepackage{tocloft} % Customise the table of contents
|
||||
\usepackage[nottoc]{tocbibind} % Add bibliography and lists to the table of contents
|
||||
|
||||
% Footnotes
|
||||
\usepackage[hang]{footmisc}
|
||||
|
||||
@@ -7,6 +7,12 @@
|
||||
\end{oldequation}%
|
||||
}
|
||||
|
||||
% Contents, figures and tables
|
||||
\NewDocumentEnvironment{listof}{}{
|
||||
\hypersetup{linkcolor=black}
|
||||
\singlespacing
|
||||
}{}
|
||||
|
||||
% Images
|
||||
% example: \fig[1]{filename}{Caption}[Additional caption text, not shown in the list of figures]
|
||||
% reference later with: \figref{filename}
|
||||
|
||||
Reference in New Issue
Block a user