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

Fred L. Drake fdrake@users.sourceforge.net
Mon, 22 Jan 2001 09:50:44 -0800


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

Modified Files:
	python.sty 
Log Message:

Remove the dollar sign from the formatting of environment variables --
too Unix-specific, and not really needed.  (Already fixed the HTML
formatting, but forgot to mention it in the checkin for python.perl 1.94.)


Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -r1.70 -r1.71
*** python.sty	2000/10/30 06:22:22	1.70
--- python.sty	2001/01/22 17:50:42	1.71
***************
*** 806,812 ****
    }}
  \newcommand{\envvar}[1]{%
!   \$#1%                                 $ <-- bow to font-lock 3 times!
!   \index{#1@{\$#1}}%                    $
!   \index{environment variables!{\$#1}}% $
  }
  \newcommand{\makevar}[1]{#1}		% variable in a Makefile
--- 806,812 ----
    }}
  \newcommand{\envvar}[1]{%
!   #1%
!   \index{#1@{#1}}%
!   \index{environment variables!{#1}}%
  }
  \newcommand{\makevar}[1]{#1}		% variable in a Makefile