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):
for en, fr in DOCUMENTS:
command = ['xelatex',
'-output-directory', TMP,
en,
]
command = ['xelatex', '-output-directory', TMP, en]
run(command)
run(['makeglossaries',
'-d', TMP,
en,
])
run(['makeglossaries', '-d', TMP, en])
run(['biber',
'--input-directory', TMP,
'--output-directory', TMP,

View file

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