document
This commit is contained in:
parent
53169830ec
commit
0a2f3cae99
3 changed files with 19 additions and 8 deletions
|
@ -25,6 +25,7 @@ def errun(command):
|
|||
def build(sign):
|
||||
for en, fr in DOCUMENTS:
|
||||
command = ['xelatex', '-output-directory', TMP, en]
|
||||
if en == 'document':
|
||||
run(command)
|
||||
run(['makeglossaries', '-d', TMP, en])
|
||||
run(['biber',
|
||||
|
|
9
cnam/travaux/mémoire/document.tex
Normal file
9
cnam/travaux/mémoire/document.tex
Normal file
|
@ -0,0 +1,9 @@
|
|||
\newcommand{\import}[1]{\input{document/#1}}
|
||||
|
||||
\import{settings}
|
||||
|
||||
\begin{document}
|
||||
|
||||
…
|
||||
|
||||
\end{document}
|
1
cnam/travaux/mémoire/document/settings.tex
Normal file
1
cnam/travaux/mémoire/document/settings.tex
Normal file
|
@ -0,0 +1 @@
|
|||
\documentclass[12pt]{extarticle}
|
Loading…
Add table
Add a link
Reference in a new issue