/****** ** 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