# HG changeset patch # User paulson # Date 970046430 -7200 # Node ID 4295180d6bab0360acc87105bf5bdd3af254df19 # Parent 43c1951a369ccb31cde4186f22772f44416c4842 exchanged the declaration of "seealso" and loading of "makeidx" because the latter redeclares this macro diff -r 43c1951a369c -r 4295180d6bab doc-src/iman.sty --- a/doc-src/iman.sty Tue Sep 26 18:27:50 2000 +0200 +++ b/doc-src/iman.sty Wed Sep 27 11:20:30 2000 +0200 @@ -13,8 +13,8 @@ %%%INDEXING use sedindex to process the index +\newcommand\seealso[2]{\emph{see also} #1} \usepackage{makeidx} -\newcommand\seealso[2]{\emph{see also} #1} %index, putting page numbers of definitions in boldface \def\bold#1{\textbf{#1}}