Use Libre Office for the covers
This commit is contained in:
21
main.tex
21
main.tex
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user