% Set PDF version to 1.7 (https://tex.stackexchange.com/a/638196) \ExplSyntaxOn \sys_ensure_backend: \pdf_version_gset:n{1.7} \ExplSyntaxOff % Template \documentclass[twoside,a4paper,12pt]{book} \input{config/template} % Bibliography \input{config/bibliography} \addbibresource{references.bib} % Load bibliography % Content \input{config/content} \newcommand{\ThesisTitle}{Study of the Perception and Manipulation of Virtual Objects in Augmented Reality using Wearable Haptics} \hypersetup{ pdfauthor = {Erwan NORMAND}, pdftitle = \ThesisTitle, pdfsubject = {Ph.D. Thesis of Erwan NORMAND}, pdfkeywords = {Augmented Reality, Wearable Haptics, Perception, Interaction, Textures, Virtual Hand}, } % Custom commands \input{utils/commands} \input{config/thesis_commands} \input{config/acronyms} % Document \begin{document} %\frontmatter %\import{0-front}{cover} %%\importchapter{0-front}{acknowledgement} %\importchapter{0-front}{contents} \mainmatter \importchapter{1-introduction}{introduction} %\importchapter{2-related-work}{related-work} % %\import{3-perception}{perception} %\importchapter{3-perception/vhar-system}{vhar-system} %\importchapter{3-perception/xr-perception}{xr-perception} %\importchapter{3-perception/vhar-textures}{vhar-textures} % %\import{4-manipulation}{manipulation} %\importchapter{4-manipulation/visual-hand}{visual-hand} %\importchapter{4-manipulation/visuo-haptic-hand}{visuo-haptic-hand} % %\bookmarksetup{startatroot}% End the parts in TOC to set chapters at the root level %\importchapter{5-conclusion}{conclusion} \appendix \importchapter{5-conclusion}{publications} \importchapter{5-conclusion}{résumé} \backmatter %\importchapter{6-back}{bibliography} %\importchapter{6-back}{acronyms} \importchapter{6-back}{figures} \importchapter{6-back}{tables} %\import{6-back}{backcover} \end{document}