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{../common}
|
||||||
\input{variables}
|
|
||||||
|
|
||||||
\input{toc}
|
\input{toc}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
\input{settings}
|
\input{../common}
|
||||||
\input{variables}
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
|
|
@ -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 &
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue