diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-11 18:47:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-11 18:47:59 (GMT) |
commit | 493624941a946acd10dcdca748b5830ad88e3a0b (patch) | |
tree | c1a0c196a9658119b0d7a3d768f4edee16279eb8 /Doc/texinputs | |
parent | 0cd602133900b444e80dac9ac7314809d01c28b0 (diff) | |
download | cpython-493624941a946acd10dcdca748b5830ad88e3a0b.zip cpython-493624941a946acd10dcdca748b5830ad88e3a0b.tar.gz cpython-493624941a946acd10dcdca748b5830ad88e3a0b.tar.bz2 |
\longprogramopt: New macro.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 3f0370a..ce041b8 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -809,6 +809,8 @@ \newcommand{\rfc}[1]{RFC #1\index{RFC!RFC #1}} \newcommand{\program}[1]{\strong{#1}} \newcommand{\programopt}[1]{\strong{#1}} +% Note that \longprogramopt provides the '--'! +\newcommand{\longprogramopt}[1]{\strong{-{}-#1}} % cited titles: \citetitle{Title of Work} % online: \citetitle[url-to-resource]{Title of Work} |