|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T d
Length: 768 (0x300) Types: TextFile Names: »detex.h«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXcontrib/trinkle/detex.h« └─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXcontrib/trinkle/detex.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« └─⟦c58930e5c⟧ └─⟦this⟧ »TeX3.14/TeXcontrib/trinkle/detex.h«
/****** ** 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 separator character in TEXINPUTS ** MAXINPUTPATHS - (arbitrary) number of separate paths in TEXINPUTS ** CCHMAXENV - maximum count of characters in an environment name (LaTex) ******/ #define MAXINCLIST 40 #define MAXINPUTPATHS 10 #define CHPATHSEP ':' #define DEFAULTINPUTS ".:/usr/lib/tex/inputs" #define MAXENVS 10 #define CHENVSEP ',' #define DEFAULTENV "array,eqnarray,equation,figure,picture,table" #define CHOPT '-' #define CHENVOPT 'e' #define CHLATEXOPT 'l' #define CHWORDOPT 'w' #define CCHMAXENV 100 #define ERROR -1