[BACK]Return to test01.texi CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / texi2mdoc / afl / in

Annotation of texi2mdoc/afl/in/test01.texi, Revision 1.1

1.1     ! kristaps    1: \input texinfo   @c -*-texinfo-*-
        !             2: @c %**start of header
        !             3: @setfilename sample.info
        !             4: @settitle Sample Manual 1.0
        !             5: @c %**end of header
        !             6:
        !             7: @copying
        !             8: This is a short example of a complete Texinfo file.
        !             9:
        !            10: Copyright @copyright{} 2013 Free Software Foundation, Inc.
        !            11: @end copying
        !            12:
        !            13: @titlepage
        !            14: @title Sample Title
        !            15: @page
        !            16: @vskip 0pt plus 1filll
        !            17: @insertcopying
        !            18: @end titlepage
        !            19:
        !            20: @c Output the table of the contents at the beginning.
        !            21: @contents
        !            22:
        !            23: @ifnottex
        !            24: @node Top
        !            25: @top GNU Sample
        !            26:
        !            27: @insertcopying
        !            28: @end ifnottex
        !            29:
        !            30: @menu
        !            31: * First Chapter::    The first chapter is the
        !            32:                       only chapter in this sample.
        !            33: * Index::            Complete index.
        !            34: @end menu
        !            35:
        !            36:
        !            37: @node First Chapter
        !            38: @chapter First Chapter
        !            39:
        !            40: @cindex chapter, first
        !            41:
        !            42: This is the first chapter.
        !            43: @cindex index entry, another
        !            44:
        !            45: Here is a numbered list.
        !            46:
        !            47: @enumerate
        !            48: @item
        !            49: This is the first item.
        !            50:
        !            51: @item
        !            52: This is the second item.
        !            53: @end enumerate
        !            54:
        !            55:
        !            56: @node Index
        !            57: @unnumbered Index
        !            58:
        !            59: @printindex cp
        !            60:
        !            61: @bye

CVSweb