2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

fixed labels

This commit is contained in:
Martin Thoma 2014-02-09 12:58:05 +01:00
parent ab91a91ca1
commit d0b1f2aca0
5 changed files with 23 additions and 23 deletions

View file

@ -2,11 +2,11 @@ DOKUMENT = GeoTopo
make:
sketch figures/torus.sketch > figures/torus.tex
pdflatex $(DOKUMENT).tex -output-format=pdf # aux-Dateien für makeindex / makeglossaries
pdflatex $(DOKUMENT).tex -output-format=pdf # aux-files for makeindex / makeglossaries
makeindex $(DOKUMENT)
pdflatex $(DOKUMENT).tex -output-format=pdf # Stichwortverzeichnis einbinden
pdflatex $(DOKUMENT).tex -output-format=pdf # Symbolverzeichnis einbinden
make clean
pdflatex $(DOKUMENT).tex -output-format=pdf # include index
pdflatex $(DOKUMENT).tex -output-format=pdf # include symbol table
make clean # remove intermediate files like *.log and *.aux
ebook:
latexml --dest=$(DOKUMENT).xml $(DOKUMENT).tex