[Python-checkins] CVS: python/dist/src/Doc/lib librandom.tex,1.12.4.1,1.12.4.2

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Thu, 16 Mar 2000 12:06:19 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib

Modified Files:
      Tag: release152p1-patches
	librandom.tex 
Log Message:

Just don't use math mode in Python documentation.  LaTeX2HTML screws
it up, no matter how hard it tries.  ;(  Pointed out by Jim Kerr
<jim_kerr@agilent.com>.


Index: librandom.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/librandom.tex,v
retrieving revision 1.12.4.1
retrieving revision 1.12.4.2
diff -C2 -r1.12.4.1 -r1.12.4.2
*** librandom.tex	2000/01/10 18:00:52	1.12.4.1
--- librandom.tex	2000/03/16 17:06:16	1.12.4.2
***************
*** 30,34 ****
  \begin{funcdesc}{betavariate}{alpha, beta}
  Beta distribution.  Conditions on the parameters are
! $\var{alpha} > -1$ and $\var{beta} > -1$.
  Returned values range between 0 and 1.
  \end{funcdesc}
--- 30,34 ----
  \begin{funcdesc}{betavariate}{alpha, beta}
  Beta distribution.  Conditions on the parameters are
! \code{\var{alpha} > -1} and \code{\var{beta} > -1}.
  Returned values range between 0 and 1.
  \end{funcdesc}
***************
*** 39,43 ****
  angle.  Both values must be expressed in radians, and can range
  between 0 and \emph{pi}.  Returned values will range between
! $\var{mean} - \var{arc}/2$ and $\var{mean} + \var{arc}/2$.
  \end{funcdesc}
  
--- 39,43 ----
  angle.  Both values must be expressed in radians, and can range
  between 0 and \emph{pi}.  Returned values will range between
! \code{\var{mean} - \var{arc}/2} and \code{\var{mean} + \var{arc}/2}.
  \end{funcdesc}
  
***************
*** 51,55 ****
  \begin{funcdesc}{gamma}{alpha, beta}
  Gamma distribution.  (\emph{Not} the gamma function!)  Conditions on
! the parameters are $\var{alpha} > -1$ and $\var{beta} > 0$.
  \end{funcdesc}
  
--- 51,55 ----
  \begin{funcdesc}{gamma}{alpha, beta}
  Gamma distribution.  (\emph{Not} the gamma function!)  Conditions on
! the parameters are \code{\var{alpha} > -1} and \code{\var{beta} > 0}.
  \end{funcdesc}