Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9c371fdf authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

makefiles latex

parent 71c55bdc
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ pdf: Faust.pdf
Faust.pdf: clean Faust.tex
pdflatex Faust.tex
makeindex Faust.idx
#makeindex Faust.idx
pdflatex Faust.tex
latex_count=8 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)' Faust.log && [ $$latex_count -gt 0 ] ;\
......@@ -13,7 +13,7 @@ Faust.pdf: clean Faust.tex
pdflatex Faust.tex ;\
latex_count=`expr $$latex_count - 1` ;\
done
makeindex Faust.idx
#makeindex Faust.idx
pdflatex Faust.tex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment