home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / info / texinfo.i03 (.txt) < prev    next >
GNU Info File  |  1993-06-12  |  51KB  |  938 lines

  1. This is Info file texinfo, produced by Makeinfo-1.47 from the input
  2. file texinfo2.tex.
  3.    This file documents Texinfo, a documentation system that uses a
  4. single source file to produce both on-line information and a printed
  5. manual.
  6.    Copyright (C) 1988, 1990, 1991, 1992 Free Software Foundation, Inc.
  7.    This is the second edition of the Texinfo documentation,
  8. and is consistent with version 2 of `texinfo.tex'.
  9.    Permission is granted to make and distribute verbatim copies of this
  10. manual provided the copyright notice and this permission notice are
  11. preserved on all copies.
  12.    Permission is granted to copy and distribute modified versions of
  13. this manual under the conditions for verbatim copying, provided that
  14. the entire resulting derived work is distributed under the terms of a
  15. permission notice identical to this one.
  16.    Permission is granted to copy and distribute translations of this
  17. manual into another language, under the above conditions for modified
  18. versions, except that this permission notice may be stated in a
  19. translation approved by the Foundation.
  20. File: texinfo,  Node: titlefont center sp,  Next: title subtitle author,  Prev: titlepage,  Up: Titlepage & Copyright Page
  21. `@titlefont', `@center', and `@sp'
  22. ----------------------------------
  23.    You can use the `@titlefont', `@sp', and `@center' commands to
  24. create a title page for a printed document.  (This is the first of the
  25. two methods for creating a title page in Texinfo.)
  26.    Use the `@titlefont' command to select a large font suitable for the
  27. title itself.
  28.    For example:
  29.      @titlefont{Texinfo}
  30.    Use the `@center' command at the beginning of a line to center the
  31. remaining text on that line.  Thus,
  32.      @center @titlefont{Texinfo}
  33. centers the title, which in this example is "Texinfo" printed in the
  34. title font.
  35.    Use the `@sp' command to insert vertical space.  For example:
  36.      @sp 2
  37. This inserts two blank lines on the printed page.  (*Note  `@sp': sp,
  38. for more information about the `@sp' command.)
  39.    A template for this method looks like this:
  40.      @titlepage
  41.      @sp 10
  42.      @center @titlefont{NAME-OF-MANUAL-WHEN-PRINTED}
  43.      @sp 2
  44.      @center SUBTITLE-IF-ANY
  45.      @sp 2
  46.      @center AUTHOR
  47.      ...
  48.      @end titlepage
  49.    The spacing of the example fits an 8 1/2 by 11 inch manual.
  50. File: texinfo,  Node: title subtitle author,  Next: Copyright & Permissions,  Prev: titlefont center sp,  Up: Titlepage & Copyright Page
  51. `@title', `@subtitle', and `@author'
  52. ------------------------------------
  53.    You can use the `@title', `@subtitle', and `@author' commands to
  54. create a title page in which the vertical and horizontal spacing is
  55. done for you automatically.  This contrasts with the method described in
  56. the previous section, in which the `@sp' command is needed to adjust
  57. vertical spacing.
  58.    Write the `@title', `@subtitle', or `@author' commands at the
  59. beginning of a line followed by the title, subtitle, or author.
  60.    The `@title' command produces a line in which the title is set flush
  61. to the left-hand side of the page in a larger than normal font. The
  62. title is underlined with a black rule.
  63.    The `@subtitle' command sets subtitles in a normal-sized font flush
  64. to the right-hand side of the page.
  65.    The `@author' command sets the names of the author or authors in a
  66. middle-sized font flush to the left-hand side of the page on a line
  67. near the bottom of the title page.  The names are underlined with a
  68. black rule that is thinner than the rule that underlines the title.
  69. (The black rule only occurs if the `@author' command line is followed
  70. by an `@page' command line.)
  71.    There are two ways to use the `@author' command: you can write the
  72. name or names on the remaining part of the line that starts with an
  73. `@author' command:
  74.      @author by Jane Smith and John Doe
  75. or you can write the names one above each other by using two (or more)
  76. `@author' commands:
  77.      @author Jane Smith
  78.      @author John Doe
  79. (Only the bottom name is underlined with a black rule.)
  80.    A template for this method looks like this:
  81.      @titlepage
  82.      @title NAME-OF-MANUAL-WHEN-PRINTED
  83.      @subtitle SUBTITLE-IF-ANY
  84.      @subtitle SECOND-SUBTITLE
  85.      @author AUTHOR
  86.      @page
  87.      ...
  88.      @end titlepage
  89. Contrast this form with the form of a title page written using the
  90. `@sp', `@center', and `@titlefont' commands:
  91.      @titlepage
  92.      @sp 10
  93.      @center @titlefont{Name of Manual When Printed}
  94.      @sp 2
  95.      @center Subtitle, If Any
  96.      @sp 1
  97.      @center Second subtitle
  98.      @sp 2
  99.      @center Author
  100.      @page
  101.      ...
  102.      @end titlepage
  103. File: texinfo,  Node: Copyright & Permissions,  Next: end titlepage,  Prev: title subtitle author,  Up: Titlepage & Copyright Page
  104. Copyright Page and Permissions
  105. ------------------------------
  106.    By international treaty, the copyright notice for a book should be
  107. either on the title page or on the back of the title page.  The
  108. copyright notice should include the year followed by the name of the
  109. organization or person who owns the copyright.
  110.    When the copyright notice is on the back of the title page, that page
  111. is customarily not numbered.  Therefore, in Texinfo, the information on
  112. the copyright page should be within `@titlepage' and `@end titlepage'
  113. commands.
  114.    Use the `@page' command to cause a page break.  To push the
  115. copyright notice and the other text on the copyright page towards the
  116. bottom of the page, you can write a somewhat mysterious line after the
  117. `@page' command that reads like this:
  118.      @vskip 0pt plus 1filll
  119. This is a TeX command that is not supported by the Info formatting
  120. commands.  The `@vskip' command inserts whitespace.  The `0pt plus
  121. 1filll' means to put in zero points of mandatory whitespace, and as
  122. much optional whitespace as needed to push the following text to the
  123. bottom of the page.  Note the use of three `l's in the word `filll';
  124. this is the correct usage in TeX.
  125.    In a printed manual, the `@copyright{}' command generates a `c'
  126. inside a circle.  (In Info, it generates `(C)'.)  The copyright notice
  127. itself has the following legally defined sequence:
  128.      Copyright (C) YEAR COPYRIGHT-OWNER
  129.    It is customary to put information on how to get a manual after the
  130. copyright notice, followed by the copying permissions for the manual.
  131.    Note that permissions must be given here as well as in the summary
  132. segment within `@ifinfo' and `@end ifinfo' that immediately follows the
  133. header since this text appears only in the printed manual and the
  134. `ifinfo' text appears only in the Info file.
  135.    *Note Sample Permissions::, for the standard text.
  136. File: texinfo,  Node: end titlepage,  Next: headings on off,  Prev: Copyright & Permissions,  Up: Titlepage & Copyright Page
  137. Heading Generation
  138. ------------------
  139.    An `@end titlepage' command on a line by itself not only marks the
  140. end of the title and copyright pages, but also causes TeX to start
  141. generating page headings and page numbers.
  142.    To repeat what is said elsewhere,  Texinfo has two standard page
  143. heading formats, one for documents which are printed on one side of
  144. each sheet of paper (single-sided printing), and the other for
  145. documents which are printed on both sides of each sheet (double-sided
  146. printing). (*Note `@setchapternewpage': setchapternewpage.) You can
  147. specify these formats in different ways:
  148.    * The conventional way is to write an `@setchapternewpage' command
  149.      before the title page commands, and then have the `@end titlepage'
  150.      command start generating page headings in the manner desired.
  151.      (*Note `@setchapternewpage': setchapternewpage.)
  152.    * Alternatively, you can use the `@headings' command to prevent page
  153.      headings from being generated or to start them for either single or
  154.      double-sided printing.  (Write an `@headings' command immediately
  155.      after the `@end titlepage' command.  *Note The `@headings'
  156.      Command: headings on off, for more information.)
  157.    * Or, you may specify your own page heading and footing format.
  158.      *Note Page Headings: Headings, for detailed information about page
  159.      headings and footings.
  160.    Most documents are formatted with the standard single-sided or
  161. double-sided format, using `@setchapternewpage odd' for double-sided
  162. printing and no `@setchapternewpage' command for single-sided printing.
  163. File: texinfo,  Node: headings on off,  Prev: end titlepage,  Up: Titlepage & Copyright Page
  164. The `@headings' Command
  165. -----------------------
  166.    The `@headings' command is rarely used.  It specifies what kind of
  167. page headings and footings to print on each page.  Usually, this is
  168. controlled by the `@setchapternewpage' command.  You need the
  169. `@headings' command only if the `@setchapternewpage' command does not
  170. do what you want, or if you want to turn off pre-defined page headings
  171. prior to defining your own.  Write an `@headings' command immediately
  172. after the `@end titlepage' command.
  173.    There are four ways to use the `@headings' command:
  174. `@headings off'
  175.      Turn off printing of page headings.
  176. `@headings single'
  177.      Turn on page headings appropriate for single-sided printing.
  178. `@headings double'
  179. `@headings on'
  180.      Turn on page headings appropriate for double-sided printing.  The
  181.      two commands, `@headings on' and `@headings double', are
  182.      synonymous.
  183.    For example, suppose you write `@setchapternewpage off' before the
  184. `@titlepage' command to tell TeX to start a new chapter on the same
  185. page as the end of the last chapter.  This command also causes TeX to
  186. typeset page headers for single-sided printing.  To cause TeX to
  187. typeset for double sided printing, write `@headings double' after the
  188. `@end titlepage' command.
  189.    You can stop TeX from generating any page headings at all by writing
  190. `@headings off' on a line of its own immediately after the line
  191. containing the `@end titlepage' command, like this:
  192.      @end titlepage
  193.      @headings off
  194. The `@headings off' command overrides the `@end titlepage' command,
  195. which would otherwise cause TeX to print page headings.
  196.    You can also specify your own style of page heading and footing.
  197. *Note Page Headings: Headings, for more information.
  198. File: texinfo,  Node: The Top Node,  Next: Software Copying Conditions,  Prev: Titlepage & Copyright Page,  Up: Beginning a File
  199. The `Top' Node and Master Menu
  200. ==============================
  201.    The `Top' node is the node from which you enter an Info from outside.
  202.    A `Top' node should contain a brief description of the Info file and
  203. an extensive, master menu for the whole Info file. This helps the
  204. reader understand what the Info file is about.  Also, you should write
  205. the version number of the program to which the Info file applies; or,
  206. at least, the edition number.
  207.    The contents of the `Top' node should appear only in the Info file;
  208. none of it should appear in printed output, so enclose it between
  209. `@ifinfo' and `@end ifinfo' commands.  (TeX does not print either an
  210. `@node' line or a menu; they appear only in Info; strictly speaking,
  211. you are not required to enclose these parts between `@ifinfo' and `@end
  212. ifinfo', but it is simplest to do so. *Note Conditionally Visible Text:
  213. Conditionals.)
  214. * Menu:
  215. * Title of Top Node::           Sketch what the file is about.
  216. * Master Menu Parts::           A master menu has three or more parts.
  217. File: texinfo,  Node: Title of Top Node,  Next: Master Menu Parts,  Up: The Top Node
  218. `Top' Node Title
  219. ----------------
  220.    Sometimes, you will want to place an `@top' sectioning command line
  221. containing the title of the document immediately after the `@node Top'
  222. line (*note The `@top' Sectioning Command: makeinfo top command., for
  223. more information).
  224.    For example, the beginning of the Top node of this manual contains an
  225. `@top' sectioning command, a short description, and edition and version
  226. information.  It looks like this:
  227.      ...
  228.      @end titlepage
  229.      
  230.      @ifinfo
  231.      @node Top, Copying, (dir), (dir)
  232.      @top Texinfo
  233.      
  234.      Texinfo is a documentation system...
  235.      
  236.      This is edition...
  237.      ...
  238.      @end ifinfo
  239.      
  240.      @menu
  241.      * Copying::                 Texinfo is freely
  242.                                    redistributable.
  243.      * Overview::                What is Texinfo?
  244.      ...
  245.      @end menu
  246.    In a `Top' node, the `Previous', and `Up' nodes usually refer to the
  247. top level directory of the whole Info system, which is called `(dir)'.
  248. File: texinfo,  Node: Master Menu Parts,  Prev: Title of Top Node,  Up: The Top Node
  249. Parts of a Master Menu
  250. ----------------------
  251.    A "master menu" is a detailed main menu listing all the nodes in a
  252. file.
  253.    A master menu is enclosed in `@menu' and `@end menu' commands and
  254. does not appear in the printed document.
  255.    Generally, a master menu is divided into parts.
  256.    * The first part contains the major nodes in the Texinfo file: the
  257.      nodes for the chapters, chapter-like sections, and the appendices.
  258.    * The second part contains nodes for the indices.
  259.    * The third and subsequent parts contain a listing of the other,
  260.      lower level nodes, often ordered by chapter.  This way, rather
  261.      than go through an intermediary menu, an inquirer can go directly
  262.      to a particular node when searching for specific information. 
  263.      These menu items are not required; add them if you think they are a
  264.      convenience.
  265.    Each section in the menu can be introduced by a descriptive line.  So
  266. long as the line does not begin with an asterisk, it will not be
  267. treated as a menu entry.  (*Note Writing a Menu::, for more
  268. information.)
  269.    For example, the master menu for this manual looks like the following
  270. (but has many more entries):
  271.      @menu
  272.      * Copying::             Texinfo is freely
  273.                                redistributable.
  274.      * Overview::            What is Texinfo?
  275.      * Texinfo Mode::        Special features in GNU Emacs.
  276.      ...
  277.      ...
  278.      * Command and Variable Index::
  279.                              An entry for each @-command.
  280.      * Concept Index::       An entry for each concept.
  281.      
  282.       --- The Detailed Node Listing ---
  283.      
  284.      Overview of Texinfo
  285.      
  286.      * Info Files::          What is an Info file?
  287.      * Printed Manuals::     Characteristics of
  288.                                a printed manual.
  289.      ...
  290.      ...
  291.      
  292.      Using Texinfo Mode
  293.      
  294.      * Info on a Region::    Formatting part of a file
  295.                                for Info.
  296.      ...
  297.      ...
  298.      @end menu
  299. File: texinfo,  Node: Software Copying Conditions,  Prev: The Top Node,  Up: Beginning a File
  300. Software Copying Conditions
  301. ===========================
  302.    If the Texinfo file has a section containing the "General Public
  303. License" and the distribution information and a warranty disclaimer for
  304. the software that is documented, this section usually follows the `Top'
  305. node.  The General Public License is very important to Project GNU
  306. software.  It ensures that you and others will continue to have a right
  307. to use and share the software.
  308.    The copying and distribution information and the disclaimer are
  309. followed by an introduction or else by the first chapter of the manual.
  310.    Although an introduction is not a required part of a Texinfo file, it
  311. is very helpful.  Ideally, it should state clearly and concisely what
  312. the file is about and who would be interested in reading it.  In
  313. general, an introduction would follow the licensing and distribution
  314. information, although sometimes people put it earlier in the document.
  315. Usually, an introduction is put in an `@unnumbered' section. (*Note The
  316. `@unnumbered' and `@appendix' Commands: unnumbered & appendix.)
  317. File: texinfo,  Node: Ending a File,  Next: Structuring,  Prev: Beginning a File,  Up: Top
  318. Ending a Texinfo File
  319. *********************
  320.    The end of a Texinfo file should include the commands that create
  321. indices and generate detailed and summary tables of contents. And it
  322. must include the `@bye' command that marks the last line processed by
  323.    For example:
  324.      @node    Concept Index,     , Variables Index, Top
  325.      @comment node-name,     next, previous,      up
  326.      @unnumbered Concept Index
  327.      
  328.      @printindex cp
  329.      
  330.      @contents
  331.      @bye
  332. * Menu:
  333. * Printing Indices & Menus::    How to print an index in hardcopy and
  334.                                   generate index menus in Info.
  335. * Contents::                    How to create a table of contents.
  336. * File End::                    How to mark the end of a file.
  337. File: texinfo,  Node: Printing Indices & Menus,  Next: Contents,  Up: Ending a File
  338. Index Menus and Printing an Index
  339. =================================
  340.    To print an index means to include it as part of a manual or Info
  341. file.  This does not happen automatically just because you use
  342. `@cindex' or other index-entry generating commands in the Texinfo file;
  343. those just cause the raw data for the index to be accumulated.  To
  344. generate an index, you must include the `@printindex' command at the
  345. place in the document where you want the index to appear.  Also, as
  346. part of the process of creating a printed manual, you must run a
  347. program called `texindex' (*note Format/Print Hardcopy::.) to sort the
  348. raw data to produce a sorted index file.  The sorted index file is what
  349. is actually used to print the index.
  350.    Texinfo offers six different types of predefined index: the concept
  351. index, the function index, the variables index, the keystroke index, the
  352. program index, and the data type index (*note Predefined Indices::.). 
  353. Each index type has a two-letter name: `cp', `fn', `vr', `ky', `pg',
  354. and `tp'.  You may merge indices, or put them into separate sections
  355. (*note Combining Indices::.).
  356.    The `@printindex' command takes a two-letter index name, reads the
  357. corresponding sorted index file and formats it appropriately into an
  358. index.
  359.    The `@printindex' command does not generate a chapter heading for
  360. the index.  Consequently, you should precede the `@printindex' command
  361. with a suitable section or chapter command (usually `@unnumbered') to
  362. supply the chapter heading and put the index into the table of
  363. contents.  Precede the `@unnumbered' command with an `@node' line.  For
  364. example:
  365.      @node Variables Index, Concept Index, Function Index, Top
  366.      @comment    node-name,          next,       previous,  up
  367.      @unnumbered Variable Index
  368.      
  369.      @printindex vr
  370.      @node     Concept Index,     , Variables Index, Top
  371.      @comment      node-name, next,        previous,  up
  372.      @unnumbered Concept Index
  373.      
  374.      @printindex cp
  375.      @summarycontents
  376.      @contents
  377.      @bye
  378. (Readers often prefer that the concept index come last in a book, since
  379. that makes it easiest to find.)
  380. File: texinfo,  Node: Contents,  Next: File End,  Prev: Printing Indices & Menus,  Up: Ending a File
  381. Generating a Table of Contents
  382. ==============================
  383.    The `@chapter', `@section', and other structuring commands supply
  384. the information to make up a table of contents, but they do not cause
  385. an actual table to appear in the manual.  To do this, you must use the
  386. `@contents' and `@summarycontents' commands:
  387. `@contents'
  388.      Generate a table of contents in a printed manual, including all
  389.      chapters, sections, subsections, etc., as well as appendices and
  390.      unnumbered chapters.  (Headings generated by the `@heading' series
  391.      of commands do not appear in the table of contents.)  The
  392.      `@contents' command should be written on a line by itself.
  393. `@shortcontents'
  394. `@summarycontents'
  395.      (`@summarycontents' is a synonym for `@shortcontents'; the two
  396.      commands are exactly the same.)
  397.      Generate a short or summary table of contents that lists only the
  398.      chapters (and appendices and unnumbered chapters).  Omit sections,
  399.      subsections and subsubsections.  Only a long manual needs a short
  400.      table of contents in addition to the full table of contents.
  401.      Write the `@shortcontents' command on a line by itself right
  402.      *before* the `@contents' command.
  403.    The table of contents commands automatically generate a chapter-like
  404. heading at the top of the first table of contents page.  Write the table
  405. of contents commands at the very end of a Texinfo file, just before the
  406. `@bye' command, following any index sections--anything in the Texinfo
  407. file after the table of contents commands will be omitted from the
  408. table of contents.  When you print a manual with a table of contents,
  409. the table of contents will be printed last and numbered with roman
  410. numerals.  You need to place those pages in their proper place, after
  411. the title page, yourself.  (This is the only collating you need to do
  412. for a printed manual.  The table of contents is printed last because it
  413. is generated after the rest of the manual is typeset.)
  414.    Here is an example of where to write table of contents commands:
  415.      INDICES...
  416.      @shortcontents
  417.      @contents
  418.      @bye
  419.    Since an Info file uses menus instead of tables of contents, the Info
  420. formatting commands ignore the `@contents' and `@shortcontents'
  421. commands.
  422. File: texinfo,  Node: File End,  Prev: Contents,  Up: Ending a File
  423. `@bye' File Ending
  424. ==================
  425.    An `@bye' command terminates TeX or Info formatting.  None of the
  426. formatting commands see any of the file following `@bye'. The `@bye'
  427. command should be on a line by itself.
  428.    If you wish, you may follow the `@bye' line with notes. These notes
  429. will not be formatted and will not appear in either Info or a printed
  430. manual; it is as if text after `@bye' were within `@ignore' ... `@end
  431. ignore'.  Also, you may follow the `@bye' line with a local variables
  432. list.  *Note Using Local Variables and the Compile Command:
  433. Compile-Command, for more information.
  434. File: texinfo,  Node: Structuring,  Next: Nodes,  Prev: Ending a File,  Up: Top
  435. Chapter Structuring
  436. *******************
  437.    The "chapter structuring" commands divide a document into a
  438. hierarchy of chapters, sections, subsections, and subsubsections. 
  439. These commands generate large headings; they also provide information
  440. for the table of contents of a printed manual (*note Generating a Table
  441. of Contents: Contents.).
  442.    The chapter structuring commands do not create an Info node
  443. structure, so normally you should put an `@node' command immediately
  444. before each chapter structuring command (*note Nodes::.).  The only
  445. time you are likely to use the chapter structuring commands without
  446. using the node structuring commands is if you are writing a document
  447. that contains no cross references and will never be transformed into
  448. Info format.
  449.    It is unlikely that you will ever write a Texinfo file that is
  450. intended only as an Info file and not as a printable document.  If you
  451. do, you might still use chapter structuring commands to create a
  452. heading at the top of each node--but you don't need to.
  453. * Menu:
  454. * Tree Structuring::            A manual is like an upside down tree ...
  455. * Structuring Command Types::   How to divide a manual into parts.
  456. * makeinfo top::                The `@top' command, part of the `Top' node.
  457. * chapter::
  458. * unnumbered & appendix::
  459. * majorheading & chapheading::
  460. * section::
  461. * unnumberedsec appendixsec heading::
  462. * subsection::
  463. * unnumberedsubsec appendixsubsec subheading::
  464. * subsubsection::               Commands for the lowest level sections.
  465. File: texinfo,  Node: Tree Structuring,  Next: Structuring Command Types,  Up: Structuring
  466. Tree Structure of Sections
  467. ==========================
  468.    A Texinfo file is usually structured like a book with chapters,
  469. sections, subsections, and the like.  This structure can be visualized
  470. as a tree (or rather as an upside-down tree) with the root at the top
  471. and the levels corresponding to chapters, sections, subsection, and
  472. subsubsections.
  473.    Here is a diagram that shows a Texinfo file with three chapters,
  474. each of which has two sections.
  475.                                Top
  476.                                 |
  477.               -------------------------------------
  478.              |                  |                  |
  479.           Chapter 1          Chapter 2          Chapter 3
  480.              |                  |                  |
  481.           --------           --------           --------
  482.          |        |         |        |         |        |
  483.       Section  Section   Section  Section   Section  Section
  484.         1.1      1.2       2.1      2.2       3.1      3.2
  485.    In a Texinfo file that has this structure, the beginning of Chapter 2
  486. looks like this:
  487.      @node    Chapter 2,  Chapter 3, Chapter 1, top
  488.      @chapter Chapter 2
  489.    The chapter structuring commands are described in the sections that
  490. follow; the `@node' and `@menu' commands are described in following
  491. chapters. (*Note Nodes::, and see *Note Menus::.)
  492. File: texinfo,  Node: Structuring Command Types,  Next: makeinfo top,  Prev: Tree Structuring,  Up: Structuring
  493. Types of Structuring Command
  494. ============================
  495.    The chapter structuring commands fall into four groups or series,
  496. each of which contains structuring commands corresponding to the
  497. hierarchical levels of chapters, sections, subsections, and
  498. subsubsections.
  499.    The four groups are the `@chapter' series, the `@unnumbered' series,
  500. the `@appendix' series, and the `@heading' series.
  501.    Each command produces titles that have a different appearance on the
  502. printed page or Info file; only some of the commands produce titles
  503. that are listed in the table of contents of a printed book or manual.
  504.    * The `@chapter' and `@appendix' series of commands produce numbered
  505.      or lettered entries both in the body of a printed work and in its
  506.      table of contents.
  507.    * The `@unnumbered' series of commands produce unnumbered entries
  508.      both in the body of a printed work and in its table of contents. 
  509.      The `@top' command, which has a special use, is a member of this
  510.      series (*note `@top': makeinfo top.).
  511.    * The `@heading' series of commands produce unnumbered headings that
  512.      do not appear in a table of contents.  The heading commands never
  513.      start a new page.
  514.    * The `@majorheading' command produces results similar to using the
  515.      `@chapheading' command but generates a larger vertical whitespace
  516.      before the heading.
  517.    * When an `@setchapternewpage' command says to do so, the
  518.      `@chapter', `@unnumbered', and `@appendix' commands start new
  519.      pages in the printed manual; the `@heading' commands do not.
  520.    Here are the four groups of chapter structuring commands:
  521.                                                             No new pages
  522.      Numbered       Unnumbered       Lettered and numbered  Unnumbered
  523.      In contents    In contents          In contents        Not in contents
  524.      
  525.                     @top                                    @majorheading
  526.      @chapter       @unnumbered          @appendix          @chapheading
  527.      @section       @unnumberedsec       @appendixsec       @heading
  528.      @subsection    @unnumberedsubsec    @appendixsubsec    @subheading
  529.      @subsubsection @unnumberedsubsubsec @appendixsubsubsec @subsubheading
  530. File: texinfo,  Node: makeinfo top,  Next: chapter,  Prev: Structuring Command Types,  Up: Structuring
  531. `@top'
  532. ======
  533.    The `@top' command is a special sectioning command that you use only
  534. after an `@node Top' line at the beginning of a Texinfo file. The
  535. `@top' command tells the `makeinfo' formatter which node is the `Top'
  536. node.  It has the same typesetting effect as `@unnumbered' (*note
  537. `@unnumbered': (`@appendix')unnumbered & appendix.). For detailed
  538. information, see *Note The `@top' Command: makeinfo top command.
  539. File: texinfo,  Node: chapter,  Next: unnumbered & appendix,  Prev: makeinfo top,  Up: Structuring
  540. `@chapter'
  541. ==========
  542.    `@chapter' identifies a chapter in the document.  Write the command
  543. at the beginning of a line and follow it on the same line by the title
  544. of the chapter.
  545.    For example, this chapter in this manual is entitled "Chapter
  546. Structuring"; the `@chapter' line looks like this:
  547.      @chapter Chapter Structuring
  548.    In TeX, the `@chapter' command creates a chapter in the document,
  549. specifying the chapter title.  The chapter is numbered automatically.
  550.    In Info, the `@chapter' command causes the title to appear on a line
  551. by itself, with a line of asterisks inserted underneath.  Thus, in
  552. Info, the above example produces the following output:
  553.      Chapter Structuring
  554.      *******************
  555. File: texinfo,  Node: unnumbered & appendix,  Next: majorheading & chapheading,  Prev: chapter,  Up: Structuring
  556. `@unnumbered', `@appendix'
  557. ==========================
  558.    Use the `@unnumbered' command to create a chapter that appears in a
  559. printed manual without chapter numbers of any kind.  Use the
  560. `@appendix' command to create an appendix in a printed manual that is
  561. labelled by letter instead of by number.
  562.    For Info file output, the `@unnumbered' and `@appendix' commands are
  563. equivalent to `@chapter': the title is printed on a line by itself with
  564. a line of asterisks underneath.  (*Note  `@chapter': chapter.)
  565.    To create an appendix or an unnumbered chapter, write an `@appendix'
  566. or `@unnumbered' command at the beginning of a line and follow it on
  567. the same line by the title, as you would if you were creating a chapter.
  568. File: texinfo,  Node: majorheading & chapheading,  Next: section,  Prev: unnumbered & appendix,  Up: Structuring
  569. `@majorheading', `@chapheading'
  570. ===============================
  571.    The `@majorheading' and `@chapheading' commands put chapter-like
  572. headings in the body of a document.
  573.    However, neither command causes TeX to produce a numbered heading or
  574. an entry in the table of contents; and neither command causes TeX to
  575. start a new page in a printed manual.
  576.    In TeX, an `@majorheading' command generates a larger vertical
  577. whitespace before the heading than an `@chapheading' command but is
  578. otherwise the same.
  579.    In Info, the `@majorheading' and `@chapheading' commands are
  580. equivalent to `@chapter': the title is printed on a line by itself with
  581. a line of asterisks underneath.  (*Note `@chapter': chapter.)
  582. File: texinfo,  Node: section,  Next: unnumberedsec appendixsec heading,  Prev: majorheading & chapheading,  Up: Structuring
  583. `@section'
  584. ==========
  585.    In a printed manual, an `@section' command identifies a numbered
  586. section within a chapter.  The section title appears in the table of
  587. contents.  In Info, an `@section' command provides a title for a
  588. segment of text, underlined with `='.
  589.    This section is headed with an `@section' command and looks like
  590. this in the Texinfo file:
  591.      @section @code{@@section}
  592.    To create a section, write the `@section' command at the beginning
  593. of a line and follow it on the same line by the section title.
  594.    Thus,
  595.      @section This is a section
  596. produces
  597.      This is a section
  598.      =================
  599. in Info.
  600. File: texinfo,  Node: unnumberedsec appendixsec heading,  Next: subsection,  Prev: section,  Up: Structuring
  601. `@unnumberedsec', `@appendixsec', `@heading'
  602. ============================================
  603.    The `@unnumberedsec', `@appendixsec', and `@heading' commands are,
  604. respectively, the unnumbered, appendix-like, and heading-like
  605. equivalents of the `@section' command. (*Note `@section': section.)
  606. `@unnumberedsec'
  607.      The `@unnumberedsec' command may be used within an unnumbered
  608.      chapter or within a regular chapter or appendix to provide an
  609.      unnumbered section.
  610. `@appendixsec'
  611. `@appendixsection'
  612.      `@appendixsection' is a longer spelling of the `@appendixsec'
  613.      command; the two are synonymous.
  614.      Conventionally, the `@appendixsec' or `@appendixsection' command
  615.      is used only within appendices.
  616. `@heading'
  617.      You may use the `@heading' command anywhere you wish for a
  618.      section-style heading that will not appear in the table of
  619.      contents.
  620. File: texinfo,  Node: subsection,  Next: unnumberedsubsec appendixsubsec subheading,  Prev: unnumberedsec appendixsec heading,  Up: Structuring
  621. The `@subsection' Command
  622. =========================
  623.    Subsections are to sections as sections are to chapters. (*Note
  624. `@section': section.)  In Info, subsection titles are underlined with
  625. `-'.  For example,
  626.      @subsection This is a subsection
  627. produces
  628.      This is a subsection
  629.      --------------------
  630.    In a printed manual, subsections are listed in the table of contents
  631. and are numbered three levels deep.
  632. File: texinfo,  Node: unnumberedsubsec appendixsubsec subheading,  Next: subsubsection,  Prev: subsection,  Up: Structuring
  633. The `@subsection'-like Commands
  634. ===============================
  635.    The `@unnumberedsubsec', `@appendixsubsec', and `@subheading'
  636. commands are, respectively, the unnumbered, appendix-like, and
  637. heading-like equivalents of the `@subsection' command.  (*Note
  638. `@subsection': subsection.)
  639.    In Info, the `@subsection'-like commands generate a title underlined
  640. with hyphens.  In a printed manual, an `@subheading' command produces a
  641. heading like that of a subsection except that it is not numbered and
  642. does not appear in the table of contents.  Similarly, an
  643. `@unnumberedsubsec' command produces an unnumbered heading like that of
  644. a subsection and an `@appendixsubsec' command produces a
  645. subsection-like heading labelled with a letter and numbers; both of
  646. these commands produce headings that appear in the table of contents.
  647. File: texinfo,  Node: subsubsection,  Prev: unnumberedsubsec appendixsubsec subheading,  Up: Structuring
  648. The `subsub' Commands
  649. =====================
  650.    The fourth and lowest level sectioning commands in Texinfo are the
  651. `subsub' commands.  They are:
  652. `@subsubsection'
  653.      Subsubsections are to subsections as subsections are to sections.
  654.      (*Note `@subsection': subsection.)  In a printed manual,
  655.      subsubsection titles appear in the table of contents and are
  656.      numbered four levels deep.
  657. `@unnumberedsubsubsec'
  658.      Unnumbered subsubsection titles appear in the table of contents of
  659.      a printed manual, but lack numbers.  Otherwise, unnumbered
  660.      subsubsections are the same as subsubsections.  In Info, unnumbered
  661.      subsubsections look exactly like ordinary subsubsections.
  662. `@appendixsubsubsec'
  663.      Conventionally, appendix commands are used only for appendices and
  664.      are lettered and numbered appropriately in a printed manual.  They
  665.      also appear in the table of contents.  In Info, appendix
  666.      subsubsections look exactly like ordinary subsubsections.
  667. `@subsubheading'
  668.      The `@subsubheading' command may be used anywhere that you need a
  669.      small heading that will not appear in the table of contents.  In
  670.      Info, subsubheadings look exactly like ordinary subsubsection
  671.      headings.
  672.    In Info,  `subsub' titles are underlined with periods. For example,
  673.      @subsubsection This is a subsubsection
  674. produces
  675.      This is a subsubsection
  676.      .......................
  677. File: texinfo,  Node: Nodes,  Next: Menus,  Prev: Structuring,  Up: Top
  678. Nodes
  679. *****
  680.    "Nodes" are the primary segments of a Texinfo file. They do not
  681. themselves impose a hierarchic or any other kind of structure on a file.
  682. Nodes contain "node pointers" that name other nodes, and can contain
  683. "menus" which are lists of nodes.  In Info, the movement commands can
  684. carry you to a pointed-to node or to a node listed in a menu.  Node
  685. pointers and menus provide structure for Info files just as chapters,
  686. sections, subsections, and the like, provide structure for printed
  687. books.
  688. * Menu:
  689. * Two Paths::                   Different commands to structure
  690.                                   Info output and printed output.
  691. * Node Menu Illustration::      A diagram, and sample nodes and menus.
  692. * node::                        How to write a node, in detail.
  693. * makeinfo Pointer Creation::   How to create node pointers with `makeinfo'.
  694. File: texinfo,  Node: Two Paths,  Next: Node Menu Illustration,  Up: Nodes
  695. Two Paths
  696. =========
  697.    The node and menu commands and the chapter structuring commands are
  698. independent of each other:
  699.    * In Info, node and menu commands provide structure.  The chapter
  700.      structuring commands generate headings with different kinds of
  701.      underlining--asterisks for chapters, hyphens for sections, and so
  702.      on; they do nothing else.
  703.    * In TeX, the chapter structuring commands generate chapter and
  704.      section numbers and tables of contents.  The node and menu
  705.      commands provide information for cross references; they do nothing
  706.      else.
  707.    You can use node pointers and menus to structure an Info file any way
  708. you want; and you can write a Texinfo file so that its Info output has a
  709. different structure than its printed output.  However, most Texinfo
  710. files are written such that the structure for the Info output
  711. corresponds to the structure for the printed output.  It is not
  712. convenient to do otherwise.
  713.    Generally, printed output is structured in a tree-like hierarchy in
  714. which the chapters are the major limbs from which the sections branch
  715. out.  Similarly, node pointers and menus are organized to create a
  716. matching structure in the Info output.
  717. File: texinfo,  Node: Node Menu Illustration,  Next: node,  Prev: Two Paths,  Up: Nodes
  718. Node and Menu Illustration
  719. ==========================
  720.    Here is a copy of the diagram shown earlier that illustrates a
  721. Texinfo file with three chapters, each of which contains two sections.
  722.    Note that the "root" is at the top of the diagram and the "leaves"
  723. are at the bottom.  This is how such a diagram is drawn conventionally;
  724. it illustrates an upside-down tree.  For this reason, the root node is
  725. called the `Top' node, and `Up' node pointers carry you closer to the
  726. root.
  727.                                Top
  728.                                 |
  729.               -------------------------------------
  730.              |                  |                  |
  731.           Chapter 1          Chapter 2          Chapter 3
  732.              |                  |                  |
  733.           --------           --------           --------
  734.          |        |         |        |         |        |
  735.       Section  Section   Section  Section   Section  Section
  736.         1.1      1.2       2.1      2.2       3.1      3.2
  737.    Write the beginning of the node for Chapter 2 like this:
  738.      @node     Chapter 2,  Chapter 3, Chapter 1, top
  739.      @comment  node-name,  next,      previous,  up
  740. This `@node' line says that the name of this node is "Chapter 2", the
  741. name of the `Next' node is "Chapter 3", the name of the `Previous' node
  742. is "Chapter 1", and the name of the `Up' node is "Top".
  743.      *Please Note:* `Next' refers to the next node at the same
  744.      hierarchical level in the manual, not necessarily to the next node
  745.      within the Texinfo file.  In the Texinfo file, the subsequent node
  746.      may be at a lower level--a section-level node may follow a
  747.      chapter-level node, and a subsection-level node may follow a
  748.      section-level node. `Next' and `Previous' refer to nodes at the
  749.      *same* hierarchical level.
  750.    To go to Sections 2.1 and 2.2 using Info, you need a menu inside
  751. Chapter 2.  (*Note Menus::.)  You would write the menu just before the
  752. beginning of Section 2.1, like this:
  753.          @menu
  754.          * Sect. 2.1::    Description of this section.
  755.          * Sect. 2.2::
  756.          @end menu
  757.    Write the node for Sect. 2.1 like this:
  758.          @node     Sect. 2.1, Sect. 2.2, Chapter 2, Chapter 2
  759.          @comment  node-name, next,      previous,  up
  760.    In Info format, the `Next' and `Previous' pointers of a node usually
  761. lead to other nodes at the same level--from chapter to chapter or from
  762. section to section (sometimes, as shown, the `Previous' pointer points
  763. up); an `Up' pointer usually leads to a node at the level above (closer
  764. to the `Top' node); and a `Menu' leads to nodes at a level below (closer
  765. to `leaves').  (A cross reference can point to a node at any level; see
  766. *Note Cross References::.)
  767.    Usually, an `@node' command and a chapter structuring command are
  768. used in sequence, along with indexing commands.  (You may follow the
  769. `@node' line with a comment line that reminds you which pointer is
  770. which.)
  771.    Here is the beginning of the chapter in this manual called "Ending a
  772. Texinfo File".  This shows an `@node' line followed by a comment line,
  773. an `@chapter' line, and then by indexing lines.
  774.      @node    Ending a File, Structuring, Beginning a File, Top
  775.      @comment node-name,     next,        previous,         up
  776.      @chapter Ending a Texinfo File
  777.      @cindex Ending a Texinfo file
  778.      @cindex Texinfo file ending
  779.      @cindex File ending
  780. File: texinfo,  Node: node,  Next: makeinfo Pointer Creation,  Prev: Node Menu Illustration,  Up: Nodes
  781. The `@node' Command
  782. ===================
  783.    A "node" is a segment of text that begins at an `@node' command and
  784. continues until the next `@node' command.  The definition of node is
  785. different from that for chapter or section.  A chapter may contain
  786. sections and a section may contain subsections; but a node cannot
  787. contain subnodes; the text of a node continues only until the next
  788. `@node' command in the file.  A node usually contains only one chapter
  789. structuring command, the one that follows the `@node' line.  On the
  790. other hand, in printed output nodes are used only for cross references,
  791. so a chapter or section may contain any number of nodes.  Indeed, a
  792. chapter usually contains several nodes, one for each section,
  793. subsection, and subsubsection.
  794.    To create a node, write an `@node' command at the beginning of a
  795. line, and follow it with four arguments, separated by commas, on the
  796. rest of the same line.  These arguments are the name of the node, and
  797. the names of the `Next', `Previous', and `Up' pointers, in that order.
  798. You may insert spaces before each pointer if you wish; the spaces are
  799. ignored.  You must write the name of the node, and the names of the
  800. `Next', `Previous', and `Up' pointers, all on the same line.  Otherwise,
  801. the formatters fail.  (*note info: (info)Top, for more information
  802. about nodes in Info.)
  803.    Usually, you write one of the chapter-structuring command lines
  804. immediately after an `@node' line--for example, an `@section' or
  805. `@subsection' line.  (*Note Types of Structuring Command: Structuring
  806. Command Types.)
  807.      *Please note:* The GNU Emacs Texinfo mode updating commands work
  808.      only with Texinfo files in which `@node' lines are followed by
  809.      chapter structuring lines.  *Note Updating Requirements::.
  810.    TeX uses `@node' lines to identify the names to use for cross
  811. references.  For this reason, you must write `@node' lines in a Texinfo
  812. file that you intend to format for printing, even if you do not intend
  813. to format it for Info.  (Cross references, such as the one at the end
  814. of this sentence, are made with `@xref' and its related commands; see
  815. *Note Cross References::.)
  816. * Menu:
  817. * Node Names::                  How to choose node and pointer names.
  818. * Writing a Node::              How to write an `@node' line.
  819. * Node Line Tips::              Keep names short.
  820. * Node Line Requirements::      Keep names unique, without @-commands.
  821. * First Node::                  How to write a `Top' node.
  822. * makeinfo top command::        How to use the `@top' command.
  823. * Top Node Summary::            Write a brief description for readers.
  824. File: texinfo,  Node: Node Names,  Next: Writing a Node,  Up: node
  825. Choosing Node and Pointer Names
  826. -------------------------------
  827.    The name of a node identifies the node.  The pointers enable you to
  828. reach other nodes and consist of the names of those nodes.
  829.    Normally, a node's `Up' pointer contains the name of the node whose
  830. menu mentions that node.  The node's `Next' pointer contains the name
  831. of the node that follows that node in that menu and its `Previous'
  832. pointer contains the name of the node that precedes it in that menu. 
  833. When a node's `Previous' node is the same as its `Up' node, both node
  834. pointers name the same node.
  835.    Usually, the first node of a Texinfo file is the `Top' node, and its
  836. `Up' and `Previous' pointers point to the `dir' file, which contains
  837. the main menu for all of Info.
  838.    The `Top' node itself contains the main or master menu for the
  839. manual. Also, it is helpful to include a brief description of the
  840. manual in the `Top' node.  *Note First Node::, for information on how
  841. to write the first node of a Texinfo file.
  842. File: texinfo,  Node: Writing a Node,  Next: Node Line Tips,  Prev: Node Names,  Up: node
  843. How to Write an `@node' Line
  844. ----------------------------
  845.    The easiest way to write an `@node' line is to write `@node' at the
  846. beginning of a line and then the name of the node, like this:
  847.      @node NODE-NAME
  848.    If you are using GNU Emacs, you can use the update node commands
  849. provided by Texinfo mode to insert the names of the pointers; or you
  850. can leave the pointers out of the Texinfo file and let `makeinfo'
  851. insert node pointers into the Info file it creates.  (*Note Texinfo
  852. Mode::, and *Note makeinfo Pointer Creation::.)
  853.    Alternatively, you can insert the `Next', `Previous', and `Up'
  854. pointers yourself.  If you do this, you may find it helpful to use the
  855. Texinfo mode keyboard command `C-c C-c n'.  This command inserts
  856. `@node' and a comment line listing the names of the pointers in their
  857. proper order.  The comment line helps you keep track of which arguments
  858. are for which pointers.  This comment line is especially useful if you
  859. are not familiar with Texinfo.
  860.    The template for a node line with `Next', `Previous', and `Up'
  861. pointers looks like this:
  862.      @node NODE-NAME, NEXT, PREVIOUS, UP
  863.    If you wish, you can ignore `@node' lines altogether in your first
  864. draft and then use the `texinfo-insert-node-lines' command to create
  865. `@node' lines for you.  However, we do not recommend this practice.  It
  866. is better to name the node itself at the same time that you write a
  867. segment so you can easily make cross references.  A large number of
  868. cross references are an especially important feature of a good Info
  869. file.
  870.    After you have inserted an `@node' line, you should immediately
  871. write an @-command for the chapter or section and insert its name. Next
  872. (and this is important!), put in several index entries.  Usually, you
  873. will find at least two and often as many as four or five ways of
  874. referring to the node in the index.  Use them all.  This will make it
  875. much easier for people to find the node.
  876. File: texinfo,  Node: Node Line Tips,  Next: Node Line Requirements,  Prev: Writing a Node,  Up: node
  877. `@node' Line Tips
  878. -----------------
  879.    Here are three suggestions:
  880.    * Try to pick node names that are informative but short.
  881.      In the Info file, the file name, node name, and pointer names are
  882.      all inserted on one line, which may run into the right edge of the
  883.      window. (This does not cause a problem with Info, but is ugly.)
  884.    * Try to pick node names that differ from each other near the
  885.      beginnings of their names.  This way, it is easy to use automatic
  886.      name completion in Info.
  887.    * By convention, node names are capitalized just as they would be for
  888.      section or chapter titles--initial and significant words are
  889.      capitalized; others are not.
  890. File: texinfo,  Node: Node Line Requirements,  Next: First Node,  Prev: Node Line Tips,  Up: node
  891. `@node' Line Requirements
  892. -------------------------
  893.    Here are several requirements for `@node' lines:
  894.    * All the node names for a single Info file must be unique.
  895.      Duplicates confuse the Info movement commands.  This means, for
  896.      example, that if you end every chapter with a summary, you must
  897.      name each summary node differently.  You cannot just call each one
  898.      "Summary".  You may, however, duplicate the titles of chapters,
  899.      sections, and the like.  Thus you can end each chapter in a book
  900.      with a section called "Summary", so long as the node names for
  901.      those sections are all different.
  902.    * A pointer name must be the name of a node.
  903.      The node to which a pointer points may come before or after the
  904.      node containing the pointer.
  905.    * You cannot use any of the Texinfo @-commands in a node name;
  906.      @-commands confuse Info.
  907.      Thus, the beginning of the section called `@chapter' looks like
  908.      this:
  909.           @node  chapter, unnumbered & appendix, makeinfo top, Structuring
  910.           @comment  node-name,  next,  previous,  up
  911.           @section @code{@@chapter}
  912.           @findex chapter
  913.    * You cannot use commas, colons, or apostrophes within a node name;
  914.      these confuse TeX or the Info formatters.
  915.      For example, the following is a section title:
  916.           @code{@@unnumberedsec}, @code{@@appendixsec}, @code{@@heading}
  917.      The corresponding node name is:
  918.           unnumberedsec appendixsec heading
  919. File: texinfo,  Node: First Node,  Next: makeinfo top command,  Prev: Node Line Requirements,  Up: node
  920. The First Node
  921. --------------
  922.    The first node of a Texinfo file is the `Top' node, except in an
  923. included file (*note Include Files::.).
  924.    The `Top' node (which must be named `top' or `Top') should have as
  925. its `Up' and `Previous' nodes the name of a node in another file, where
  926. there is a menu that leads to this file.  Specify the file name in
  927. parentheses.  If the file is to be installed directly in the Info
  928. directory file, use `(dir)' as the parent of the `Top' node; this is
  929. short for `(dir)top', and specifies the `Top' node in the `dir' file,
  930. which contains the main menu for Info.  For example, the `@node Top'
  931. line of this manual looks like this:
  932.      @node Top, Overview, (dir), (dir)
  933. (You may use the Texinfo updating commands or the `makeinfo' utility to
  934. insert these `Next' and `(dir)' pointers automatically.)
  935.    *Note Install an Info File::, for more information about installing
  936. an Info file in the `info' directory.
  937.    The `Top' node contains the main or master menu for the document.
  938.