Next: , Previous: Include File Requirements, Up: Include Files   [Contents][Index]


D.4 @include¤òÍѤ¤¤¿¥Õ¥¡¥¤¥ë¤Î¸«ËÜ

¥á¥¤¥ó¤Þ¤¿¤Ï¥Þ¥¹¥¿¡¼¥á¥Ë¥å¡¼¤òÁÞÆþ¤¹¤ë texinfo-multiple-files-update¤ò¼Â¹Ô¤¹¤ëÁ°¤Î¡¤¤½¤ÎÃæ¤Ë @include¥Õ¥¡¥¤¥ë¤òÍѤ¤¤¿³°Éô¤ÎTexinfo¥Õ¥¡¥¤¥ë¤Î´°Á´¤ÊÎã¤Ï°Ê²¼¤Î ¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡¥

\input texinfo @c -*-texinfo-*-
@setfilename  include-example.info
@settitle Include Example
@setchapternewpage odd
@titlepage
@sp 12
@center @titlefont{Include Example}
@sp 2
@center by Whom Ever
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 2002 Free Software Foundation, Inc.
@end titlepage
@ifinfo
@node Top, First, , (dir)
@top Master Menu
@end ifinfo
@include foo.texinfo
@include bar.texinfo
@include concept-index.texinfo
@summarycontents
@contents

@bye

foo.texinfo¤Î¤è¤¦¤Ê¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ë¤Ï¡¤°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡¥

@node First, Second, , Top
@chapter First Chapter

Contents of first chapter …

´°Á´¤ÊÆâÍÆ¤Îconcept-index.texinfo¤Ï¡¤¤³¤Î¤è¤¦¤Ë´Êñ¤Ë¤Ê¤ê¤Þ¤¹¡¥

@node Concept Index
@unnumbered Concept Index

@printindex cp

The GNU Emacs Lisp Reference Manual¤Î³°Éô¤ÎTexinfo¥½¡¼¥¹¥Õ¥¡¥¤¥ë ¤Ï¡¤elisp.texi¤È¤¤¤¦Ì¾Á°¤Ç¤¹¡¥³°Éô¥Õ¥¡¥¤¥ë¤Ï¡¤417¹àÌܤγ°Éô¥Õ¥¡¥¤ ¥ë¤È¡¤41¤Î@include¥ê¥¹¥È¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹¡¥