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

Fred L. Drake fdrake@users.sourceforge.net
2001年9月26日 11:46:38 -0700


Update of /cvsroot/python/python/dist/src/Doc/texinputs
In directory usw-pr-cvs1:/tmp/cvs-serv1837/texinputs
Modified Files:
	python.sty 
Log Message:
Move the styling for the HTML version of \mailheader into the CSS file.
In both the HTML and typeset versions of the documentation, add a colon
after the name of a mail header so that it is more easily distinguished
from other text.
Index: python.sty
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/texinputs/python.sty,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** python.sty	2001年08月20日 21:36:38	1.81
--- python.sty	2001年09月26日 18:46:36	1.82
***************
*** 834,838 ****
 \newcommand{\cdata}[1]{\texttt{#1}} % C variable, typically global
 
! \newcommand{\mailheader}[1]{\texttt{#1}}
 \newcommand{\mimetype}[1]{{\small\textsf{#1}}}
 % The \! is a "negative thin space" in math mode.
--- 834,838 ----
 \newcommand{\cdata}[1]{\texttt{#1}} % C variable, typically global
 
! \newcommand{\mailheader}[1]{{\small\textsf{#1:}}}
 \newcommand{\mimetype}[1]{{\small\textsf{#1}}}
 % The \! is a "negative thin space" in math mode.

AltStyle によって変換されたページ (->オリジナル) /