--- texinfo-4.7/doc/info-stnd.texi.orig 2004-03-24 02:41:06.000000000 +0100 +++ texinfo-4.7/doc/info-stnd.texi 2004-04-12 13:07:58.150558008 +0200 @@ -35,10 +35,10 @@ @end quotation @end copying -@dircategory Texinfo documentation system +@dircategory Texinfo documentation system: @direntry -* info standalone: (info-stnd). Read Info documents without Emacs. -* infokey: (info-stnd)Invoking infokey. Compile Info customizations. +* info standalone: (info-stnd). Read Info documents without Emacs +* infokey: (info-stnd)infokey. Compile Info customizations @end direntry @titlepage @@ -1963,12 +1963,12 @@ textual source file using the @code{infokey} command. @menu -* Invoking infokey:: +* infokey:: * infokey source format:: @end menu -@node Invoking infokey +@node infokey @section Invoking @command{infokey} @cindex invoking infokey --- texinfo-4.7/doc/info.texi.orig 2004-04-06 10:21:35.000000000 +0200 +++ texinfo-4.7/doc/info.texi 2004-04-12 13:08:41.859913176 +0200 @@ -37,9 +37,9 @@ @end quotation @end copying -@dircategory Texinfo documentation system +@dircategory Texinfo documentation system: @direntry -* Info: (info). How to use the documentation browsing system. +* Info: (info). The documentation browsing system @end direntry @titlepage --- texinfo-4.7/doc/texinfo.txi.orig 2004-04-09 23:30:07.000000000 +0200 +++ texinfo-4.7/doc/texinfo.txi 2004-04-12 13:23:06.957398368 +0200 @@ -54,13 +54,13 @@ @end quotation @end copying -@dircategory Texinfo documentation system +@dircategory Texinfo documentation system: @direntry -* Texinfo: (texinfo). The GNU documentation format. -* install-info: (texinfo)Invoking install-info. Update info/dir entries. -* texi2dvi: (texinfo)Format with texi2dvi. Print Texinfo documents. -* texindex: (texinfo)Format with tex/texindex. Sort Texinfo index files. -* makeinfo: (texinfo)Invoking makeinfo. Translate Texinfo source. +* Texinfo: (texinfo). The GNU documentation format +* install-info: (texinfo)install-info. Update info/dir entries +* texi2dvi: (texinfo)texi2dvi. Print Texinfo documents +* texindex: (texinfo)texindex. Sort Texinfo index files +* makeinfo: (texinfo)makeinfo. Translate Texinfo source @end direntry @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a @@ -553,8 +553,8 @@ Formatting and Printing Hardcopy * Use TeX:: Use @TeX{} to format for hardcopy. -* Format with tex/texindex:: How to format with explicit shell commands. -* Format with texi2dvi:: A simpler way to format. +* texindex:: How to format with explicit shell commands. +* texi2dvi:: A simpler way to format. * Print with lpr:: How to print. * Within Emacs:: How to format and print from an Emacs shell. * Texinfo Mode Printing:: How to format and print in Texinfo mode. @@ -578,7 +578,7 @@ Creating an Info File * makeinfo advantages:: @code{makeinfo} provides better error checking. -* Invoking makeinfo:: How to run @code{makeinfo} from a shell. +* makeinfo:: How to run @code{makeinfo} from a shell. * makeinfo options:: Specify fill-column and other options. * Pointer Validation:: How to check that pointers point somewhere. * makeinfo in Emacs:: How to run @code{makeinfo} from Emacs. @@ -597,7 +597,7 @@ located in other directories. * Installing Dir Entries:: How to specify what menu entry to add to the Info directory. -* Invoking install-info:: @code{install-info} options. +* install-info:: @code{install-info} options. Generating HTML @@ -2433,7 +2433,7 @@ you must run the @code{texindex} command after first running the @code{tex} typesetting command; and then you must run the @code{tex} command again. Or else run the @code{texi2dvi} command which -automatically creates indices as needed (@pxref{Format with texi2dvi}). +automatically creates indices as needed (@pxref{texi2dvi}). Often, when you are writing a document, you want to typeset and print only part of a file to see what it will look like. You can use the @@ -3638,8 +3638,8 @@ You need to include the @code{@@set@dots{}contentsaftertitlepage} commands early in the document (just after @code{@@setfilename}, for -example). We recommend using @command{texi2dvi} (@pxref{Format with -texi2dvi}) to specify this without altering the source file at all. For +example). We recommend using @command{texi2dvi} (@pxref{texi2dvi}) +to specify this without altering the source file at all. For example: @example texi2dvi --texinfo=@@setcontentsaftertitlepage foo.texi @@ -13478,7 +13478,7 @@ problems with @TeX{}. If you get macro-related errors when producing the printed version of a manual, try expanding the macros with @command{makeinfo} by invoking @command{texi2dvi} with the @samp{-E} -option (@pxref{Format with texi2dvi}). +option (@pxref{texi2dvi}). @itemize @bullet @item @@ -13704,8 +13704,8 @@ @menu * Use TeX:: Use @TeX{} to format for hardcopy. -* Format with tex/texindex:: How to format with explicit shell commands. -* Format with texi2dvi:: A simpler way to format. +* texindex:: How to format with explicit shell commands. +* texi2dvi:: A simpler way to format. * Print with lpr:: How to print. * Within Emacs:: How to format and print from an Emacs shell. * Texinfo Mode Printing:: How to format and print in Texinfo mode. @@ -13737,7 +13737,7 @@ File}). -@node Format with tex/texindex +@node texindex @section Format with @code{tex} and @code{texindex} @cindex Shell formatting with @code{tex} and @code{texindex} @cindex Formatting with @code{tex} and @code{texindex} @@ -13758,7 +13758,7 @@ @pindex texindex The @code{tex} formatting command itself does not sort the indices; it writes an output file of unsorted index data. (The @code{texi2dvi} -command automatically generates indices; @pxref{Format with texi2dvi,, +command automatically generates indices; @pxref{texi2dvi,, Format with @code{texi2dvi}}.) To generate a printed index after running the @code{tex} command, you first need a sorted index to work from. The @code{texindex} command sorts indices. (The source file @@ -13835,7 +13835,7 @@ @pindex texi2dvi Alternatively, it's a one-step process: run @code{texi2dvi} -(@pxref{Format with texi2dvi}). +(@pxref{texi2dvi}). You need not run @code{texindex} each time after you run @code{tex}. If you do not, on the next run, the @code{tex} formatting command will use @@ -13867,7 +13867,7 @@ (@pxref{Pointer Validation}). -@node Format with texi2dvi +@node texi2dvi @section Format with @code{texi2dvi} @pindex texi2dvi @r{(shell script)} @@ -14419,7 +14419,7 @@ @xref{small}, for information about commands that make it easier to produce examples for a smaller manual. -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for @TeX{}}, for other ways to format with @code{@@smallbook} that do not require changing the source file. @@ -14449,7 +14449,7 @@ @end group @end example -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for @TeX{}}, for other ways to format for different paper sizes that do not require changing the source file. @@ -14495,7 +14495,7 @@ margins, you must define a new command in @file{texinfo.tex} (or @file{texinfo.cnf}, @pxref{Preparing for TeX,,Preparing for @TeX{}}). -@xref{Format with texi2dvi}, and @ref{Preparing for TeX,,Preparing for +@xref{texi2dvi}, and @ref{Preparing for TeX,,Preparing for @TeX{}}, for other ways to specify @code{@@pagesizes} that do not require changing the source file. @@ -14658,7 +14658,7 @@ @menu * makeinfo advantages:: @code{makeinfo} provides better error checking. -* Invoking makeinfo:: How to run @code{makeinfo} from a shell. +* makeinfo:: How to run @code{makeinfo} from a shell. * makeinfo options:: Specify fill-column and other options. * Pointer Validation:: How to check that pointers point somewhere. * makeinfo in Emacs:: How to run @code{makeinfo} from Emacs. @@ -14690,7 +14690,7 @@ @code{makeinfo}. -@node Invoking makeinfo +@node makeinfo @subsection Running @code{makeinfo} from a Shell @pindex makeinfo @@ -15383,7 +15383,7 @@ located in other directories. * Installing Dir Entries:: How to specify what menu entry to add to the Info directory. -* Invoking install-info:: @code{install-info} options. +* install-info:: @code{install-info} options. @end menu @@ -15689,7 +15689,7 @@ traditional @command{man} system. -@node Invoking install-info +@node install-info @subsection Invoking @command{install-info} @pindex install-info @@ -16187,7 +16187,7 @@ In standard Texinfo, node names may not contain @@-commands. @command{makeinfo} has an option @option{--commands-in-node-names} -which partially supports it (@pxref{Invoking makeinfo}), but it is not +which partially supports it (@pxref{makeinfo}), but it is not robust and not recommended. Thus, @command{makeinfo} also does not fully implement this part of