Next: , Up: Beginning a File   [Contents][Index]


3.1 Texinfo¥Õ¥¡¥¤¥ë¤Î»Ï¤Þ¤ê¤Î¥µ¥ó¥×¥ë

°Ê²¼¤Î¥µ¥ó¥×¥ë¤Ï¡¤É¬Íפʤâ¤Î¤òɽ¼¨¤·¤Æ¤¤¤Þ¤¹¡¥°Ê²¼¤ÇÍ¿¤¨¤é¤ì¤Æ¤¤¤ëÍ×ÁǤϡ¤ ¤½¤ì°Ê¹ß¤Î¥»¥¯¥·¥ç¥ó¤Ç¾ÜºÙ¤ËÀâÌÀ¤·¤Þ¤¹¡¥¤½¤ì°Ê³°¤Î¥³¥Þ¥ó¥É¤Ç¡¤Texinfo¥Õ¥¡ ¥¤¥ë¤ÎºÇ½é¤Ë´Þ¤á¤é¤ì¤ë¤³¤È¤¬Â¿¤¤¤â¤Î¤â¤¢¤ê¤Þ¤¹¤¬¡¤¤³¤³¤Ë¤¢¤ë¤â¤Î¤¬ºÇ¤â½Å ÍפǤ¹¡¥

GNU¥Þ¥Ë¥å¥¢¥ë¤Ç»ÈÍѤµ¤ì¤Æ¤¤¤ë´°Á´¤Ê¥Æ¥­¥¹¥È¤Ï¡¤See GNU Sample Texts.

\input texinfo   @c -*-texinfo-*-
@c %**start of header
@setfilename infoname.info
@settitle name-of-manual version
@c %**end of header

@copying
This manual is for program, version version.

Copyright @copyright{} years copyright-owner.

@quotation
Permission is granted to …
@end quotation
@end copying
@titlepage
@title name-of-manual-when-printed
@subtitle subtitle-if-any
@subtitle second-subtitle
@author author
@c  The following two commands
@c  start the copyright page.
@page
@vskip 0pt plus 1filll
@insertcopying
Published by …
@end titlepage

@c So the toc is printed in the right place.
@contents

@ifnottex
@node Top
@top title

@insertcopying
@end ifnottex

@menu
* First Chapter::    Getting started …
* Second Chapter::          …
 …
* Copying::          Your rights and freedoms.
@end menu
@node First Chapter
@chapter First Chapter

@cindex first chapter
@cindex chapter, first
…