diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/texpower/__TPindexing.tex | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/texpower/__TPindexing.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/texpower/__TPindexing.tex | 52 |
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'. |