62 lines
1.6 KiB
TeX
62 lines
1.6 KiB
TeX
% Template
|
|
\documentclass[twoside, a4paper, 12pt]{book}
|
|
\input{config/template}
|
|
|
|
% Bibliography
|
|
\input{config/bibliography}
|
|
\addbibresource{references.bib} % Load bibliography
|
|
|
|
% References
|
|
\usepackage{hyperref} % Hyperlinks
|
|
\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}
|
|
|
|
% Document
|
|
\begin{document}
|
|
|
|
\selectlanguage{english}
|
|
|
|
\frontmatter
|
|
\import{0-front}{cover}
|
|
\importchapter{0-front}{acknowledgement}
|
|
\importchapter{0-front}{toc}
|
|
\importchapter{0-front}{publications}
|
|
\importchapter{0-front}{acronyms}
|
|
\importchapter{0-front}{figures}
|
|
\importchapter{0-front}{tables}
|
|
|
|
\mainmatter
|
|
\import{1-introduction}{part}
|
|
\importchapter{1-introduction/introduction}{introduction}
|
|
\importchapter{1-introduction/related-work}{related-work}
|
|
|
|
\import{2-perception}{perception}
|
|
\importchapter{2-perception/xr-perception}{xr-perception}
|
|
\importchapter{2-perception/ar-textures}{ar-textures}
|
|
|
|
\import{3-manipulation}{manipulation}
|
|
\importchapter{3-manipulation/visual-hand}{visual-hand}
|
|
\importchapter{3-manipulation/visuo-haptic-hand}{visuo-haptic-hand}
|
|
|
|
\import{4-conclusion}{part}
|
|
\importchapter{4-conclusion}{conclusion}
|
|
|
|
\backmatter
|
|
\importchapter{4-conclusion}{bibliography}
|
|
\import{4-conclusion}{backcover}
|
|
|
|
\end{document}
|