diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-03 18:36:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-03 18:36:17 (GMT) |
commit | 7eac0cb04c35529f17b797fa6e5a0872ff1a6a86 (patch) | |
tree | bb597022de250b83d61a6ec5e0d49c245d30e3be /Doc/texinputs | |
parent | 30cf118cf73cef3c870f90b24d1574975cb2140e (diff) | |
download | cpython-7eac0cb04c35529f17b797fa6e5a0872ff1a6a86.zip cpython-7eac0cb04c35529f17b797fa6e5a0872ff1a6a86.tar.gz cpython-7eac0cb04c35529f17b797fa6e5a0872ff1a6a86.tar.bz2 |
Define the \mailheader macro and document conventions for using it.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 498fc3b..6b892cb 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -833,6 +833,7 @@ \newcommand{\ctype}[1]{\texttt{#1}} % C struct or typedef name \newcommand{\cdata}[1]{\texttt{#1}} % C variable, typically global +\newcommand{\mailheader}[1]{\texttt{#1}} \newcommand{\mimetype}[1]{{\small\textsf{#1}}} % The \! is a "negative thin space" in math mode. \newcommand{\regexp}[1]{% |