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

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Jun 2001 20:11:47 -0700


Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory usw-pr-cvs1:/tmp/cvs-serv20834/texinputs

Modified Files:
	python.sty 
Log Message:

\infinity,
\plusminus:  New macros to allow us to avoid math mode for these symbols.


Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -r1.76 -r1.77
*** python.sty	2001/06/20 21:17:09	1.76
--- python.sty	2001/06/23 03:11:45	1.77
***************
*** 753,756 ****
--- 753,758 ----
  \newcommand{\EOF}{{\sc eof}}
  \newcommand{\NULL}{\constant{NULL}}
+ \newcommand{\infinity}{\ensuremath{\infty}}
+ \newcommand{\plusminus}{\ensuremath{\pm}}
  
  % Also for consistency: spell Python "Python", not "python"!