This commit is contained in:
Marc Beninca 2020-10-17 23:46:58 +02:00
parent fc09361790
commit 70682c07ed
4 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,2 @@
\input{settings}
\input{variables}

View file

@ -1,5 +1,4 @@
\input{settings} \input{../common}
\input{variables}
\input{toc} \input{toc}

View file

@ -1,5 +1,4 @@
\input{settings} \input{../common}
\input{variables}
\begin{document} \begin{document}

View file

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