Next: Generating a Table of Contents, Previous: Document Permissions, Up: Writing a Texinfo File   [Contents][Index]


2.7 Title and Copyright Pages

In hard copy output, the manual’s name and author are usually printed on a title page. Copyright information is usually printed on the back (verso) of the title page. This segment must be enclosed between @titlepage and @end titlepage commands:

@titlepage
@title Sample Title

@c The following two commands start the copyright page.
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage

We use the @insertcopying command to include the permission text from the previous section, instead of writing it out again.

The title and copyright pages appear in printed manuals, but not in most other output formats.

  • @titlepage
  • @title, @subtitle, and @author
  • @titlefont, @center, and @sp
  • Copyright Page
  • Heading Generation