Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cc0c0 commit 64b72b6Copy full SHA for 64b72b6
1 file changed
Doc/texinputs/python.sty
@@ -908,11 +908,20 @@
908
\end{fulllineitems}
909
}
910
911
+% \seerfc{number}{title}{why it's interesting}
912
+\newcommand{\py@seerfc}[3]{%
913
+ \par%
914
+ \begin{fulllineitems}
915
+ \item[\rfc{#1}, ``\emph{#2}'']
916
+ #3
917
+ \end{fulllineitems}
918
+}
919
\newenvironment{seealso}[0]{
920
\par
921
\strong{See Also:}\par
922
\def\seetext##1{\par{##1}}
923
\let\seemodule=\py@seemodule
924
+ \let\seerfc=\py@seerfc
925
}{\par}
926
927
0 commit comments