diff options
Diffstat (limited to 'Master/texmf-dist/makeindex/startex/stxind.ist')
-rw-r--r-- | Master/texmf-dist/makeindex/startex/stxind.ist | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/makeindex/startex/stxind.ist b/Master/texmf-dist/makeindex/startex/stxind.ist new file mode 100644 index 00000000000..ef17e1809c4 --- /dev/null +++ b/Master/texmf-dist/makeindex/startex/stxind.ist @@ -0,0 +1,24 @@ +%% This is stxind.ist, a modification of the standard gind.ist. +%% This file is used for running `makeindex' on the StarTeX source code. + +actual '=' +quote '!' +level '?' +preamble +"\n \\begin{theindex} \n \\makeatletter\\scan@allowedfalse\n" +postamble +"\n\n \\end{theindex}\n" +item_x1 "\\efill \n \\subitem " +item_x2 "\\efill \n \\subsubitem " +delim_0 "\\pfill " +delim_1 "\\pfill " +delim_2 "\\pfill " +% The next lines will produce some warnings when +% running Makeindex as they try to cover two different +% versions of the program: +lethead_prefix "{\\bfseries\\hfil " +lethead_suffix "\\hfil}\\nopagebreak\n" +lethead_flag 1 +heading_prefix "{\\bfseries\\hfil " +heading_suffix "\\hfil}\\nopagebreak\n" +headings_flag 1 |