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

⟦55067e36b⟧ TextFile

    Length: 993 (0x3e1)
    Types: TextFile
    Names: »postscript.h«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/mctex/postscript/postscript.h« 

TextFile

/*
 *  Copyright (c) 1988 Louis A. Mamakos
 */

/*
 * Copyright (c) 1987, 1989 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.
 */

#define	DefaultDPI	300	/* typical for NEC LC890, Laserwriter, etc */
#define DefaultMaxDrift 3

#define	DefaultPrintEngine "canon"	/* "nec-lc890" */
#define	DefaultReversal	1

/*
 * Define the PostScript library directory
 * and the prologue and font map files.
 * We also need the path separator (`:' on Amiga, `/' on Unix).
 */
#ifdef	AMIGA
#define	PS_DIR		"texfonts"
#define	PATH_SEP	":"
#define	PROLOGUE	"dvipostscript.pro"
#endif

#ifndef	PS_DIR
#define	PS_DIR		"/usr/local/lib/tex/ps"
#endif

#ifndef	PATH_SEP
#define	PATH_SEP	"/"
#endif

#ifndef	PROLOGUE
#define	PROLOGUE	"pstex.pro"
#endif

#ifndef PSF_PROLOGUE
#define	PSF_PROLOGUE	"pstexpsf.pro"
#endif

#ifndef	FONTMAP
#define	FONTMAP		"TeXPSfonts.map"
#endif