[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Wed Jul 28 08:44:01 EDT 2004)
From: |
Karl Berry |
Subject: |
texinfo update (Wed Jul 28 08:44:01 EDT 2004) |
Date: |
Wed, 28 Jul 2004 08:44:21 -0400 |
Index: doc/texinfo.txi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.104
retrieving revision 1.105
diff -c -r1.104 -r1.105
*** doc/texinfo.txi 25 Jul 2004 00:13:56 -0000 1.104
--- doc/texinfo.txi 28 Jul 2004 12:42:25 -0000 1.105
***************
*** 1,5 ****
\input texinfo.tex @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.104 2004/07/25 00:13:56 wl Exp $
@c Ordinarily, Texinfo files have the extension .texi. But texinfo.texi
@c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
--- 1,5 ----
\input texinfo.tex @c -*-texinfo-*-
! @c $Id: texinfo.txi,v 1.105 2004/07/28 12:42:25 karl Exp $
@c Ordinarily, Texinfo files have the extension .texi. But texinfo.texi
@c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
***************
*** 7100,7106 ****
special. With @code{@@verb}, nothing is special except the delimiter
character you choose.
! It is not reliable to use @code{@@verb} inside other Texinfo constructs.
@node var
--- 7100,7109 ----
special. With @code{@@verb}, nothing is special except the delimiter
character you choose.
! It is not reliable to use @code{@@verb} inside other Texinfo
! constructs. In particular, it does not work to use @code{@@verb} in
! anything related to cross-referencing, such as section titles or
! figure captions.
@node var
***************
*** 18215,18221 ****
Concurrent Versions System}) or RCS (see rcsintro(1)) version control
systems, which expand it into a string such as:
@example
! $Id: texinfo.txi,v 1.104 2004/07/25 00:13:56 wl Exp $
@end example
(This is useful in all sources that use version control, not just manuals.)
You may wish to include the @samp{$Id:} comment in the @code{@@copying}
--- 18218,18224 ----
Concurrent Versions System}) or RCS (see rcsintro(1)) version control
systems, which expand it into a string such as:
@example
! $Id: texinfo.txi,v 1.105 2004/07/28 12:42:25 karl Exp $
@end example
(This is useful in all sources that use version control, not just manuals.)
You may wish to include the @samp{$Id:} comment in the @code{@@copying}
***************
*** 18281,18287 ****
@verbatim
\input texinfo @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.104 2004/07/25 00:13:56 wl Exp $
@comment %**start of header
@setfilename sample.info
@include version.texi
--- 18284,18290 ----
@verbatim
\input texinfo @c -*-texinfo-*-
! @comment $Id: texinfo.txi,v 1.105 2004/07/28 12:42:25 karl Exp $
@comment %**start of header
@setfilename sample.info
@include version.texi
Index: doc/version.texi
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/version.texi,v
retrieving revision 1.14
retrieving revision 1.15
diff -c -r1.14 -r1.15
*** doc/version.texi 26 Jul 2004 13:10:51 -0000 1.14
--- doc/version.texi 28 Jul 2004 12:42:30 -0000 1.15
***************
*** 1,4 ****
! @set UPDATED 25 July 2004
@set UPDATED-MONTH July 2004
@set EDITION 4.7
@set VERSION 4.7
--- 1,4 ----
! @set UPDATED 27 July 2004
@set UPDATED-MONTH July 2004
@set EDITION 4.7
@set VERSION 4.7
P doc/texinfo.txi
P doc/version.texi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Wed Jul 28 08:44:01 EDT 2004),
Karl Berry <=