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
631f0e99
Commit
631f0e99
authored
May 15, 2005
by
paysan
Browse files
Fixes for teTeX 3.0
parent
361e4b92
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
631f0e99
...
...
@@ -155,7 +155,7 @@ ps : thinking-forth.ps
dvi
:
thinking-forth.dvi
%.ps
:
%.dvi
dvips
$<
-o
- |
sed
-e
"s,
\`\`
toFurther Thinking'',
\"
Further Thinking
\"
,g"
>
$@
dvips
-Pcm-super
$<
-o
- |
sed
-e
"s,
\`\`
toFurther Thinking'',
\"
Further Thinking
\"
,g"
>
$@
thinking-forth.dvi
:
$(SOURCES) $(PNGSOURCES:.png=.eps)
...
...
cover.tex
View file @
631f0e99
...
...
@@ -5,22 +5,10 @@
%% test harness
%% pdflatex harness
\newif\ifpdf
\ifx\pdfoutput\undefined
\pdffalse
% we are not running PDFLaTeX
\else
\pdfoutput
=1
% we are running PDFLaTeX
\pdftrue
\fi
\input
{
tfoptions
}
\input
{
pagecount
}
\ifpdf
\documentclass
[10pt,\tflang,pdftex]
{
book
}
\else
\documentclass
[10pt,\tflang,dvips]
{
book
}
\fi
\usepackage
[OT1]
{
fontenc
}
\usepackage
[latin1]
{
inputenc
}
...
...
@@ -78,11 +66,7 @@ footskip=0pt}%
\fi
% for pdflatex
\ifpdf
\DeclareGraphicsExtensions
{
.pdf,.png,.jpg
}
%
\else
\DeclareGraphicsExtensions
{
.eps
}
%
\fi
\makeatletter
\advance\pheight
-2
\lborder
...
...
thinking-forth.tex
View file @
631f0e99
...
...
@@ -5,21 +5,9 @@
%% test harness
%% pdflatex harness
\newif\ifpdf
\ifx\pdfoutput\undefined
\pdffalse
% we are not running PDFLaTeX
\else
\pdfoutput
=1
% we are running PDFLaTeX
\pdftrue
\fi
\input
{
tfoptions
}
\ifpdf
\documentclass
[10pt,\tflang,pdftex]
{
book
}
\else
\documentclass
[10pt,\tflang,dvips]
{
book
}
\fi
\usepackage
{
pst-all
}
\usepackage
{
pst-blur
}
\usepackage
{
pst-grad
}
...
...
@@ -47,12 +35,7 @@
%\input{epsf}
\usepackage
{
array
}
% for pdflatex
\ifpdf
\DeclareGraphicsExtensions
{
.pdf,.png
}
\else
\DeclareGraphicsExtensions
{
.eps
}
\fi
\makeindex
...
...
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