]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
\programopt: New macro, used to mark command-line parameters in the
authorFred Drake <fdrake@acm.org>
Tue, 9 Nov 1999 17:02:11 +0000 (17:02 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Nov 1999 17:02:11 +0000 (17:02 +0000)
              text.  Looks like \program.

\citetitle:   New macro, used to mark titles of cited works (like the
              names of the Python manuals).  Accepts & discards an
              optional parameter that is only used by the HTML
              formatter.  Looks like \emph.

Doc/texinputs/python.sty

index 3c67818c3d579d8eaf5ebd1e270f01692ba2c6f7..76ae86ffedfe180f69fee44c98ca5b3044544ece 100644 (file)
 \newcommand{\manpage}[2]{{\emph{#1}(#2)}}
 \newcommand{\rfc}[1]{RFC #1\index{RFC!RFC #1}}
 \newcommand{\program}[1]{\strong{#1}}
+\newcommand{\programopt}[1]{\strong{#1}}
+
+% cited titles:  \citetitle{Title of Work}
+%       online:  \citetitle[url-to-resource]{Title of Work}
+\newcommand{\citetitle}[2][URL]{\emph{#1}}
 
 
 % Deprecation stuff.