1ditroff.frag
2
3This code fragment should be added to t10.c to allow \X to center properly.
4
5The two lines marked should be added to the ptout0() fcn.
6
7==================================================================
8
9
10psdit.c.patch
11
12This patch to psdit (from version 2 transcript) allows it to
13accept the special commands generated by ditroff (which are used by psfig)
14
15The fontheight change fixes a small bug in the way psdit handles explicit
16height changes from ditroff.
17
18run:
19
20% ed psdit.c.old < psdit.c.patch
21
22ed should print out:
2330767
2432131
25and psdit.c.new will be created.
26
27The file psdit.c.frag contains these patches in contextual context
28
29===========================================
30
31psdit.pro.frag:
32
33this shows the first n lines of the file psdit.pro, add everything between
34the comment "%% Psfig additions" and "%% end XMOD additions"
35
36=====
37
38good luck
39
40
41
42