1
0
Fork 0

Added star form of dfn

TODO: use LaTeX
master
Mike Gerwitz 2013-09-12 13:06:48 -04:00
parent 26bc7d3921
commit bbfd0388d2
1 changed files with 11 additions and 1 deletions

View File

@ -416,7 +416,17 @@
% get rid of mysterious magical hspace that appears from the marginpar % get rid of mysterious magical hspace that appears from the marginpar
\hskip-1ex\relax% \hskip-1ex\relax%
} }
\def\dfn#1{{\sl\@idxhat@idx{#1}\/}} \def\dfn#1#2{%
\begingroup
\sl
\ifx#1*
#1%
\else
\@idxhat@idx{#1#2}%
\fi
\/
\endgroup
}
\def\rfc#1{{\tt RFC #1}} \def\rfc#1{{\tt RFC #1}}
\def\hex#1{{\tt 0x#1}} \def\hex#1{{\tt 0x#1}}
\def\code#1{{\tt#1}} \def\code#1{{\tt#1}}