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 i

⟦7cc100de8⟧ TextFile

    Length: 777 (0x309)
    Types: TextFile
    Names: »imagen.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/umd-dvi/h/imagen.h« 

TextFile

/*
 * Copyright (c) 1987 University of Maryland Department of Computer Science.
 * All rights reserved.  Permission to copy for any purpose is hereby granted
 * so long as this copyright notice remains intact.
 */

/* imagen globals */

/* Accounting: */
#ifndef ACCOUNT_FILE
/*
#define ACCOUNT_FILE "/usr/adm/imagen_acct"/* if defined, the name of the
					      imagen page accounting file */
#endif	ACCOUNT_FILE

#define MaxImFamily	128	/* hardware limitation on font family index */
#define DefaultDPI	300	/* 300 for Imagen 8/300, 240 for Imprint-10 */

#define DefaultMaxDrift	3	/* default value for MaxDrift */

/* Default margins, in dots */
/* CRUFT ALERT: depending on DPI variable */
#define DefaultTopMargin   (DPI)	/* 1" margins */
#define DefaultLeftMargin  (DPI)