[Python-checkins] python/dist/src/Doc/texinputs python.sty,1.96,1.97
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2002年8月02日 11:30:24 -0700
Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory usw-pr-cvs1:/tmp/cvs-serv7823
Modified Files:
python.sty
Log Message:
Add a comment showing how one of the macros should be used.
Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -d -r1.96 -r1.97
*** python.sty 2 Jul 2002 20:32:50 -0000 1.96
--- python.sty 2 Aug 2002 18:30:22 -0000 1.97
***************
*** 805,808 ****
--- 805,809 ----
\newcommand{\infinity}{\ensuremath{\infty}}
\newcommand{\plusminus}{\ensuremath{\pm}}
+ % \menuselection{Start \sub Programs \sub Python}
\newcommand{\menuselection}[1]{{\def\sub{ \ensuremath{>} }#1}}