This commit is contained in:
Marc Beninca 2020-10-18 10:55:36 +02:00
parent 471d2886a2
commit 1168c66b44
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
\documentclass[aspectratio=1610]{beamer}
\input{../common}
\input{../settings}
\input{toc}

View file

@ -21,10 +21,6 @@
\setmainlanguage{\mainlanguage}
\setotherlanguages{\otherlanguages}
% imports
\input{settings}
% handle multiple languages
\newcommand{\ifstreq}[4]{\expandafter\ifstrequal\expandafter{#1}{#2}{#3}{#4}}
@ -51,6 +47,10 @@ ERROR%
{\def\titlelong{Systèmes d’Exploitation autonomes incrémentaux}
\def\titlesub{une inversion des approches conventionnelles}}
% imports
\input{settings}
% begin document
\begin{document}

View file

@ -1,7 +1,7 @@
% set default size and document class
\documentclass[12pt]{report}
\input{../common}
\input{../settings}
\singlespacing

View file

@ -4,5 +4,5 @@ DIRECTORY="$(dirname "${FILE}")"
cd "${DIRECTORY}"
gedit --new-window thesis/* &
gedit --new-window index.rst build.py common.tex presentation/* &
gedit --new-window index.rst build.py settings.tex presentation/* &
evince mémoire.pdf présentation.pdf &