exchanged the declaration of "seealso" and loading of "makeidx" because the
authorpaulson
Wed, 27 Sep 2000 11:20:30 +0200
changeset 100924295180d6bab
parent 10091 43c1951a369c
child 10093 44584c2b512b
exchanged the declaration of "seealso" and loading of "makeidx" because the
latter redeclares this macro
doc-src/iman.sty
     1.1 --- a/doc-src/iman.sty	Tue Sep 26 18:27:50 2000 +0200
     1.2 +++ b/doc-src/iman.sty	Wed Sep 27 11:20:30 2000 +0200
     1.3 @@ -13,8 +13,8 @@
     1.4  
     1.5  %%%INDEXING  use sedindex to process the index
     1.6  
     1.7 +\newcommand\seealso[2]{\emph{see also} #1}
     1.8  \usepackage{makeidx}
     1.9 -\newcommand\seealso[2]{\emph{see also} #1}
    1.10  
    1.11  %index, putting page numbers of definitions in boldface
    1.12  \def\bold#1{\textbf{#1}}