verbose =true
This commit is contained in:
parent
f2bbda17f9
commit
c648319776
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Pour compiler tous les fichiers sources du dépot:
|
||||
|
||||
find . -name "main.tex" -execdir sh -c "pwd && latexmk {} -pdf main.tex -e '$latex=q/latex %O -shell-escape %S/' -quiet | grep 'Latexmk'" \;
|
||||
find . -name "main.tex" -execdir sh -c "pwd && latexmk {} -pdf main.tex -e '$latex=q/latex %O -shell-escape %S/'" \;
|
||||
|
||||
mkdir "public"
|
||||
for i in `find . -maxdepth 1 -type d -regex \.\/[0-9].*?`;do
|
||||
|
|
Loading…
Reference in a new issue