[Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.12.2.2,1.12.2.3
Fred L. Drake
fdrake@weyr.cnri.reston.va.us
Fri, 3 Mar 2000 12:54:16 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/Doc/doc
In directory weyr:/home/fdrake/projects/python/Doc-152p2/doc
Modified Files:
Tag: release152p1-patches
doc.tex
Log Message:
\sectionauthor: now documented.
\email: note that the domain name should be lowercase.
Index: doc.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -C2 -r1.12.2.2 -r1.12.2.3
*** doc.tex 2000年02月21日 15:29:55 1.12.2.2
--- doc.tex 2000年03月03日 17:54:13 1.12.2.3
***************
*** 224,227 ****
--- 224,240 ----
facilities.
+ \subsection{Meta-information Markup \label{meta-info}}
+
+ \begin{macrodesc}{sectionauthor}{\p{author}\p{email}}
+ Identifies the author of the current section. \var{author}
+ should be the author's name such that it can be used for
+ presentation (though it isn't), and \var{email} should be the
+ author's email address. The domain name portion of
+ the address should be lower case.
+
+ No presentation is generated from this markup, but it is used to
+ help keep track of contributions.
+ \end{macrodesc}
+
\subsection{Information Units \label{info-units}}
***************
*** 405,409 ****
\begin{macrodesc}{email}{\p{address}}
An email address. Note that this is \emph{not} hyperlinked in
! any of the possible output formats.
\end{macrodesc}
--- 418,423 ----
\begin{macrodesc}{email}{\p{address}}
An email address. Note that this is \emph{not} hyperlinked in
! any of the possible output formats. The domain name portion of
! the address should be lower case.
\end{macrodesc}