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

Fred L. Drake python-dev@python.org
Thu, 21 Sep 2000 08:53:56 -0700


Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv24186/texinputs

Modified Files:
	ltxmarkup.sty 
Log Message:

Allow the LaTeX markup descriptions to use the \moreargs and \unspecified
macros in the argument list position.


Index: ltxmarkup.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/ltxmarkup.sty,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ltxmarkup.sty	2000/04/03 04:13:48	1.4
--- ltxmarkup.sty	2000/09/21 15:53:54	1.5
***************
*** 18,22 ****
        \let\op=\py@ltx@optparam%
        \let\p=\py@ltx@param%
!       #2}}]
      \item[\code{\e end\{{\bfseries #1}\}}]
      \index{#1 environment@\idxcode{#1} environment}
--- 18,24 ----
        \let\op=\py@ltx@optparam%
        \let\p=\py@ltx@param%
!       \let\unspecified=\py@unspecified%
!       \let\moreargs=\py@moreargs%
!          #2}}]
      \item[\code{\e end\{{\bfseries #1}\}}]
      \index{#1 environment@\idxcode{#1} environment}
***************
*** 29,32 ****
--- 31,36 ----
        \let\op=\py@ltx@optparam%
        \let\p=\py@ltx@param%
+       \let\unspecified=\py@unspecified%
+       \let\moreargs=\py@moreargs%
        #2}}]
      \index{#1@\idxcode{\e #1}}