Next: , Up: Sample Texinfo Files   [Contents][Index]


C.1 û¤¤Îã

¥³¥á¥ó¥È¤Î̵¤¤´°Á´¤ÊTexinfo¥Õ¥¡¥¤¥ë¤Îû¤¤¸«Ëܤϰʲ¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡¥ºÇ ½é¤Î¾Ï¤Ç¥³¥á¥ó¥ÈÉÕ¤­¤Î¤³¤Î¥Õ¥¡¥¤¥ë¤ò¸«¤ë¤³¤È¤¬²Äǽ¤Ç¤¹¡¥See Short Sample.

³µÎ¬:makeinfo¥×¥í¥°¥é¥à¤Ï¡¤°Ê²¼¤Î¤è¤¦¤ÊTexinfo¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò Info¥Õ¥¡¥¤¥ë¤äHTML¥Õ¥¡¥¤¥ë¤ËÊÑ´¹¤·¤Þ¤¹¡¥¤½¤·¤Æ¡¤TeX¤Ï°õºþ¤µ¤ì¤¿¥Þ¥Ë¥å ¥¢¥ë¤Ë¿¢»ú¤·¤Þ¤¹¡¥


\input texinfo   @c -*-texinfo-*-
@c %**start of header
@setfilename sample.info
@settitle Sample Manual 1.0
@c %**end of header

@copying
This is a short example of a complete Texinfo file.

Copyright (C) 2002 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

@insertcopying
@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