[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/doc texinfo.tex,1.18,1.19 texinfo.txi,1.15,1.16
From: |
karl |
Subject: |
texinfo/doc texinfo.tex,1.18,1.19 texinfo.txi,1.15,1.16 |
Date: |
Tue, 6 Jan 2004 00:50:50 +0100 |
Update of /cvsroot/texinfo/texinfo/doc
In directory sheep:/tmp/cvs-serv3167/doc
Modified Files:
texinfo.tex texinfo.txi
Log Message:
commands in float type
Index: texinfo.tex
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.tex,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** texinfo.tex 2004/01/04 22:49:41 1.18
--- texinfo.tex 2004/01/05 23:50:47 1.19
***************
*** 4,8 ****
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
! \def\texinfoversion{2004-01-04.14}
%
% 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-01-05.15}
%
% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
***************
*** 5716,5720 ****
\iflinks
{%
! \indexnofonts
\turnoffactive
\otherbackslash
--- 5716,5720 ----
\iflinks
{%
! \atdummies % preserve commands, but don't expand them
\turnoffactive
\otherbackslash
***************
*** 6243,6250 ****
%
\ifx\floattype\empty \else
! % For now, assume the FLOATTYPE is entirely letters, so we just use it
! % in a control sequence name literally. We want each FLOATTYPE to be
! % numbered separately (Figure 1, Table 1, Figure 2, ...).
! \expandafter\getfloatno\csname\floattype floatno\endcsname
\global\advance\floatno by 1
%
--- 6243,6257 ----
%
\ifx\floattype\empty \else
! {%
! % the floattype might have accents or other special characters,
! % but we need to use it in a control sequence name.
! \indexnofonts
! \turnoffactive
! \xdef\safefloattype{\floattype}%
! }%
! % We want each FLOATTYPE to be numbered separately (Figure 1,
! % Table 1, Figure 2, ...).
! %
! \expandafter\getfloatno\csname\safefloattype floatno\endcsname
\global\advance\floatno by 1
%
***************
*** 6254,6258 ****
% XREFLABEL-title value. \xrefX uses it to distinguish float
% labels (which have a completely different output format) from
! % nodes and xref labels.
%
\let\thissection=\floatmagic
--- 6261,6265 ----
% XREFLABEL-title value. \xrefX uses it to distinguish float
% labels (which have a completely different output format) from
! % node and anchor labels.
%
\let\thissection=\floatmagic
***************
*** 6286,6290 ****
\vskip.5\parskip % space above caption
\else
! :\space % had a number, so print a colon.
\fi
%
--- 6293,6297 ----
\vskip.5\parskip % space above caption
\else
! :\space % had a number, so print a colon before the caption.
\fi
%
Index: texinfo.txi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** texinfo.txi 2003/12/26 00:44:38 1.15
--- texinfo.txi 2004/01/05 23:50:47 1.16
***************
*** 39,43 ****
Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998,
! 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
@quotation
--- 39,43 ----
Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998,
! 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
@quotation
***************
*** 3931,3935 ****
@node firstparagraphindent
! @subsection @code{@@firstparagraphindent}: Indentation After Headings
@cindex First paragraph, suppressing indentation of
@cindex Suppressing first paragraph indentation
--- 3931,3935 ----
@node firstparagraphindent
! @subsection @code{@@firstparagraphindent}: Indenting After Headings
@cindex First paragraph, suppressing indentation of
@cindex Suppressing first paragraph indentation
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/doc texinfo.tex,1.18,1.19 texinfo.txi,1.15,1.16,
karl <=
- Prev by Date:
texinfo/makeinfo cmds.c,1.13,1.14 html.c,1.3,1.4
- Next by Date:
texinfo ChangeLog,1.76,1.77
- Previous by thread:
texinfo/makeinfo cmds.c,1.13,1.14 html.c,1.3,1.4
- Next by thread:
texinfo ChangeLog,1.76,1.77
- Index(es):