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: T e

⟦e0a953254⟧ TextFile

    Length: 850 (0x352)
    Types: TextFile
    Names: »eqn«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/quicspool/diffs/eqn« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/quicspool/diffs/eqn« 

TextFile

*** io.c.orig	Thu Nov 12 09:51:32 1987
--- io.c	Thu Nov 12 10:39:36 1987
***************
*** 167,172
  		case 'T':
  			if (strcmp(&svargv[1][2], "202") == 0)
  				{res = 972; minsize = 5; ttype = DEV202; }
  			else if (strcmp(&svargv[1][2], "aps") == 0)
  				{res = 723; minsize = 5; ttype = DEVAPS; }
  			else if (strcmp(&svargv[1][2], "cat") == 0)

--- 167,176 -----
  		case 'T':
  			if (strcmp(&svargv[1][2], "202") == 0)
  				{res = 972; minsize = 5; ttype = DEV202; }
+ 		        else if (strcmp(&svargv[1][2], "qms") == 0)
+ 			        /* Use the Xerox 9700 type for the qms */
+ 			        /* since it has the same resolution    */
+ 			        {res = 300; minsize = 4; ttype = DEVX97; }
  			else if (strcmp(&svargv[1][2], "aps") == 0)
  				{res = 723; minsize = 5; ttype = DEVAPS; }
  			else if (strcmp(&svargv[1][2], "cat") == 0)