Use Libre Office for the covers

This commit is contained in:
2024-06-27 22:52:43 +02:00
parent b950dbc2a9
commit 7c70aaf3e8
21 changed files with 16 additions and 1431 deletions

View File

@@ -65,6 +65,8 @@
\usepackage{import} % Allow relative paths
\usepackage{pdfpages} % Include PDFs
\usepackage{siunitx} % For numbers with units
\sisetup{
retain-explicit-plus=true, % Keep + in numbers
@@ -122,17 +124,16 @@
%% Document
\begin{document}
\frontmatter
\selectlanguage{french}
\import{0-front/cover}{cover}
\selectlanguage{english}
\importchapter{0-front/content}{acknowledgement}
\importchapter{0-front/content}{toc}
\importchapter{0-front/content}{publications}
\importchapter{0-front/content}{acronyms}
\importchapter{0-front/content}{figures}
\importchapter{0-front/content}{tables}
\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}
@@ -152,6 +153,6 @@
\backmatter
\importchapter{4-conclusion}{bibliography}
\import{4-conclusion/backcover}{backcover}
\import{4-conclusion}{backcover}
\end{document}