From d50a41b6ab3d05fe5605a3a3b50ff68f61059296 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 16 Mar 2020 03:01:06 +0000 Subject: CTAN sync 202003160301 --- support/detex/detex.h | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 support/detex/detex.h (limited to 'support/detex/detex.h') diff --git a/support/detex/detex.h b/support/detex/detex.h deleted file mode 100644 index 2ed7fbf1eb..0000000000 --- a/support/detex/detex.h +++ /dev/null @@ -1,44 +0,0 @@ -/****** -** 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 -** -** DEFAULTENV - list of LaTeX environments ignored -** CHENVSEP - the list separator character in the ignore envronment list -** MAXENVS - maximum number of environments listed in the ignore list -** CCHMAXENV - maximum count of characters in an environment name (LaTex) -******/ - -#define MAXINCLIST 40 - -#ifdef OS2 -#define DEFAULTINPUTS ".;/emtex/texinput" -#define CHPATHSEP ';' -#else -#define DEFAULTINPUTS ".:/usr/local/tex/inputs" -#define CHPATHSEP ':' -#endif -#define MAXINPUTPATHS 10 - -#define DEFAULTENV "array,eqnarray,equation,figure,mathmatica,picture,table,verbatim" -#define CHENVSEP ',' -#define MAXENVS 10 -#define CCHMAXENV 100 - -/****** -** These probably should not be changed -******/ - -#define CHOPT '-' -#define CHCITEOPT 'c' -#define CHENVOPT 'e' -#define CHLATEXOPT 'l' -#define CHNOFOLLOWOPT 'n' -#define CHSPACEOPT 's' -#define CHTEXOPT 't' -#define CHWORDOPT 'w' - -#define ERROR -1 -- cgit v1.2.3