summaryrefslogtreecommitdiff
path: root/systems/unix/tex-fpc/trip/report
diff options
context:
space:
mode:
Diffstat (limited to 'systems/unix/tex-fpc/trip/report')
-rw-r--r--systems/unix/tex-fpc/trip/report46
1 files changed, 24 insertions, 22 deletions
diff --git a/systems/unix/tex-fpc/trip/report b/systems/unix/tex-fpc/trip/report
index dfe6472d82..b58628b260 100644
--- a/systems/unix/tex-fpc/trip/report
+++ b/systems/unix/tex-fpc/trip/report
@@ -3,7 +3,8 @@ tripman file.
Step 0.
mv the trip directory to the tex directory, and cd to the trip directory.
-This protects the original files like trip.log to be overwritten.
+Copy the file trip.tex from the tex directory to the trip directory:
+cp ../trip.tex .
Step 1. make and test trip.tfm
$ pltotf ../trip.pl trip.tfm
@@ -25,45 +26,46 @@ $ mktrip
37493
...
$ itgl tex.web tex.ch
-This is TANGLE-FPC, 2nd ed.
+This is TANGLE-FPC, 3rd ed.
...
-(No errors were found.)
-$ mv initex ~/bin/
+
+Save initex to you bin directory:
+mv initex ~/bin/
+
$ cd -
Step 3
$ initex
-This is TeX-FPC, 2nd ed. (INITEX)
+This is TeX-FPC, 3rd ed. (INITEX)
**
Please type the name of your input file or Control-D.
-**\input ../trip
+**\input trip
...
+Save trip.log:
+$ mv trip.log tripin.log
+
+Report the differences:
+$ diff ../tripin.log tripin.log >diff_tripin.log
Step 4
-This is TeX-FPC, 2nd ed. (INITEX)
-** &trip ../trip
-(../trip.tex ##
+$ initex
+This is TeX-FPC, 3rd ed. (INITEX)
+** &trip trip
! Bad number (-7).
...
-Step 5; compare with original files:
-$ diff tripin.log ../tripin.log >mydiff_tripin.log
-... etc. for trip.log, trip.fot,
+Copy the screen output to trip.fot.
+Report the differences:
+$ diff ../trip.log trip.log >diff_trip.log
+$ diff ../trip.fot trip.fot >diff_trip.fot
Note: The files diff_.. are distributed in this directory.
-Note: I performed the trip test with two versions of initex: One compiled
-by FPC 3.0.0 and one compiled by FPC 3.2.0. They seemed to use different
-floating point implementations as the glue set differences demonstrate. See
-the file diff_trip.log300 (fpc 3.0.0) and diff_trip.log (fpc 3.2.0).
-fpc 3.2.0 seems to have the same floating point implementation as Knuth's
-implementation.
Note: I copied the terminal window to create the trip.fot. It contains
-both what I typed in and what tex printed.
+both what I typed and what tex printed.
Step 6
The file options relieves you from typing the options manually.
$ dvitype trip.dvi trip.typ <options
-This is DVItype-FPC, 2nd ed.
+This is DVItype-FPC, 3rd ed.
Output level (default=4, ? for help): Starting page (default=*): Maximum number of pages (default=1000000): Assumed device resolution in pixels per inch (default=300/1): New magnification (default=0 to keep the old one): $
-
The file diff_trip.typ contains the differences of my run to Knuth's.
-
+$ diff ../trip.typ trip.typ >diff_trip.typ