doc-src/TutorialI/tutorial.sty
changeset 15364 0c3891c3528f
parent 14400 6069098854b9
child 16072 d8a6afbb71ec
--- a/doc-src/TutorialI/tutorial.sty	Thu Dec 02 12:28:09 2004 +0100
+++ b/doc-src/TutorialI/tutorial.sty	Thu Dec 02 14:47:07 2004 +0100
@@ -28,6 +28,7 @@
 %%%% for indexing constants, symbols, theorems, ...
 \newcommand\cdx[1]{\isa{#1}\index{#1@\protect\isa{#1} (constant)}}
 \newcommand\sdx[1]{\isa{#1}\index{#1@\protect\isa{#1} (symbol)}}
+\newcommand\sdxpos[2]{\isa{#1}\index{#2@\protect\isa{#1} (symbol)}}
 
 \newcommand\tdx[1]{\isa{#1}\index{#1@\protect\isa{#1} (theorem)}}
 \newcommand\tdxbold[1]{\isa{#1}\index{#1@\protect\isa{#1} (theorem)|bold}}
@@ -51,6 +52,9 @@
 \newcommand\ttindex[1]{\texttt{#1}\index{#1@\texttt{#1}}\@}
 \newcommand\ttindexbold[1]{\texttt{#1}\index{#1@\texttt{#1}|bold}\@}
 
+\newcommand{\isadxpos}[2]{\isa{#1}\index{#2@\protect\isa{#1}}\@}
+\newcommand{\isadxboldpos}[2]{\isa{#1}\index{#2@\protect\isa{#1}|bold}\@}
+
 %Commented-out the original versions to see what the index looks like without them.
 %   In any event, they need to use \isa or \protect\isa rather than \texttt.
 %%\newcommand{\indexboldpos}[2]{#1\index{#2@#1|bold}\@}