This commit is contained in:
Marc Beninca 2020-05-02 19:24:52 +02:00
parent d74d5c90b9
commit 5de9d9ad8b
2 changed files with 4 additions and 12 deletions

View file

@ -23,15 +23,9 @@ def errun(command):
def build(sign): def build(sign):
for en, fr in DOCUMENTS: for en, fr in DOCUMENTS:
command = ['xelatex', command = ['xelatex', '-output-directory', TMP, en]
'-output-directory', TMP,
en,
]
run(command) run(command)
run(['makeglossaries', run(['makeglossaries', '-d', TMP, en])
'-d', TMP,
en,
])
run(['biber', run(['biber',
'--input-directory', TMP, '--input-directory', TMP,
'--output-directory', TMP, '--output-directory', TMP,

View file

@ -10,9 +10,7 @@ Programme Python :
\lstinputlisting[language=Python]{build.py} \lstinputlisting[language=Python]{build.py}
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ \pagebreak
\hr
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\subsection{Fichier principal} \subsection{Fichier principal}
@ -30,7 +28,7 @@ definecolor
\hr \hr
%⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ %⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
\subsection{Base bibliographique} \subsection{Base de références}
Fichier Biber : Fichier Biber :