Texlive build context
This commit is contained in:
@ -1,4 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd src
|
||||
make presentations/modules_EOLE_envole/support.pdf
|
||||
cd /src
|
||||
project_name=$(tamarin_db get project_name)
|
||||
for tex in $project_name/*.tex
|
||||
do
|
||||
rubber --inplace --module=xelatex "$tex"
|
||||
cp "${tex#.tex}.pdf" /dist/
|
||||
# faire quelque chose pour le programme de la formation
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user