Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
EEA
M1-EEA
Commits
c4be4a48
Commit
c4be4a48
authored
Jan 23, 2019
by
Pierre-antoine Comby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce verbosity
parent
7527cc07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
compile.sh
compile.sh
+3
-3
No files found.
compile.sh
View file @
c4be4a48
...
...
@@ -2,8 +2,8 @@
# Pour compiler tous les fichiers sources du dépot:
find
.
-name
"main.tex"
-execdir
latexmk
-pdf
-e
'$latex=q/latex %O -shell-escape %S/'
{}
\;
#clean up :
find
.
-name
"main.tex"
-execdir
sh
-c
" pwd && latexmk {} -pdf main.tex -e '
$latex
=q/latex %O -shell-escape %S/' -quiet | grep 'Latexmk'"
\;
#clean up :
shopt
-s
globstar
rm
-f
**
/
*
.aux
**
/
*
.log
**
/
*
.out
rm
-f
**
/
*
.aux
**
/
*
.log
**
/
*
.out
**
/
*
.fls
**
/
*
.fdb_latexmk
**
/
*
.toc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment