Typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
% Images
|
||||
\usepackage{graphicx}
|
||||
\usepackage{graphicx}% Include images
|
||||
\usepackage{caption}% Point references to the figure not the caption
|
||||
\usepackage[export]{adjustbox}% For valign in subfigs
|
||||
|
||||
@@ -20,13 +20,13 @@
|
||||
\renewcommand{\floatpagefraction}{0.7}
|
||||
|
||||
% Formatting
|
||||
\usepackage[autostyle]{csquotes}% For quotes
|
||||
\usepackage[autostyle]{csquotes}% Correctly quote text in different languages
|
||||
\usepackage[dvipsnames]{xcolor}% More colors
|
||||
\usepackage{tocloft}% Customise the table of contents
|
||||
\usepackage[nottoc]{tocbibind}% Add bibliography and lists to the table of contents, and hide the table of contents itself
|
||||
|
||||
% Footnotes
|
||||
\usepackage[hang]{footmisc}
|
||||
\usepackage[hang]{footmisc}% hang: no indentation for footnotes
|
||||
\setlength{\footnotemargin}{3mm}% Margin between footnote number and text
|
||||
|
||||
\NewCommandCopy{\oldfootnote}{\footnote}
|
||||
|
||||
@@ -167,11 +167,23 @@
|
||||
\endgroup%
|
||||
}
|
||||
|
||||
\newcommand{\sectionstartoc}[1]{%
|
||||
\section*{#1}%
|
||||
\addcontentsline{toc}{section}{#1}%
|
||||
}
|
||||
\newcommand{\sectionstarbookmark}[1]{%
|
||||
\pdfbookmark[section]{#1}{#1}%
|
||||
\section*{#1}%
|
||||
}
|
||||
|
||||
\newcommand{\subsectionstartoc}[1]{
|
||||
\subsection*{#1}\addcontentsline{toc}{subsection}{#1}}
|
||||
\newcommand{\subsectionstarbookmark}[1]{\pdfbookmark[subsection]{#1}{#1}
|
||||
\subsection*{#1}}
|
||||
\newcommand{\subsectionstartoc}[1]{%
|
||||
\subsection*{#1}%
|
||||
\addcontentsline{toc}{subsection}{#1}%
|
||||
}
|
||||
\newcommand{\subsectionstarbookmark}[1]{%
|
||||
\pdfbookmark[subsection]{#1}{#1}%
|
||||
\subsection*{#1}%
|
||||
}
|
||||
|
||||
\newcommand{\subsubsubsection}[1]{\paragraph*{\textit{#1}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user