]> granicus.if.org Git - python/commitdiff
Define \seerfc within the seealso environment.
authorFred Drake <fdrake@acm.org>
Wed, 26 Apr 2000 18:13:58 +0000 (18:13 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 26 Apr 2000 18:13:58 +0000 (18:13 +0000)
Doc/texinputs/python.sty

index ce041b8c73571aa113dca240899e448910d85e31..ded500d0eb1d574f49fd435c0b2b5ab49ca1a4ed 100644 (file)
     \end{fulllineitems}
   }
 }
+% \seerfc{number}{title}{why it's interesting}
+\newcommand{\py@seerfc}[3]{%
+  \par%
+  \begin{fulllineitems}
+    \item[\rfc{#1}, ``\emph{#2}'']
+    #3
+  \end{fulllineitems}
+}
 \newenvironment{seealso}[0]{
   \par
   \strong{See Also:}\par
   \def\seetext##1{\par{##1}}
   \let\seemodule=\py@seemodule
+  \let\seerfc=\py@seerfc
 }{\par}