[Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty,1.57,1.58

Fred Drake python-dev@python.org
2000年4月26日 14:14:01 -0400


Update of /projects/cvsroot/python/dist/src/Doc/texinputs
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/texinputs
Modified Files:
	python.sty 
Log Message:
Define \seerfc within the seealso environment.
Index: python.sty
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** python.sty	2000年04月11日 18:47:59	1.57
--- python.sty	2000年04月26日 18:13:58	1.58
***************
*** 909,912 ****
--- 909,920 ----
 }
 }
+ % \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
***************
*** 914,917 ****
--- 922,926 ----
 \def\seetext##1{\par{##1}}
 \let\seemodule=\py@seemodule
+ \let\seerfc=\py@seerfc
 }{\par}
 

AltStyle によって変換されたページ (->オリジナル) /