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{import} % Allow relative paths
\usepackage{pdfpages} % Include PDFs \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 % Lists
\usepackage[inline]{enumitem} % Customise lists \usepackage[inline]{enumitem} % Customise lists
\setitemize{noitemsep} % No space between items in itemize \setitemize{noitemsep} % No space between items in itemize

View File

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