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: Sat, 11 Sep 2010 23:59:23 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/09/11 23:59:23

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
        (Customizing HTML Section Layout): rename + edit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1133&r2=1.1134
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.308&r2=1.309

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1133
retrieving revision 1.1134
diff -u -b -r1.1133 -r1.1134
--- ChangeLog   11 Sep 2010 17:12:52 -0000      1.1133
+++ ChangeLog   11 Sep 2010 23:59:23 -0000      1.1134
@@ -1,3 +1,7 @@
+2010-09-11  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (Customizing HTML Section Layout): rename + edit.
+
 2010-09-11  Patrice Dumas  <address@hidden>
 
        * texi2html/texi2html.init (%misc_command, 
t2h_default_preserve_misc_command):

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -b -r1.308 -r1.309
--- doc/texinfo.txi     11 Sep 2010 00:40:25 -0000      1.308
+++ doc/texinfo.txi     11 Sep 2010 23:59:23 -0000      1.309
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.308 2010/09/11 00:40:25 karl Exp $
address@hidden $Id: texinfo.txi,v 1.309 2010/09/11 23:59:23 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.
 
@@ -20055,20 +20055,20 @@
 @pxref{Headings,, Page Headings}.)
 
 @menu
-* Headers:  Customizing Page Headers.
-* Sections: Customizing the section layout.
+* Headers:  Customizing HTML Page Headers.
+* Sections: Customizing HTML Section Layout.
 * Footers:  Customizing file footers.
 @end menu
 
 
address@hidden Customizing Page Headers
address@hidden Customizing Page Headers
address@hidden Customizing HTML Page Headers
address@hidden Customizing HTML Page Headers
 
 @cindex Customizing HTML page headers
 @cindex Page headers, customizing in HTML
 
 The three following function references give full control over the
-page header formatting done at the top of each output file.  The
+page header formatting done at the top of each HTML output file.  The
 @code{$print_page_head} function is called for all pages.  After that,
 the @code{$print_chapter_header} function is called if the output is
 split at chapters, or the @code{$print_section_header} function if the
@@ -20131,28 +20131,41 @@
 Specification}.
 
 
address@hidden Customizing the section layout
address@hidden Customizing the section layout
address@hidden Customizing HTML Section Layout
address@hidden Customizing HTML Section Layout
 
-The functions associated with the following function references are used for 
-the formatting of sections:
+The following function references are used for the formatting of
+sections in HTML output:
 
address@hidden {Function Reference} print_section $filehandle $first_in_page 
$previous_is_top \%element
address@hidden is the opened filehandle the function should write to.
address@hidden is true if this section is the first section in the page.
address@hidden is true if this section is the section following the 
-Top section.
address@hidden is a reference on a hash holding informations about the element.
-This function should print the current section contents.
address@hidden {Function Reference} print_section $filehandle @
+       $first_in_page $previous_is_top \%element
address@hidden @var
address@hidden $filehandle
+is the opened filehandle to which the function should write.
+
address@hidden $first_in_page
+is true if this section is the first section in the page.
+
address@hidden $previous_is_top
+is true if this section is the section following the top section.
+
address@hidden \%element
+is a hash reference with information about the element.
address@hidden table
+
+The function should print the current section contents.
 @end deffn
 
address@hidden {Function Reference} end_section $filehandle 
$last_element_or_before_top \%element
address@hidden is the opened filehandle the function should write to.
address@hidden is true if this section precedes the top 
-element or is the last one in page, or before the special elements.
address@hidden is a reference on a hash holding informations about the element.
address@hidden {Function Reference} end_section $filehandle @
+       $last_element_or_before_top \%element
address@hidden and @var{\%element} are as above.
+
address@hidden is true if this section precedes the
+top element or is the last one in page, or before the special
+elements.
 @end deffn
 
+
 @node Customizing file footers
 @subsection Customizing the file footers
 
@@ -24552,7 +24565,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.308 2010/09/11 00:40:25 karl Exp $
+$Id: texinfo.txi,v 1.309 2010/09/11 23:59:23 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}
@@ -24631,7 +24644,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.308 2010/09/11 00:40:25 karl Exp $
address@hidden $Id: texinfo.txi,v 1.309 2010/09/11 23:59:23 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi



reply via email to

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