2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-28 23:37:57 +02:00

added example for a book

This commit is contained in:
Martin Thoma 2012-08-19 13:52:53 +02:00
parent 7d68c6c391
commit f788d02c27
11 changed files with 1685 additions and 0 deletions

10
documents/book/Makefile Normal file
View file

@ -0,0 +1,10 @@
make:
pdflatex book.tex -output-format=pdf
pdflatex book.tex -output-format=pdf
makeindex book
bibtex book
pdflatex book.tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.ind *.idx *.ilg *.toc *.bbl *.blg