Commit 74a46b51 authored by paysan's avatar paysan
Browse files

Added thumbnail generation

parent 34e2414b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ TAR = tar jcf
MD = mkdir
RD = rm -rf
PS2PDF = ps2pdf13 -dPDFSETTINGS=/printer -dEmbedAllFonts=true
THUMBPDF = thumbpdf --mode=ps2pdf

TOGETHER = 20 # how many pages you bind together - divide by 4
PSA4 = sed -e 's/%%BoundingBox:.*/%%PageSize: a4\n%%Orientation: Landscape/'
@@ -111,6 +112,8 @@ dist: $(ALL_SOURCES) $(PNGSOURCES) $(PNGSOURCES:.png=.eps)

pspdf:	thinking-forth.pdf

thumb:	thinking-forth.tpm

thinking-forth-book.pdf: thinking-forth-book.ps
	$(PS2PDF) $< $@

@@ -146,6 +149,9 @@ tfoptions.tex: Makefile
%.pdf : %.ps
	$(PS2PDF) $< $@

%.tpm: %.pdf
	$(THUMBPDF) $<

pdf : $(SOURCES) $(PNGSOURCES:.png=.pdf)
	pdflatex thinking-forth.tex
	pdflatex thinking-forth.tex
@@ -160,6 +166,7 @@ dvi : thinking-forth.dvi

thinking-forth.dvi : $(SOURCES) $(PNGSOURCES:.png=.eps)
	latex thinking-forth.tex
	$(MAKE) thumb
	latex thinking-forth.tex

cover.dvi:	cover.tex backpage.tex isbn.eps tfoptions.tex pagecount.tex head.eps \
+6 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
\usepackage{mdwlist}
\usepackage{makeidx}
\usepackage[cmbtt]{bold-extra}
\usepackage[ps2pdf]{thumbpdf}
\usepackage[\tfoptions]{tf}

% Fonts
@@ -37,6 +38,11 @@

\DeclareGraphicsExtensions{.eps}

\hypersetup{%
        pdftitle={Thinking Forth},    % Titel des Dokuments
        pdfauthor={Leo Brodie}, % Autor des Dokuments
}

\makeindex

% stuff left to Bernd: