DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦3a8cf98bc⟧ TextFile

    Length: 1451 (0x5ab)
    Types: TextFile
    Names: »README«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/TeXcontrib/van/tgrind/README« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXcontrib/van/tgrind/README« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/TeXcontrib/van/tgrind/README« 

TextFile

This is a pretty printer similar to 4bsd's "vgrind" except it uses
TeX instead of troff.  It was written by Van Jacobson of Lawrence
Berkeley Laboratory (van@lbl-rtsg.arpa).

To install it:

 (1) Decide where you want to put the program (I suggest /usr/local).
 
 (2) Move the entire contents of either ./BSD or ./SYS_V into this
	working directory, or wherever you want to work on the
	compilation.  

 (3) Edit "Makefile":
       set DESTDIR to the program destination directory.
	 (the tgrind shell script, tgrind.sh, will go here.  Also
	 the formatting program, tfontedpr, will go into the "lib"
	 subdirectory of DESTDIR, e.g., /usr/local/lib).
       set TEXINPUTS to the pathname of your TeX "\input" directory
	 (the TeX macro file "tgrindmac.tex" will get put here).
       set DEFSFILE to the pathname of your vgrind language definitions
	 file.  If you're running 4.2bsd, this is "/usr/lib/vgrindefs".
	 Both vgrind & tgrind can use the same file.  A vgrindefs file
	 that has been updated considerably since the 4.2 distribution
	 is included in this directory ("vgrindefs.src").

  (4) Edit "tgrind.sh":
       Put the pathname for tfontedpr in the "set b=" statement.
       Put the pathname for TeX in the "set tex=" statement.
       Look at the comments about output routing & do whatever you
	 think is appropriate.

  (5) Type "make install".

Good luck.  Please let me know of any problems, enhancements, suggestions, etc.

 -Van