Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bernd Paysan
thinking-forth
Commits
74a46b51
Commit
74a46b51
authored
Feb 05, 2006
by
paysan
Browse files
Added thumbnail generation
parent
34e2414b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
74a46b51
...
...
@@ -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
\
...
...
thinking-forth.tex
View file @
74a46b51
...
...
@@ -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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment