diff --git a/config/content.tex b/config/content.tex index 6affc63..dc96254 100644 --- a/config/content.tex +++ b/config/content.tex @@ -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 diff --git a/main.tex b/main.tex index 4570644..0353816 100644 --- a/main.tex +++ b/main.tex @@ -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}