Move hyperref definition to config/content.tex
This commit is contained in:
@@ -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
|
||||||
|
|||||||
9
main.tex
9
main.tex
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user