summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/texpower/__TPindexing.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/texpower/__TPindexing.tex')
-rw-r--r--Master/texmf-dist/doc/latex/texpower/__TPindexing.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/texpower/__TPindexing.tex b/Master/texmf-dist/doc/latex/texpower/__TPindexing.tex
new file mode 100644
index 00000000000..a4ffed15c34
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/texpower/__TPindexing.tex
@@ -0,0 +1,52 @@
+%%
+%% This is file `__TPindexing.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% texpower-doc.dtx (with options: `indexing')
+%%
+%% --------------------------------------------------------------
+%% TeXPower bundle - dynamic online presentations with LaTeX
+%% Copyright (C) 1999-2004 Stephan Lehmke
+%%
+%% This program is free software; you can redistribute it and/or
+%% modify it under the terms of the GNU General Public License
+%% as published by the Free Software Foundation; either version 2
+%% of the License, or (at your option) any later version.
+%%
+%% This program is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+%% GNU General Public License for more details.
+%% --------------------------------------------------------------
+%%
+%% The list of all files belonging to the TeXPower bundle is
+%% given in the file `00readme.txt'.
+%%
+%
+% Setting up indexing for the TeXPower fulldemo and manual.
+%
+%-----------------------------------------------------------------------------------------------------------------
+
+\usepackage{makeidx}
+\makeindex
+\newcommand{\indexcode}[1]{\index{#1@\code{#1}}}
+\newcommand{\indexmacro}[1]{\index{#1@\macroname{#1}}}
+\newcommand{\indexmacroopt}[2]{%
+ \index{#1 macro options@\macroname{#1} macro options!#2@\code{#2}}%
+ \index{#2@\code{#2}|see{\macroname{#1} macro options}}}
+\newcommand{\indexfile}[2]{\index{#1@\code{#1} #2}}
+\newcommand{\indexpckopt}[2]{%
+ \index{#1 package options@\code{#1} package options!#2@\code{#2}}%
+ \index{#2@\code{#2}|see{\code{#1} package options}}}
+\newcommand{\indexpckswitch}[2]{%
+ \index{#1 package switches@\code{#1} package switches!#2@\code{#2}}%
+ \index{#2@\code{#2}|see{\code{#1} package switches}}}
+\newcommand{\indexstepwise}[2]{%
+ \index{stepwise@\macroname{stepwise}!#1@\code{#1} (#2)}%
+ \index{#1@\code{#1}|see{\macroname{stepwise}}}}
+
+\endinput
+%%
+%% End of file `__TPindexing.tex'.