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, 18 Dec 2010 17:01:37 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/12/18 17:01:36

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
        (Other Configuration Variables): continue

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1191&r2=1.1192
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.359&r2=1.360

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1191
retrieving revision 1.1192
diff -u -b -r1.1191 -r1.1192
--- ChangeLog   14 Dec 2010 17:23:59 -0000      1.1191
+++ ChangeLog   18 Dec 2010 17:01:35 -0000      1.1192
@@ -1,3 +1,7 @@
+2010-12-18  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (Other Configuration Variables): continue.
+
 2010-12-14  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Other Configuration Variables): continue.

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -b -r1.359 -r1.360
--- doc/texinfo.txi     14 Dec 2010 17:23:59 -0000      1.359
+++ doc/texinfo.txi     18 Dec 2010 17:01:35 -0000      1.360
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.359 2010/12/14 17:23:59 karl Exp $
address@hidden $Id: texinfo.txi,v 1.360 2010/12/18 17:01:35 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.
 
@@ -16729,6 +16729,11 @@
 generated.  It is a bitmask.  Setting it to 255 ensures having all
 available debugging output.
 
address@hidden DEF_TABLE
+For HTML.  If this is set a @code{<table>} construction for
address@hidden@@deffn} and similar @@-commands is used (looking more like the
address@hidden output), instead of definition lists.
+
 @item DOCTYPE
 @vindex SystemLiteral
 For HTML, XML, Docbook.  Specifies the @code{SystemLiteral}, the
@@ -16741,6 +16746,17 @@
 @address@hidden, and the result of the second pass is
 put in @address@hidden
 
address@hidden EXTERNAL_CROSSREF_SPLIT
+For cross references to other manuals, this determines if the other
+manual is considered to be split or monolithic.  By default, it is set
+based on the value of @code{SPLIT}.  @xref{HTML Xref}, and @pxref{HTML
+Xref Configuration}.
+
address@hidden EXTERNAL_DIR
+For HTML.  Base directory for external manuals.  It is better to use
+the general external cross-reference mechanism (@pxref{HTML Xref
+Configuration}) and avoid this variable.
+
 @item FRAMES
 For HTML. If set, a file describing the frame layout is generated,
 together with a file with the short table of contents.
@@ -16749,6 +16765,56 @@
 For HTML.  Same as DOCTYPE, but for the file containing the frame
 description.
 
address@hidden IDX_SUMMARY
+If set, for each @code{@@printindex} a file
address@hidden@address@hidden is created, containing lines
+of the form:
address@hidden
address@hidden @var{reference}
address@hidden example
address@hidden sorted alphabetically (case matters).
+
address@hidden IGNORE_PREAMBLE_TEXT
+If this is set the text before @@node and sectioning commands is
+ignored.  This is a configuration variable kept for backward
+compatibility and has no particular usefulness nowadays.
+
address@hidden L2H
+For HTML.  If set, @command{latex2html} is used to convert @code{@@math}
+and @code{@@tex} sections.  Best used with @option{--iftex}.
+
address@hidden L2H_L2H
+The program invoked as @command{latex2html} if @code{L2H} is set.
+
address@hidden L2H_SKIP
+(Relevant only if @code{L2H} is set.)  If this is set the actual call
+to @command{latex2html} is skipped; previously generated content is
+reused, instead.  If set to 0, the cache is not used at all.  If set
+to undef, the cache is used for as many @TeX{} fragments as possible
+and for the remaining the command is run.
+
address@hidden L2H_TMP
+(Relevant only if @code{L2H} is set.)  Set the directory used for
+temporary files. None of the file name components in this directory
+name may start with @samp{.}; otherwise, @command{latex2html} will
+fail (because of @command{dvips}).
+
address@hidden L2H_FILE
+(Relevant only if @code{L2H} is set.)  If set, the given file is used
+as @command{latex2html}'s init file.
+
address@hidden L2H_CLEAN
+(Relevant only if @code{L2H} is set.)  If this is set the intermediate
+files generated in relation with @command{latex2html} are removed.
+
address@hidden L2H_HTML_VERSION
+(Relevant only if @code{L2H} is set.)  The HTML version used in the
address@hidden call.
+
address@hidden MONOLITHIC
+For HTML.  Output only one file including the table of contents.  This
+only makes sense when the output is not split.  It is set by default.
+
 @item PREFIX
 the output file prefix, which is prepended to some output files.  By
 default it is set by @code{@@setfilename} or from the input file
