compilation des TD

minor_corrections
Pierre-antoine Comby 5 years ago
parent d462579fab
commit d9fb7fc1cb

@ -9,7 +9,9 @@ find . -name "main.tex" -execdir sh -c "pwd && pdflatex -shell-escape -interact
mkdir "public"
for i in `find . -maxdepth 1 -type d -regex \.\/[0-9].*?`;do
cp -f $i/Cours/main.pdf ./public/${i:2}.pdf;
cp -f $i/Cours/main.pdf ./public/${i:2}.pdf;
cp -f $i/TD/main.pdf ./public/${i:2}_TD.pdf;
done;
#clean up :
shopt -s globstar

Loading…
Cancel
Save