build/biber
This commit is contained in:
parent
fa291641e5
commit
429b2acd0c
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ def build():
|
||||||
'-d', TMP,
|
'-d', TMP,
|
||||||
document,
|
document,
|
||||||
])
|
])
|
||||||
|
run(['biber',
|
||||||
|
'--input-directory', TMP,
|
||||||
|
'--output-directory', TMP,
|
||||||
|
document,
|
||||||
|
])
|
||||||
run(command)
|
run(command)
|
||||||
pdf = f'{document}.pdf'
|
pdf = f'{document}.pdf'
|
||||||
os.rename(os.path.join(TMP, pdf), pdf)
|
os.rename(os.path.join(TMP, pdf), pdf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue