common
This commit is contained in:
parent
fc09361790
commit
70682c07ed
4 changed files with 5 additions and 5 deletions
2
cnam/travaux/thesis/common.tex
Normal file
2
cnam/travaux/thesis/common.tex
Normal file
|
@ -0,0 +1,2 @@
|
|||
\input{settings}
|
||||
\input{variables}
|
|
@ -1,5 +1,4 @@
|
|||
\input{settings}
|
||||
\input{variables}
|
||||
\input{../common}
|
||||
|
||||
\input{toc}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
\input{settings}
|
||||
\input{variables}
|
||||
\input{../common}
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@ DIRECTORY="$(dirname "${FILE}")"
|
|||
cd "${DIRECTORY}"
|
||||
|
||||
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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue