[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog doc/texinfo.txi doc/version.texi
From: |
Patrice Dumas |
Subject: |
texinfo ChangeLog doc/texinfo.txi doc/version.texi |
Date: |
Sat, 01 Oct 2011 20:39:07 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 11/10/01 20:39:07
Modified files:
. : ChangeLog
doc : texinfo.txi version.texi
Log message:
* doc/texinfo.txi (Generic Translator texi2any/makeinfo): adapt
to
the new implementation in tp/.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1257&r2=1.1258
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.386&r2=1.387
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/version.texi?cvsroot=texinfo&r1=1.98&r2=1.99
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1257
retrieving revision 1.1258
diff -u -b -r1.1257 -r1.1258
--- ChangeLog 30 Sep 2011 19:13:04 -0000 1.1257
+++ ChangeLog 1 Oct 2011 20:39:05 -0000 1.1258
@@ -1,3 +1,8 @@
+2011-10-01 Patrice Dumas <address@hidden>
+
+ * doc/texinfo.txi (Generic Translator texi2any/makeinfo): adapt to
+ the new implementation in tp/.
+
2011-09-30 Patrice Dumas <address@hidden>
* doc/texinfo.txi (texi2any Output Customization),
Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -b -r1.386 -r1.387
--- doc/texinfo.txi 30 Sep 2011 19:13:05 -0000 1.386
+++ doc/texinfo.txi 1 Oct 2011 20:39:06 -0000 1.387
@@ -1,5 +1,5 @@
\input texinfo.tex @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.386 2011/09/30 19:13:05 pertusus Exp $
address@hidden $Id: texinfo.txi,v 1.387 2011/10/01 20:39:06 pertusus 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.
@@ -16141,14 +16141,8 @@
@item Texinfo XML (with @option{--xml}).
@end table
address@hidden is an alias of @command{texi2any}, and using this
-command is the same as using @code{texi2any --info}.
-
-Without any command line option, @command{texi2any} generates raw text
-with minimal formatting, which may be suitable for further processing.
-We do not recommend using this output format for actual documentation,
-since it is so basic. Instead, produce plain text with
address@hidden
address@hidden is an alias of @command{texi2any}. Without any
+command line option, @command{texi2any} generates Info output.
Beside these default formats, command line options to
@command{texi2any} can determine important aspects of the output.
@@ -16175,19 +16169,13 @@
To process a Texinfo file, invoke @command{texi2any} or
@command{makeinfo} followed by the name of the Texinfo file. Also
select the format you want to output with the appropriate command line
-option (default is Info for @command{makeinfo}). Thus, to create the
-Info file for Bison, type one of the following to the shell:
+option (default is Info). Thus, to create the Info file for Bison,
+type the following to the shell:
@example
texi2any --info bison.texinfo
@end example
address@hidden or
-
address@hidden
-makeinfo bison.texinfo
address@hidden example
-
You can specify more than one input file name; each is processed in
turn. If an input file name is @samp{-}, or no input file names at
all are given, standard input is read.
@@ -16195,11 +16183,13 @@
@anchor{makeinfo Options}
@cindex @code{makeinfo} options
@cindex Options for @code{makeinfo}
-
-The @command{texi2any}/@command{makeinfo} programs accept many
-options. Perhaps the most basic are those that change the output
-format. By default, @command{makeinfo} outputs Info files, while
address@hidden outputs raw text with minimal formatting.
address@hidden Options}
address@hidden @code{texi2any} options
address@hidden Options for @code{texi2any}
+
+The @command{texi2any} program accept many options. Perhaps the
+most basic are those that change the output format. By default,
address@hidden outputs Info.
Each command line option is either a long name preceded by @samp{--}
or a single letter preceded by @samp{-}. You can use abbreviations
@@ -16210,13 +16200,13 @@
columns:
@example
-makeinfo --fill-column=68 bison.texinfo
+texi2any --fill-column=68 bison.texinfo
@end example
You can write two or more options in sequence, like this:
@example
-makeinfo --no-split --fill-column=70 @dots{}
+texi2any --no-split --fill-column=70 @dots{}
@end example
@noindent
@@ -16698,9 +16688,20 @@
Many aspects of the behavior and output of @command{texi2any} may be
modified by modifying configuration variables. These
address@hidden variables} fall into three general categories:
address@hidden variables} fall into four general categories:
@itemize @bullet
address@hidden those changing the program behaviour. Two such variables exist,
+and they may only be set on the command line:
address@hidden @code
address@hidden TEXI2HTML
+Generate HTML and try to be as compatible as possible with
@command{texi2html}.
+
address@hidden DEBUGTREE
+Instead of generating a regular output format, output a text representation
+of the tree obtained by parsing the input texinfo document.
address@hidden vtable
+
@item those associated with @@-commands in the document,
for example, @code{@@documentlanguage}.
@@ -17118,8 +17119,8 @@
@item USE_SECTIONS
Preferentially use sectioning to decide where elements are separated.
address@hidden USE_SETFILENAME
-If set, use @code{@@setfilename} to set the document name, otherwise
address@hidden NO_USE_SETFILENAME
+If set, do not use @code{@@setfilename} to set the document name,
base the document name only on the input file name
(@pxref{setfilename}).
@@ -17133,8 +17134,8 @@
@item USE_UNIDECODE
@pindex Text::Unidecode
-Use the @code{Text::Unidecode} Perl module to transliterate more
-characters. This is automatically detected.
+If set to false, do not use the @code{Text::Unidecode} Perl module to
+transliterate more characters.
@item VERTICAL_HEAD_NAVIGATION
For HTML. If set, a vertical navigation panel is used.
@@ -21091,7 +21092,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.386 2011/09/30 19:13:05 pertusus Exp $
+$Id: texinfo.txi,v 1.387 2011/10/01 20:39:06 pertusus 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}
@@ -21162,7 +21163,7 @@
@verbatim
\input texinfo @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.386 2011/09/30 19:13:05 pertusus Exp $
address@hidden $Id: texinfo.txi,v 1.387 2011/10/01 20:39:06 pertusus Exp $
@comment %**start of header
@setfilename sample.info
@include version.texi
Index: doc/version.texi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/version.texi,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- doc/version.texi 30 Sep 2011 19:13:05 -0000 1.98
+++ doc/version.texi 1 Oct 2011 20:39:06 -0000 1.99
@@ -1,4 +1,4 @@
address@hidden UPDATED 30 September 2011
address@hidden UPDATED-MONTH September 2011
address@hidden UPDATED 1 October 2011
address@hidden UPDATED-MONTH October 2011
@set EDITION 4.13
@set VERSION 4.13
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo ChangeLog doc/texinfo.txi doc/version.texi,
Patrice Dumas <=