Specified shell in scripts

This commit is contained in:
Leonetienne 2022-01-02 16:46:46 +01:00
parent 089fdb55fa
commit babfb5de69
3 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#/bin/bash
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
bibtex main.aux # Build bibliography
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file

View File

@ -1 +1,2 @@
#/bin/bash
rm -f */*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls *.bbl *.blg

BIN
main.pdf

Binary file not shown.