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

⟦040b02b68⟧ TextFile

    Length: 850 (0x352)
    Types: TextFile
    Names: »detex.h«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af57ea0c3⟧ »utils/detex-2.3.tar« 
        └─⟦this⟧ »./detex.h« 

TextFile

/******
** The following parameters should be modified as necessary
**	MAXINCLIST - maximum number of files allowed in an \includeonly list
**	DEFAULTINPUTS - this should be the same as the default TEXINPUTS
**	CHPATHSEP - the path seperator character in TEXINPUTS
**	MAXINPUTPATHS - (arbitrary) number of seperate paths in TEXINPUTS
**	CCHMAXENV - maximum count of characters in an environment name (LaTex)
******/

#define	MAXINCLIST	40

#define	MAXINPUTPATHS	10
#define	CHPATHSEP	':'
#define	DEFAULTINPUTS	".:/usr/local/tex/inputs"

#define	MAXENVS		10
#define	CHENVSEP	','
#define	DEFAULTENV	"array,eqnarray,equation,figure,picture,table,verbatim"

#define	CHOPT		'-'
#define	CHCITEOPT	'c'
#define	CHENVOPT	'e'
#define	CHLATEXOPT	'l'
#define	CHNOFOLLOWOPT	'n'
#define	CHSPACEOPT	's'
#define	CHWORDOPT	'w'
#define	CCHMAXENV	100

#define	ERROR		-1