[Python-checkins] python/dist/src/Doc/tut tut.tex,1.156.4.1.2.14,1.156.4.1.2.15

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 28 Oct 2002 11:30:57 -0800


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

Modified Files:
      Tag: release22-maint
	tut.tex 
Log Message:
Chapter titles that get split over multiple lines in the typeset
formats can't have whitespace after the last non-blank character (bug
in LaTeX?); fix up a couple of instances of this.

Update an email address.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.156.4.1.2.14
retrieving revision 1.156.4.1.2.15
diff -C2 -d -r1.156.4.1.2.14 -r1.156.4.1.2.15
*** tut.tex	26 Oct 2002 03:15:03 -0000	1.156.4.1.2.14
--- tut.tex	28 Oct 2002 19:30:45 -0000	1.156.4.1.2.15
***************
*** 4173,4178 ****
  \appendix
  
! \chapter{Interactive Input Editing and History Substitution
!          \label{interacting}}
  
  Some versions of the Python interpreter support editing of the current
--- 4173,4177 ----
  \appendix
  
! \chapter{Interactive Input Editing and History Substitution\label{interacting}}
  
  Some versions of the Python interpreter support editing of the current
***************
*** 4336,4342 ****
  
  
! \chapter{Floating Point Arithmetic:  Issues and Limitations
!          \label{fp-issues}}
! \sectionauthor{Tim Peters}{tim.one@home.com}
  
  Floating-point numbers are represented in computer hardware as
--- 4335,4340 ----
  
  
! \chapter{Floating Point Arithmetic:  Issues and Limitations\label{fp-issues}}
! \sectionauthor{Tim Peters}{tim_one@email.msn.com}
  
  Floating-point numbers are represented in computer hardware as