# HG changeset patch # User wenzelm # Date 927907162 -7200 # Node ID cee5adcc1f5cf0ec41af57fa1692e60e6cd33df8 # Parent cf6ad8d227930a86a407714f1362931cc1e78ccb \def\bold; diff -r cf6ad8d22793 -r cee5adcc1f5c doc-src/iman.sty --- a/doc-src/iman.sty Fri May 28 13:30:59 1999 +0200 +++ b/doc-src/iman.sty Fri May 28 17:59:22 1999 +0200 @@ -13,7 +13,7 @@ %%%INDEXING use sedindex to process the index %index, putting page numbers of definitions in boldface -\newcommand\bold[1]{{\bf#1}} +\def\bold#1{\textbf{#1}} \newcommand\fnote[1]{#1n} \newcommand\indexbold[1]{\index{#1|bold}}