Move hyperref definition to config/content.tex

This commit is contained in:
2024-07-04 20:33:00 +02:00
parent aecd50ef08
commit 07983a7469
2 changed files with 9 additions and 7 deletions

View File

@@ -11,6 +11,13 @@
\usepackage{import} % Allow relative paths
\usepackage{pdfpages} % Include PDFs
\usepackage{hyperref} % Hyperlinks
\hypersetup{
bookmarksnumbered = true, % Include section numbers in bookmarks
bookmarksopen = true, % Auto-open bookmarks
bookmarksopenlevel = 2, % Open up to sections
}
% Lists
\usepackage[inline]{enumitem} % Customise lists
\setitemize{noitemsep} % No space between items in itemize

View File

@@ -12,20 +12,15 @@
\input{config/bibliography}
\addbibresource{references.bib} % Load bibliography
% References
\usepackage{hyperref} % Hyperlinks
% Content
\input{config/content}
\hypersetup{
bookmarksnumbered = true, % Include section numbers in bookmarks
bookmarksopen = true, % Auto-open bookmarks
pdfauthor = {Erwan NORMAND},
pdftitle = {Wearable Haptics and Augmented Reality},
pdfsubject = {Ph.D. Thesis of Erwan NORMAND},
pdfkeywords = {},
}
% Content
\input{config/content}
% Custom commands
\input{utils/commands}
\input{config/thesis_commands}