This commit is contained in:
2025-05-04 22:52:40 +02:00
parent 708b836397
commit 58161d561f
2 changed files with 34 additions and 22 deletions

View File

@@ -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}
@@ -41,16 +41,16 @@
% Links
\usepackage{hyperref}
\hypersetup{
bookmarksnumbered = true, % Include section numbers in bookmarks
bookmarksopen = true, % Auto-open bookmarks
bookmarksopenlevel = 0, % Open up to chapters
bookmarksnumbered = true,% Include section numbers in bookmarks
bookmarksopen = true,% Auto-open bookmarks
bookmarksopenlevel = 0,% Open up to chapters
}
\hypersetup{
colorlinks = true, % Color links
allcolors = Black, % Default color
citecolor = OliveGreen, % Color of citations
linkcolor = MidnightBlue, % Color of internal links
allbordercolors = White, % No borders around links
colorlinks = true,% Color links
allcolors = Black,% Default color
citecolor = OliveGreen,% Color of citations
linkcolor = MidnightBlue,% Color of internal links
allbordercolors = White,% No borders around links
}
% Lists
@@ -67,6 +67,6 @@
% Units
\usepackage{siunitx}% For numbers with units
\sisetup{
retain-explicit-plus = true, % Keep + in numbers
uncertainty-mode = separate % Separate uncertainty with +- instead of ()
retain-explicit-plus = true,% Keep + in numbers
uncertainty-mode = separate% Separate uncertainty with +- instead of ()
}