\usepackage{makeidx};
authorwenzelm
Mon, 08 May 2000 11:13:11 +0200
changeset 8827 5c5c68f4610d
parent 8826 d7ad3ca77685
child 8828 5be2d1745c61
\usepackage{makeidx};
doc-src/iman.sty
--- a/doc-src/iman.sty	Mon May 08 11:03:53 2000 +0200
+++ b/doc-src/iman.sty	Mon May 08 11:13:11 2000 +0200
@@ -12,6 +12,9 @@
 
 
 %%%INDEXING  use sedindex to process the index
+
+\usepackage{makeidx}
+
 %index, putting page numbers of definitions in boldface
 \def\bold#1{\textbf{#1}}
 \newcommand\fnote[1]{#1n}
@@ -37,10 +40,6 @@
 \newcommand\tooldx[1]{{\tt#1}\index{#1@{\tt#1} tool}}
 \newcommand\settdx[1]{{\tt#1}\index{#1@{\tt#1} setting}}
 
-%for cross-references: 2nd argument (page number) is ignored
-\newcommand\see[2]{{\it see \/}{#1}}
-\newcommand\seealso[2]{{\it see also \/}{#1}}
-
 %set argument in \tt font; at the same time, index using * prefix
 \newcommand\rmindex[1]{{#1}\index{#1}\@}
 \newcommand\ttindex[1]{{\tt#1}\index{*#1}\@}