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

27 lines
1 KiB
Makefile
Raw Normal View History

2013-10-22 12:05:19 +02:00
DOKUMENT = GeoTopo
make:
2013-10-23 07:26:10 +02:00
sketch figures/torus.sketch > figures/torus.tex
pdflatex $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # aux-files for makeindex / makeglossaries
2013-10-22 12:05:19 +02:00
makeindex $(DOKUMENT)
pdflatex $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # include index
pdflatex $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # include symbol table
2014-02-21 15:45:04 +01:00
make clean # remove intermediate files like *.log and *.aux
2013-10-22 12:05:19 +02:00
2013-11-09 00:40:53 +01:00
ebook:
latexml --dest=$(DOKUMENT).xml $(DOKUMENT).tex
latexmlpost -dest=$(DOKUMENT).html $(DOKUMENT).xml
ebook-convert $(DOKUMENT).html $(DOKUMENT).epub --language de --no-default-epub-cover
all:
cd definitions;make
sed -i 's/\\newif\\ifAFive\\AFivefalse/\\newif\\ifAFive\\AFivetrue/' GeoTopo.tex
make
mv GeoTopo.pdf other-formats/GeoTopo-A5.pdf
sed -i 's/\\newif\\ifAFive\\AFivetrue/\\newif\\ifAFive\\AFivefalse/' GeoTopo.tex
make
2013-10-22 12:05:19 +02:00
clean:
2014-02-21 15:45:04 +01:00
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.thm *.idx *.toc *.ind *.ilg figures/torus.tex *.glg *.glo *.gls *.ist *.xdy *.fdb_latexmk *.bak