|
Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
\input texinfo
@settitle Sample Manual 1.0
@c This file:
@c http://angg.twu.net/TEXINFO/shortsample.texi.html
@c http://angg.twu.net/TEXINFO/shortsample.texi
@c (find-angg "TEXINFO/shortsample.texi")
@c See: (find-texinode "Sample Texinfo Files")
@c (find-texinode "Short Sample Texinfo File")
@c (texinfo-show-structure)
@c (find-es "texinfo" "shortsample.texi")
@copying
This is a short example of a complete Texinfo file.
Copyright @copyright{} 2016 Free Software Foundation, Inc.
@end copying
@titlepage
@title Sample Title
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@c Output the table of the contents at the beginning.
@contents
@ifnottex
@node Top
@top GNU Sample
This manual is for GNU Sample
(version @value{VERSION}, @value{UPDATED}).
@end ifnottex
@menu
* First Chapter:: The first chapter is the
only chapter in this sample.
* Index:: Complete index.
@end menu
@node First Chapter
@chapter First Chapter
@cindex chapter, first
This is the first chapter.
@cindex index entry, another
Here is a numbered list.
@enumerate
@item
This is the first item.
@item
This is the second item.
@end enumerate
@node Index
@unnumbered Index
@printindex cp
@bye