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 p

⟦24a7b8107⟧ TextFile

    Length: 587 (0x24b)
    Types: TextFile
    Names: »pic«

Derivation

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

TextFile

*** main.c.orig	Thu Nov 12 10:42:49 1987
--- main.c	Thu Nov 12 10:44:26 1987
***************
*** 81,86
  				res = 723;
  				devtype = DEVAPS;
  				DX = DY = 1;
  			} else if (strcmp(&argv[1][2], "202") == 0) {
  				res = 972;
  				devtype = DEV202;

--- 81,91 -----
  				res = 723;
  				devtype = DEVAPS;
  				DX = DY = 1;
+ 			} else if (strcmp(&argv[1][2], "qms") == 0) {
+ 				res = 300;
+ 				/* X9700 has the same resolution so use it */
+ 				devtype = DEVX97;
+ 				DX = DY = 1;
  			} else if (strcmp(&argv[1][2], "202") == 0) {
  				res = 972;
  				devtype = DEV202;