[Python-checkins] python/dist/src/Doc/texinputs python.sty,1.92,1.93

fdrake@sourceforge.net fdrake@sourceforge.net
Tue, 09 Apr 2002 13:16:52 -0700


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

Modified Files:
	python.sty 
Log Message:
Add \csimplemacro to parallel the csimplemacrodesc environment.
Fix a typo in the comments for csimplemacrodesc.


Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** python.sty	28 Mar 2002 22:28:43 -0000	1.92
--- python.sty	9 Apr 2002 20:16:47 -0000	1.93
***************
*** 614,618 ****
  
  % Funky macros -----------------------------------------------------------
! % \begin{csimplemacro}{name}
  % -- "simple" because it has no args; NOT for constant definitions!
  \newenvironment{csimplemacrodesc}[1]{
--- 614,618 ----
  
  % Funky macros -----------------------------------------------------------
! % \begin{csimplemacrodesc}{name}
  % -- "simple" because it has no args; NOT for constant definitions!
  \newenvironment{csimplemacrodesc}[1]{
***************
*** 788,791 ****
--- 788,792 ----
  
  \newcommand{\bfcode}[1]{\code{\bfseries#1}} % bold-faced code font
+ \newcommand{\csimplemacro}[1]{\code{#1}}
  \newcommand{\kbd}[1]{\code{#1}}
  \newcommand{\samp}[1]{`\code{#1}'}