texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.txi


From: Karl Berry
Subject: texinfo ChangeLog doc/texinfo.txi
Date: Wed, 08 Sep 2010 15:05:14 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/09/08 15:05:13

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
        (Output Element Lines): rename + edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1126&r2=1.1127
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.302&r2=1.303

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1126
retrieving revision 1.1127
diff -u -b -r1.1126 -r1.1127
--- ChangeLog   7 Sep 2010 18:51:17 -0000       1.1126
+++ ChangeLog   8 Sep 2010 15:05:12 -0000       1.1127
@@ -1,3 +1,7 @@
+2010-09-08  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (Output Element Lines): rename + edit.
+
 2010-09-07  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Output Element Labels): rename + edit.

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -b -r1.302 -r1.303
--- doc/texinfo.txi     7 Sep 2010 18:51:17 -0000       1.302
+++ doc/texinfo.txi     8 Sep 2010 15:05:12 -0000       1.303
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.302 2010/09/07 18:51:17 karl Exp $
address@hidden $Id: texinfo.txi,v 1.303 2010/09/08 15:05:12 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.
 
@@ -19564,7 +19564,7 @@
 @menu
 * Defined: Output Elements Defined.
 * Labels: Output Element Labels.
-* Lines: Elements lines.
+* Lines: Output Element Lines.
 @end menu
 
 
@@ -19764,39 +19764,52 @@
 
 @end table
 
-
 The element labels may also be accessed when formatting elements.
-Four hashes are available, with key the elements items, and values:
+Four hashes are available, with their keys being the elements items,
+and their values as follows:
 
 @vtable @code
 @item %Texi2HTML::NAME
-The formatted element name
+The formatted element name.
+
 @item %Texi2HTML::HREF
-The element hypertext reference
+The element hypertext reference.
+
 @item %Texi2HTML::NODE
-The element node name
+The element node name.
+
 @item %Texi2HTML::NO_TEXI
-The element name after removal of texi commands
+The element name after removal of texi commands.
+
 @end vtable
 
-For example @code{$Texi2HTML::address@hidden'Back'@}} is the name of the
+For example, @code{$Texi2HTML::address@hidden'Back'@}} is the name of the
 previous element in reading order.
 
 
address@hidden Elements lines
address@hidden Elements lines
address@hidden Output Element Lines
address@hidden Output Element Lines
 
-The following array references or arrays holds formatted lines:
address@hidden Output elements lines
address@hidden Formatted lines, of output elements
+
+The following array references holds formatted lines relating to
+various output elements.
 
 @vtable @code
address@hidden $Texi2HTML::OVERVIEW
+Lines of the short table of contents.  @xref{Contents and Overview
+text}.
+
 @item $Texi2HTML::THIS_SECTION
 Lines of the current element.
address@hidden $Texi2HTML::OVERVIEW
-Lines of short table of contents. @xref{Contents and Overview text}.
address@hidden $Texi2HTML::TOC_LINES
-Lines of table of contents. @xref{Contents and Overview text}.
+
 @item $Texi2HTML::TITLEPAGE
 The title page formatted. @xref{Title page text}.
+
address@hidden $Texi2HTML::TOC_LINES
+Lines of table of contents.  @xref{Contents and Overview text}.
+
 @end vtable
 
 
@@ -20240,10 +20253,10 @@
 text of the element, without section number.
 @end table
 
-This function doesn't return anything but should fill the array corresponding
-with the @code{$Texi2HTML::TOC_LINES} and @code{$Texi2HTML::OVERVIEW} 
-references with the table of contents and short table of contents.  
address@hidden lines}.
+This function doesn't return anything but should fill the array
+corresponding with the @code{$Texi2HTML::TOC_LINES} and
address@hidden::OVERVIEW} references with the table of contents and
+short table of contents.  @xref{Output Element Lines}.
 
 @end deffn
 
@@ -20325,7 +20338,6 @@
 defined dynamically in that the @code{init_out} function reference
 (@pxref{Output Initialization}).
 
-
 @item %BUTTONS_EXAMPLE
 The keys of this hash are element labels (@pxref{Output Element
 Labels}).  The value is the text associated with the element label in
@@ -20345,10 +20357,10 @@
 @subsubsection Formatting of title page
 
 @vindex $Texi2HTML::TITLEPAGE
-The title page is first formatted using the text appearing in 
-the @code{@@titlepage} section, and put in @code{$Texi2HTML::TITLEPAGE}
-(@pxref{Elements lines}).  More formatting can be done using the following
-function reference:
+The title page is first formatted using the text appearing in the
address@hidden@@titlepage} section, and put in @code{$Texi2HTML::TITLEPAGE}
+(@pxref{Output Element Lines}).  More formatting can be done using the
+following function reference:
 
 @deffn {Function Reference} titlepage \@@titlepage_lines $text $comment 
$simple_text
 @var{\@@titlepage_lines} is an array containing the Texinfo lines in 
@code{@@titlepage}.
@@ -24472,7 +24484,7 @@
 (@url{http://www.gnu.org/software/rcs}) version control systems, which
 expand it into a string such as:
 @example
-$Id: texinfo.txi,v 1.302 2010/09/07 18:51:17 karl Exp $
+$Id: texinfo.txi,v 1.303 2010/09/08 15:05:12 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}
@@ -24551,7 +24563,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.302 2010/09/07 18:51:17 karl Exp $
address@hidden $Id: texinfo.txi,v 1.303 2010/09/08 15:05:12 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi



reply via email to

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