texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/doc texinfo.tex,1.27,1.28


From: karl
Subject: texinfo/doc texinfo.tex,1.27,1.28
Date: Tue, 10 Feb 2004 00:23:08 +0100

Update of /cvsroot/texinfo/texinfo/doc
In directory sheep:/tmp/cvs-serv4289

Modified Files:
        texinfo.tex 
Log Message:
(\pickupwholefraction): allow the fraction to be
an integer without a decimal point, like `1'.
Report from: Dumas Patrice <address@hidden>,
9 Feb 2004 16:46:30 +0100.


Index: texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** texinfo.tex 6 Feb 2004 16:20:53 -0000       1.27
--- texinfo.tex 9 Feb 2004 23:23:06 -0000       1.28
***************
*** 4,8 ****
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-02-06.08}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
--- 4,8 ----
  \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
  %
! \def\texinfoversion{2004-02-09.15}
  %
  % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
***************
*** 2536,2546 ****
  \newif\ifsetpercent
  
! % #1 is the part of the @columnfraction before the decimal point, which
! % is presumably either 0 or the empty string (but we don't check, we
! % just throw it away).  #2 is the decimal part, which we use as the
! % percent of \hsize for this column.
! \def\pickupwholefraction#1.#2 {%
    \global\advance\colcount by 1
!   \expandafter\xdef\csname col\the\colcount\endcsname{.#2\hsize}%
    \setuptable
  }
--- 2536,2545 ----
  \newif\ifsetpercent
  
! % #1 is the @columnfraction, usually a decimal number like .5, but might
! % be just 1.  We just use it, whatever it is.
! % 
! \def\pickupwholefraction#1 {%
    \global\advance\colcount by 1
!   \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
    \setuptable
  }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]