From 4827cb6e6f0df3b27eabd2578d71978dd304ff81 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Mon, 23 Nov 2015 15:19:41 +0100 Subject: [PATCH] minor changes --- documents/GeoTopo/GeoTopo.pdf | Bin 5312642 -> 5312642 bytes documents/GeoTopo/GeoTopo.tex | 1 + documents/GeoTopo/Makefile | 16 ++++++++-------- documents/entropie-distanz/Makefile | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/documents/GeoTopo/GeoTopo.pdf b/documents/GeoTopo/GeoTopo.pdf index 27e54d21887e97d63df98ed9366e9be813c7d3a8..c4953d23380f4ef540a97f93abdbd013130573b1 100644 GIT binary patch delta 752 zcmajVX-Ja+00v;MZ60}~>9*3T9cCW2&-H!Iw5i|RS~lnBA1krbsSzqNS#&T4GjUyH zQCU%t2Q!Z%8#QSmR?b*i2x^C2Gc3h{Hp-bv(A$rG2k-Oa<$VoJ{ayyRqh;%#tDXo$ z9!@5@rxa?dQ!9`d;=?ay(G#!SjN)qH!BAt-PhCY@T?bcfU%dQw^ssWs<55zx{_`$= zp5Qc_ijNy+s;4n!D`Q&8*N(AKSI0GJvuLpE zP(cfs@$$uV@2%k47N41JedoY<%Kffi!P^_A=XIhPqp7rC#r5-8ecvbAi6a&KnZ+sF^~|A8QTthS!Kt}H+sPZ6sYqX2#J8xPWM0X+o7D?~ z-5)M}iYl+P*Y!AB&1d|Qce+(YwEN@T7?)i^&zJ4f9xFcI>NJtPu6u<=s=k_NXR*%q zfYCZxF5CQ=yAcBoR0tKlchBVj&>5u`NK?0eO1=&D@6mmcYa@Yb2 z*b2F@4U~`vD#*83IZWXjj)))$5g~5mIhe?Q#ggt|ge<8{PN&J_L=KfLCJBnBDM}_o YQspE`2y?R2BrzHPyI5|2VMY@E06rc%BLDyZ delta 751 zcmajVTS$`u0L5|K($C6UbFJlVI+wSce&6oqylie>X6mSt`B`Wa}r4%YX zs1T+x1htkTYR#=pX04k_Xk@9e)R_=W~RtEzYJ!*3D?4*}v zkMIn?(}j%88z1L<>MIuw!`IH&TbpO}+D$25)~>C>dGVKVyY=M#&Z~3>tNix3nptlquA2!rpaC7W zfjfA>-^~-Y!w%R9Uf>Nr;0u1R3mD)JOxO)9*aK|X3jq)aK@bcfz=2Q*11^LE5B5O> zL_!oqLk#SPSl~k(!~+Qw2tWuT5Q7AyAcF)r0Er-nBuIu7NCgEbAq`ZZhIGh)OvnNa zWWzzofn3NNH51zWIYK}QDTzSb#&&9h{>5mbQ%kz1NtIHWN~VyKO0hyMNDzrcVu?g3 YOHUW6rId&iCWp%ZcNsOhw6igP0P~zT;Q#;t diff --git a/documents/GeoTopo/GeoTopo.tex b/documents/GeoTopo/GeoTopo.tex index 21691ac..c240752 100644 --- a/documents/GeoTopo/GeoTopo.tex +++ b/documents/GeoTopo/GeoTopo.tex @@ -1,4 +1,5 @@ \documentclass[DIV15,BCOR12mm]{scrbook} +\pdfoutput=1 \newif\ifAFive\AFivefalse \ifAFive \KOMAoptions{paper=a5,twoside=true} diff --git a/documents/GeoTopo/Makefile b/documents/GeoTopo/Makefile index e9914d6..256c10a 100644 --- a/documents/GeoTopo/Makefile +++ b/documents/GeoTopo/Makefile @@ -1,17 +1,17 @@ -DOKUMENT = GeoTopo +SOURCE = GeoTopo make: sketch figures/torus.sketch > figures/torus.tex - pdflatex $(DOKUMENT).tex -interaction=batchmode -output-format=pdf # aux-files for makeindex / makeglossaries - makeindex $(DOKUMENT) - pdflatex $(DOKUMENT).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 # aux-files for makeindex / makeglossaries + makeindex $(SOURCE) + pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf # include index + pdflatex $(SOURCE).tex -interaction=batchmode -output-format=pdf # include symbol table make clean # remove intermediate files like *.log and *.aux 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 + latexml --dest=$(SOURCE).xml $(SOURCE).tex + latexmlpost -dest=$(SOURCE).html $(SOURCE).xml + ebook-convert $(SOURCE).html $(SOURCE).epub --language de --no-default-epub-cover all: cd definitions;make diff --git a/documents/entropie-distanz/Makefile b/documents/entropie-distanz/Makefile index e7285ec..db38f22 100644 --- a/documents/entropie-distanz/Makefile +++ b/documents/entropie-distanz/Makefile @@ -4,4 +4,4 @@ make: make clean clean: - rm -rf $(TARGET) *.class *.html *.log *.aux *.out + rm -rf $(TARGET) *.class *.html *.log *.aux *.out _minted-entropie-distanz