@@ -16795,54 +16861,6 @@
 @item USE_SECTIONS
 Preferentially use sectioning to decide where elements are separated.
 
address@hidden IDX_SUMMARY
-If set, for each @code{@@printindex}, a file @file{<document name>_<index 
name>.idx}
-is created which contains lines of the form
address@hidden
address@hidden @var{reference}
address@hidden example
-sorted alphabetically (case matters).
address@hidden DEF_TABLE
-For HTML.  If this is set a table construction for @code{@@deffn} and similar
-@@-commands is used (looking more like @TeX{} output), instead of 
-definition lists.
address@hidden L2H
-For HTML.  If set, @command{latex2html} is used to convert @code{@@math}
-and @code{@@tex} sections.  Best used with @option{--iftex}.
address@hidden L2H_L2H
-Program invoked as @command{latex2html} if @code{L2H} is set.
address@hidden L2H_SKIP
-Relevant only is @code{L2H} is set. 
-If this is set the actual call to @command{latex2html} is skipped. 
-The previously generated content is reused, instead.
-If set to 0, the cache is not used.
-If undef the cache is used for as many @TeX{} fragments as possible
-and for the remaining the command is run.
address@hidden L2H_TMP
-Relevant only is @code{L2H} is set.  Set the directory used for temporary 
-files. The path leading to this directory may not contain a dot 
address@hidden otherwise, @command{latex2html} will fail (because of dvips).
address@hidden L2H_FILE
-Relevant only is @code{L2H} is set. 
-If set, this file is sued as @command{latex2html} init file.
address@hidden L2H_CLEAN
-Relevant only is @code{L2H} is set. 
-if this is set the intermediate files generated in relation with
address@hidden with @command{latex2html} are cleaned.
address@hidden L2H_HTML_VERSION
-Relevant only is @code{L2H} is set.
-The HTML version used in the @command{latex2html} call.
address@hidden MONOLITHIC
-For HTML.  Output only one file including the table of content. 
-It only makes sense when not split, and it is set in the default case.
address@hidden IGNORE_PREAMBLE_TEXT
-If this is set the text before @@node and sectioning commands is ignored.
-This is a backward compatibility configuration variable you certainly 
-shouldn't use.
address@hidden EXTERNAL_DIR
-For HTML.
-Base directory for external manuals. You shouldn't use this variable,
-but instead use the mechanism described in @ref{HTML Xref Configuration}.
 @item USE_ISO
 For HTML.
 Use entities for doubled single-quote characters (@pxref{Inserting Quotation 
Marks}, @samp{---} and @samp{--} 
@@ -16993,12 +17011,6 @@
 based on @code{@@documentencoding}. This encoding name is
 the classical charset name in HTML.
 
address@hidden EXTERNAL_CROSSREF_SPLIT
-For cross references to other manuals, this determines if the other
-manual is considered to be split or monolithic.  In the default case
-set based on @code{SPLIT}. @xref{HTML Xref}, and see @ref{HTML Xref
-Configuration}.
-
 @item BODYTEXT
 For HTML.  The text appearing in @code{<body>}.  Set automatically
 taking into account the document language in the default case.
@@ -23001,7 +23013,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.359 2010/12/14 17:23:59 karl Exp $
+$Id: texinfo.txi,v 1.360 2010/12/18 17:01:35 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}
@@ -23080,7 +23092,7 @@
 
 @verbatim
 \input texinfo   @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.359 2010/12/14 17:23:59 karl Exp $
address@hidden $Id: texinfo.txi,v 1.360 2010/12/18 17:01:35 karl Exp $
 @comment %**start of header
 @setfilename sample.info
 @include version.texi



reply via email to

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