Added test.texi
This commit is contained in:
parent
435fd93d68
commit
c3e13bb1cf
24
test.texi
Normal file
24
test.texi
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
\input texinfo
|
||||||
|
@setfilename test.info
|
||||||
|
@settitle My Program Manual
|
||||||
|
|
||||||
|
@titlepage
|
||||||
|
@title My Program Manual
|
||||||
|
@author Your Name
|
||||||
|
@end titlepage
|
||||||
|
|
||||||
|
@node Top
|
||||||
|
@top My Program Manual
|
||||||
|
|
||||||
|
@menu
|
||||||
|
* Introduction:: What my program does.
|
||||||
|
* Usage:: How to use my program.
|
||||||
|
@end menu
|
||||||
|
|
||||||
|
@node Introduction
|
||||||
|
@chapter Introduction
|
||||||
|
This is an introduction to my program.
|
||||||
|
|
||||||
|
@node Usage
|
||||||
|
@chapter Usage
|
||||||
|
This is how you use my program.
|
Loading…
x
Reference in New Issue
Block a user