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:
parent
7d68c6c391
commit
f788d02c27
11 changed files with 1685 additions and 0 deletions
10
documents/book/Makefile
Normal file
10
documents/book/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue