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

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

1.1     ! kristaps    1: \input texinfo
        !             2: @setfilename sample.info
        !             3: @settitle Sample Manual 1.0
        !             4:
        !             5: @set FOO BAR
        !             6:
        !             7: @ifnottex
        !             8: @node Top
        !             9: @top GNU Sample
        !            10: @end ifnottex
        !            11:
        !            12: @macro foo {p, q}
        !            13: Together: \p\ & \q\.
        !            14: @end macro
        !            15:
        !            16: @foo{a, b}
        !            17:
        !            18: @macro argless {}
        !            19: No arguments here.
        !            20: @end macro
        !            21:
        !            22: @argless{}
        !            23:
        !            24: @macro xyzzy{p}
        !            25: @r{\q\}@c
        !            26: @end macro
        !            27:
        !            28: @ifset FOO
        !            29: Hello @xyzzy{there}.
        !            30: @end ifset

CVSweb