mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
minor change
This commit is contained in:
parent
f788d02c27
commit
170a0cffec
1 changed files with 7 additions and 5 deletions
|
@ -1,9 +1,11 @@
|
|||
SOURCE = book
|
||||
|
||||
make:
|
||||
pdflatex book.tex -output-format=pdf
|
||||
pdflatex book.tex -output-format=pdf
|
||||
makeindex book
|
||||
bibtex book
|
||||
pdflatex book.tex -output-format=pdf
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
makeindex $(SOURCE)
|
||||
bibtex $(SOURCE)
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue