Compare commits
2 Commits
5591c2c0f0
...
4aecce6094
Author | SHA1 | Date |
---|---|---|
Benjamin Bohard | 4aecce6094 | |
Benjamin Bohard | 2a65d38c37 |
|
@ -1,11 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd /src
|
||||
pushd /src
|
||||
project_name=$(tamarin_db get project_name)
|
||||
for tex in $project_name/*.tex
|
||||
for tex in presentations/$project_name/*.tex
|
||||
do
|
||||
rubber --inplace --module=xelatex "$tex"
|
||||
cp "${tex#.tex}.pdf" /dist/
|
||||
cp "${tex%.tex}.pdf" /dist/
|
||||
# faire quelque chose pour le programme de la formation
|
||||
done
|
||||
popd
|
||||
|
||||
|
|
Loading…
Reference in New Issue