New markup: \note{...} and \warning{...}

This commit is contained in:
Fred Drake 2001-10-09 18:01:23 +00:00
parent 8b78b99647
commit 92350b3a1f
4 changed files with 36 additions and 0 deletions

View file

@ -881,6 +881,9 @@
\end{center}
}
\newcommand{\note}[1]{\strong{Note:} #1}
\newcommand{\warning}[1]{\strong{Warning:} #1}
% Deprecation stuff.
% Should be extended to allow an index / list of deprecated stuff. But
% there's a lot of stuff that needs to be done to make that automatable.