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 c

⟦ab492b979⟧ TextFile

    Length: 577 (0x241)
    Types: TextFile
    Names: »const.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXgraphics/transfig/fig2tex/const.h« 

TextFile

/* 
 *	FIG : Facility for Interactive Generation of figures
 *
 *	Copyright (c) 1985 by Supoj Sutanthavibul (supoj@sally.UTEXAS.EDU)
 *
 *	University of Texas at Austin,
 *
 *	November 1985.
 *
 *	@(#)const.h	1.3  7/24/86
*/
#define		PIX_PER_INCH	80

#define		CANVAS_HEIGHT	800 /* (10 * PIX_PER_INCH) */
#define		CANVAS_WIDTH	600 /* ( 7.5 * PIX_PER_INCH) */
#define		RULER_WIDTH	24

#define		MSG_HEIGHT	24

#define		ICON_COLUMN	2

#define		SWITCH_ICON_WIDTH	 32	/* width of a switch icon */
#define		SWITCH_ICON_HEIGHT	 32
#define		SWITCH_ICON_SPACING	 4

#define		BUF_SIZE	80