Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv18936
Modified Files:
curses.tex
Log Message:
Use appropriate markup for multiple authors; LaTeX's \author is not
additive; the second occurrance was causing the first author to be dropped.
Index: curses.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/curses.tex,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** curses.tex 2001/01/16 15:49:00 1.12
--- curses.tex 2001/04/10 17:35:31 1.13
***************
*** 5,12 ****
\release{2.0}
! \author{A.M. Kuchling}
! \authoraddress{\email{am...@bi...}}
! \author{Eric S. Raymond}
! \authoraddress{\email{es...@th...}}
\begin{document}
--- 5,10 ----
\release{2.0}
! \author{A.M. Kuchling \and\ Eric S. Raymond}
! \authoraddress{\email{am...@bi...}, \email{es...@th...}}
\begin{document}
|