diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 01:01:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 01:01:11 +0000 |
commit | 3f8ed3d1210aac71d4c1d389ad68793b16557efd (patch) | |
tree | 8f4f212f3374e4063a9af2de293f498b72d4ebf4 /Master/texmf-dist/makeindex/startex | |
parent | 4a6fbdc0e89fde6f9efcaa24de3db8e137da4404 (diff) |
trunk/Master/texmf-dist/makeindex
git-svn-id: svn://tug.org/texlive/trunk@89 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/makeindex/startex')
-rw-r--r-- | Master/texmf-dist/makeindex/startex/stxglo.ist | 26 | ||||
-rw-r--r-- | Master/texmf-dist/makeindex/startex/stxind.ist | 24 |
2 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf-dist/makeindex/startex/stxglo.ist b/Master/texmf-dist/makeindex/startex/stxglo.ist new file mode 100644 index 00000000000..59e7532ece7 --- /dev/null +++ b/Master/texmf-dist/makeindex/startex/stxglo.ist @@ -0,0 +1,26 @@ +%% This is stxglo.ist, a modification of the standard gglo.ist. +%% This file is used for running `makeindex' on the StarTeX source code. + +actual '=' +quote '!' +level '?' +item_x1 "\\efill \n \\subitem " +item_x2 "\\ " +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 0 +heading_prefix "{\\bfseries\\hfil " +heading_suffix "\\hfil}\\nopagebreak\n" +headings_flag 0 +preamble +"\n \\begin{theglossary} \n + \\makeatletter\\scan@allowedfalse\n" +postamble +"\n\n \\end{theglossary}\n" +keyword "\\glossaryentry" 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 |