mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
minor changes
This commit is contained in:
parent
114356002e
commit
4827cb6e6f
4 changed files with 10 additions and 9 deletions
Binary file not shown.
|
@ -1,4 +1,5 @@
|
||||||
\documentclass[DIV15,BCOR12mm]{scrbook}
|
\documentclass[DIV15,BCOR12mm]{scrbook}
|
||||||
|
\pdfoutput=1
|
||||||
\newif\ifAFive\AFivefalse
|
\newif\ifAFive\AFivefalse
|
||||||
\ifAFive
|
\ifAFive
|
||||||
\KOMAoptions{paper=a5,twoside=true}
|
\KOMAoptions{paper=a5,twoside=true}
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
DOKUMENT = GeoTopo
|
SOURCE = GeoTopo
|
||||||
|
|
||||||
make:
|
make:
|
||||||
sketch figures/torus.sketch > figures/torus.tex
|
sketch figures/torus.sketch > figures/torus.tex
|
||||||
pdflatex $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # aux-files for makeindex / makeglossaries
|
pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf # aux-files for makeindex / makeglossaries
|
||||||
makeindex $(DOKUMENT)
|
makeindex $(SOURCE)
|
||||||
pdflatex $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # include index
|
pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf # include index
|
||||||
pdflatex $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # include symbol table
|
pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf # include symbol table
|
||||||
make clean # remove intermediate files like *.log and *.aux
|
make clean # remove intermediate files like *.log and *.aux
|
||||||
|
|
||||||
ebook:
|
ebook:
|
||||||
latexml --dest=$(DOKUMENT).xml $(DOKUMENT).tex
|
latexml --dest=$(SOURCE).xml $(SOURCE).tex
|
||||||
latexmlpost -dest=$(DOKUMENT).html $(DOKUMENT).xml
|
latexmlpost -dest=$(SOURCE).html $(SOURCE).xml
|
||||||
ebook-convert $(DOKUMENT).html $(DOKUMENT).epub --language de --no-default-epub-cover
|
ebook-convert $(SOURCE).html $(SOURCE).epub --language de --no-default-epub-cover
|
||||||
|
|
||||||
all:
|
all:
|
||||||
cd definitions;make
|
cd definitions;make
|
||||||
|
|
|
@ -4,4 +4,4 @@ make:
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
|
rm -rf $(TARGET) *.class *.html *.log *.aux *.out _minted-entropie-distanz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue