[Python-checkins] python/dist/src/Doc/texinputs ltxmarkup.sty,1.5,1.6

montanaro@sourceforge.net montanaro@sourceforge.net
Thu, 18 Apr 2002 21:52:46 -0700


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

Modified Files:
	ltxmarkup.sty 
Log Message:
\idxcode -> \py@idxcode (mimics index stuff in python.sty - problem only
revealed itself when i added index generating lines to doc/doc.tex)


Index: ltxmarkup.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/ltxmarkup.sty,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ltxmarkup.sty	21 Sep 2000 15:53:54 -0000	1.5
--- ltxmarkup.sty	19 Apr 2002 04:52:44 -0000	1.6
***************
*** 22,27 ****
           #2}}]
      \item[\code{\e end\{{\bfseries #1}\}}]
!     \index{#1 environment@\idxcode{#1} environment}
!     \index{environments!#1@\idxcode{#1}}
  }{\end{fulllineitems}}
  
--- 22,27 ----
           #2}}]
      \item[\code{\e end\{{\bfseries #1}\}}]
!     \index{#1 environment@\py@idxcode{#1} environment}
!     \index{environments!#1@\py@idxcode{#1}}
  }{\end{fulllineitems}}
  
***************
*** 34,38 ****
        \let\moreargs=\py@moreargs%
        #2}}]
!     \index{#1@\idxcode{\e #1}}
  }{\end{fulllineitems}}
  
--- 34,38 ----
        \let\moreargs=\py@moreargs%
        #2}}]
!     \index{#1@\py@idxcode{#1}}
  }{\end{fulllineitems}}