Update structure

This commit is contained in:
2024-06-25 18:11:03 +02:00
parent d263d7f016
commit 098ccf9f89
33 changed files with 70 additions and 50 deletions

View File

@@ -44,12 +44,14 @@
%% Typography
% babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class
\usepackage[varqu, varl]{inconsolata} % Better monospace font (with alternative quote [varqu] and l [varl])
\usepackage[libertinus]{newtx} % Use Garamond font for text and math
\usepackage[varqu, varl]{inconsolata} % Better monospace font (with alternative "quote" [varqu] and "l" [varl])
%\usepackage{newtx} % Use Libertinus font for text and math
\usepackage{microtype} % Micro-typography improvements (slightly more compact, better to read)
% Customise fonts (sectsty package, loaded by the class)
\renewcommand*{\selectfontchapheads}{}
\chapterfont{\sffamily} % Smaller chapter titles
\allsectionsfont{\sffamily} % Sans-serif for section titles
\chapterfont{\sffamily} % Sans-serif for chapter titles
%% Custom commands
\input{utils/commands}
@@ -61,11 +63,13 @@
\newcommand{\inputchapter}[1]{\clearemptydoublepage\input{#1}} % Load a chapter after a clear double page
\newcommand{\mainchapter}[2]{%
\chapter{#2}%
\label{ch:#1}%
%
\graphicspath{{#1/figures/}}% Load figures from the chapter folder
\newcommand{\inputchapterfigures}[2]{% Load a chapter (#2) with figures from a specific directory (#1)
\graphicspath{{#1/#2/figures/}}%
\inputchapter{#1/#2/#2}%
}
\newcommand{\mainchapter}[1]{%
\chapter{#1}%
%
% Print the table of contents for the chapter
\vspace*{-1cm}%
@@ -83,28 +87,36 @@
\frontmatter
\selectlanguage{french}
\input{00-cover/cover}
\input{0-front/cover/cover}
\selectlanguage{english}
\inputchapter{01-front/acknowledgement}
\inputchapter{01-front/abstract}
\inputchapter{01-front/résumé}
\inputchapter{01-front/publications}
\inputchapter{01-front/contents}
\inputchapter{01-front/acronyms}
\inputchapter{01-front/figures}
\inputchapter{01-front/tables}
\inputchapter{0-front/content/acknowledgement}
\inputchapter{0-front/content/abstract}
\inputchapter{0-front/content/résumé}
\inputchapter{0-front/content/publications}
\inputchapter{0-front/content/contents}
\inputchapter{0-front/content/acronyms}
\inputchapter{0-front/content/figures}
\inputchapter{0-front/content/tables}
\mainmatter
\inputchapter{11-introduction/introduction}
\inputchapter{12-related-work/related-work}
\inputchapter{13-chapitre2/chapitre2}
\inputchapter{14-conclusion/conclusion}
\input{1-introduction/part}
\inputchapterfigures{1-introduction}{introduction}
\inputchapterfigures{1-introduction}{related-work}
\input{2-perception/perception}
\inputchapterfigures{2-perception}{xr-perception}
\inputchapterfigures{2-perception}{ar-textures}
\input{3-manipulation/manipulation}
\inputchapterfigures{3-manipulation}{visual-hand}
\inputchapterfigures{3-manipulation}{visuo-haptic-hand}
\input{4-conclusion/part}
\inputchapter{4-conclusion/conclusion}
\backmatter
\clearemptydoublepage
\printbibliography[heading=bibintoc]
\inputchapter{20-back/backcover}
\inputchapter{4-conclusion/bibliography}
\inputchapter{4-conclusion/backcover/backcover}
\end{document}