Specified shell in scripts
This commit is contained in:
parent
089fdb55fa
commit
babfb5de69
@ -1,3 +1,4 @@
|
|||||||
|
#/bin/bash
|
||||||
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
|
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
|
||||||
bibtex main.aux # Build bibliography
|
bibtex main.aux # Build bibliography
|
||||||
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file
|
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
#/bin/bash
|
||||||
rm -f */*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls *.bbl *.blg
|
rm -f */*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls *.bbl *.blg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user