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

Fred L. Drake fdrake@users.sourceforge.net
2001年10月09日 11:01:25 -0700


Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory usw-pr-cvs1:/tmp/cvs-serv16087/texinputs
Modified Files:
	python.sty 
Log Message:
New markup: \note{...} and \warning{...}
Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** python.sty	2001年09月26日 18:46:36	1.82
--- python.sty	2001年10月09日 18:01:23	1.83
***************
*** 882,885 ****
--- 882,888 ----
 }
 
+ \newcommand{\note}[1]{\strong{Note:} #1}
+ \newcommand{\warning}[1]{\strong{Warning:} #1}
+ 
 % Deprecation stuff.
 % Should be extended to allow an index / list of deprecated stuff. But

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