Next: , Previous: Short Sample Texinfo File, Up: Sample Texinfo Files   [Contents][Index]


C.2 GNU¤Î¸«ËܤΥƥ­¥¹¥È

°Ê²¼¤ÏGNU¥Þ¥Ë¥å¥¢¥ë¤Ç»ÈÍѤµ¤ì¤ë¤Ù¤­´°Á´¤Ê¥Æ¥­¥¹¥È¤òÍѤ¤¤¿Texinfo¥É¥­¥å¥á ¥ó¥È¤Î¸«ËܤǤ¹¡¥

ˡŪ¤Ê¥Æ¥­¥¹¥È¤ÈƱÍͤˡ¤GNU¥·¥¹¥Æ¥à¤¬¥Þ¥Ë¥å¥¢¥ë¤Ë±Æ¶Á¤òÍ¿¤¨¤ëÍ×ÁǤοô¤Î ¼ÂºÝ¤ÎÎã¤È¤·¤ÆÄ󶡤·¤Æ¤¤¤Þ¤¹¡¥¤³¤ì¤é¸ÄÊ̤Τ¹¤Ù¤Æ¤ÎÍ×ÁǤ˴·¤ì¤Æ¤¤¤Ê¤¯¤Æ¤â ¿´ÇÛ¤·¤Ê¤¤¤Ç¤¯¤À¤µ¤¤¡¥¤½¤ì¤é¤ÏÍ׵ᤵ¤ì¤Æ¤¤¤ë¤ï¤±¤Ç¤Ï¤Ê¤¯¡¤´°Á´¤ÊÎɤ¤¥Þ¥Ë¥å ¥¢¥ë¤Ç¤Ï¤½¤ì̵¤·¤Ç½ñ¤«¤ì¤Æ¤¤¤ë¤Ï¤º¤Ç¤¹¡¥Â¿¤¯¤Î¥Þ¥Ë¥å¥¢¥ë¤Ë¤Ï¤­¤Ã¤È(¤ª¤½ ¤é¤¯)ÍøÅÀ¤È¤Ê¤ë¤Î¤Ç¡¤¤½¤ì¤Ç¤â°Ê²¼¤Ë¤Ï´Þ¤á¤Æ¤¤¤Þ¤¹¡¥

Texinfo¥Õ¥¡¥¤¥ë¤ÎºÇ¾®¸Â¤ÎÎã¤ÏSee Short Sample. ºÇ¾®¸Â¤ÎÎã¤Î´°Á´¤ÊÀâ ÌÀ¤Ï¡¤See Beginning a File.

°Ê²¼¤ÏÎã¤ÎÃí°Õ»ö¹à¤Ç¤¹¡¥

¸«ËܤΥɥ­¥å¥á¥ó¥È¤Ï°Ê²¼¤Î¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹¡¥

\input texinfo    @c -*-texinfo-*-
@comment $Id: texinfo-ja.texi,v 1.1 2003/01/04 10:43:13 futoshi Exp $
@comment %**start of header
@setfilename sample.info
@include version.texi
@settitle GNU Sample @value{VERSION}
@syncodeindex pg cp
@comment %**end of header
@copying
This manual is for GNU Sample
(version @value{VERSION}, @value{UPDATED}),
which is an example in the Texinfo documentation.

Copyright @copyright{} 2002 Free Software Foundation, Inc.

@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
and with the Back-Cover Texts as in (a) below.  A copy of the
license is included in the section entitled ``GNU Free Documentation
License.''

(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
this GNU Manual, like GNU software.  Copies published by the Free
Software Foundation raise funds for GNU development.''
@end quotation
@end copying

@dircategory Texinfo documentation system
@direntry
* sample: (sample)Invoking sample.    
@end direntry

@titlepage
@title GNU Sample
@subtitle for version @value{VERSION}, @value{UPDATED}
@author A.U. Thor (@email{bug-texinfo@@gnu.org})
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage

@contents

@ifnottex
@node Top
@top GNU Sample

@insertcopying
@end ifnottex

@menu
* Invoking sample::
* Copying This Manual::
* Index::
@end menu


@node Invoking sample
@chapter Invoking sample

@pindex sample
@cindex invoking @command{sample}

This is a sample manual.  There is no sample program to
invoke, but if there was, you could see its basic usage
and command line options here.


@node Copying This Manual
@appendix Copying This Manual

@menu
* GNU Free Documentation License::  License for copying this manual.
@end menu

@include fdl.texi


@node Index
@unnumbered Index

@printindex cp

@bye

Next: , Previous: Short Sample Texinfo File, Up: Sample Texinfo Files   [Contents][Index]