doc-src/iman.sty
changeset 8827 5c5c68f4610d
parent 7976 8005c92a85d7
child 8829 d93e235837a9
--- 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}\@}