diff options
-rw-r--r-- | Doc/myformat.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 55fe047092..f1779cb445 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -161,7 +161,7 @@ \newcommand{\samp}[1]{\mbox{`\code{#1}'}} \newcommand{\var}[1]{\mbox{\it#1\/}} \let\file=\samp -\newcommand{\dfn}[1]{{\sl #1\/}} +\newcommand{\dfn}[1]{{\em #1\/}} \newcommand{\emph}[1]{{\em #1\/}} \newcommand{\strong}[1]{{\bf #1}} |