* pp2tex and pp2tex.bat moved to main doc directory

This commit is contained in:
florian 1998-09-08 11:53:22 +00:00
parent 0998759caf
commit 1cfdc11178
11 changed files with 22 additions and 11 deletions

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex

View File

@ -111,8 +111,8 @@ They are used to describe types, for example the type of a variable
symbol is given by a definition and the result type
of a expression is given as a definition.
They have nothing to do with the definition of a procedure.
Definitions are implemented as a object (symtable.pas, tdef and
it's descendents). There are a lot of different
Definitions are implemented as a object (in file \file{symtable.pas},
\var{tdef} and it's descendents). There are a lot of different
definitions: for example to describe
ordinal types, arrays, pointers, procedures
@ -218,7 +218,7 @@ occurs.
\subsection{The first pass}
This is a part of the first pass for a pointer dereferencation
(\var{p\^\ }), the type determination and some other stuff are left out
(\var{p\^\ }), the type determination and some other stuff are left out.
\begin{verbatim}
procedure firstderef(var p : ptree);

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex

5
docs/pp2tex Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Simply paste a header and footer to the program.
cat head.tex > $1.tex
cat $1.pp >> $1.tex
cat foot.tex >> $1.tex

6
docs/pp2tex.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
rem msdos batch file
rem Simply paste a header and footer to the program.
type head.tex > %1.tex
type %1.pp >> %1.tex
type foot.tex >> %1.tex

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex

View File

@ -15,7 +15,7 @@ PP=ppc386
PPOPTS=
# Script to convert the programs to LaTeX examples which can be included.
PP2TEX=pp2tex
PP2TEX=../pp2tex
# Script to collect all examples in 1 file.
MAKETEX=make1tex