[Python-checkins] python/dist/src/Doc/texinputs python.sty,1.101,1.102

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 16 Jul 2003 07:01:58 -0700


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

Modified Files:
	python.sty 
Log Message:
Make it easier to figure out the where a menuselection starts and ends
by controling the font.


Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** python.sty	30 Dec 2002 20:51:27 -0000	1.101
--- python.sty	16 Jul 2003 14:01:56 -0000	1.102
***************
*** 823,827 ****
  \newcommand{\plusminus}{\ensuremath{\pm}}
  % \menuselection{Start \sub Programs \sub Python}
! \newcommand{\menuselection}[1]{{\def\sub{ \ensuremath{>} }#1}}
  
  % Also for consistency: spell Python "Python", not "python"!
--- 823,827 ----
  \newcommand{\plusminus}{\ensuremath{\pm}}
  % \menuselection{Start \sub Programs \sub Python}
! \newcommand{\menuselection}[1]{\textsf{\def\sub{ \ensuremath{>} }#1}}
  
  % Also for consistency: spell Python "Python", not "python"!