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 d

⟦f17311919⟧ TextFile

    Length: 1339 (0x53b)
    Types: TextFile
    Names: »dist_mfpaths.SYS_V.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/Unsupported/MFpxl/mflib/dist_mfpaths.SYS_V.h« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦beba6c409⟧ »unix3.0/Unsupported.tar.Z« 
        └─⟦25c524ae4⟧ 
            └─⟦this⟧ »Unsupported/MFpxl/mflib/dist_mfpaths.SYS_V.h« 

TextFile

/* $Header: dist_mfpaths.h,v 1.0 86/01/31 14:58:59 richards Released $ */

/*
 * This file defines the default paths that will be used for MetaFont software.
 * (These paths are used if the user's environment doesn't specify paths.)
 *
 * Paths should be colon-separated and no longer than MAXINPATHCHARS-1
 * (for defaultinputpath) or MAXOTHPATHCHARS (for other default paths).
 */

/* ----------------------------------------------------------------------- */

/* Input Paths: these should always start with "." */

#define MAXINPATHCHARS  700	/* maximum number of chars in an input path */

/* Env Var: TEXINPUTS */
#define defaultTeXinputpath	".:/usr/local/lib/tex/macros"

/* Env Var: MFINPUTS */
#define defaultMFinputpath	"%MFINPUTS%"

/* ----------------------------------------------------------------------- */

/* Libaray Paths: */

#define MAXOTHPATHCHARS 100     /* other paths should be much shorter */

/* Env Var: TEXFONTS */
#define defaultTeXfontpath	"%TEXFONTS%"

/* Env Var: TEXFORMATS */
#define defaultTeXformatpath	"/usr/local/lib/tex/macros"

/* Env Var: TEXPOOL */
#define defaultTeXpoolpath	"/usr/local/lib/tex"

/* Env Var: MFBASES */
#define defaultMFbasepath	"%MFBASES%"

/* Env Var: MFPOOL */
#define defaultMFpoolpath	"%MFPOOL%"

/* ----------------------------------------------------------------------- */