summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/texpower/__TPindexing.tex
blob: 77fa4518d5f80b281b3c83a03725c03c1fa3eec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
%%
%% 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
%% Copyright (C) 2003-2005 Hans Fredrik Nordhaug
%% 
%% 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'.