align
This commit is contained in:
parent
d74d5c90b9
commit
5de9d9ad8b
2 changed files with 4 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue