\def\bold;
authorwenzelm
Fri, 28 May 1999 17:59:22 +0200
changeset 6747cee5adcc1f5c
parent 6746 cf6ad8d22793
child 6748 f1f70344b749
\def\bold;
doc-src/iman.sty
     1.1 --- a/doc-src/iman.sty	Fri May 28 13:30:59 1999 +0200
     1.2 +++ b/doc-src/iman.sty	Fri May 28 17:59:22 1999 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  %%%INDEXING  use sedindex to process the index
     1.6  %index, putting page numbers of definitions in boldface
     1.7 -\newcommand\bold[1]{{\bf#1}}
     1.8 +\def\bold#1{\textbf{#1}}
     1.9  \newcommand\fnote[1]{#1n}
    1.10  \newcommand\indexbold[1]{\index{#1|bold}}
    1.11