1 | .\" texinfo(5)
|
---|
2 | .\" $Id: texinfo.5,v 1.2 2004/04/11 17:56:45 karl Exp $
|
---|
3 | .\"
|
---|
4 | .\" Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
|
---|
5 | .\"
|
---|
6 | .\" Permission is granted to make and distribute verbatim copies of this
|
---|
7 | .\" manual provided the copyright notice and this permission notice are
|
---|
8 | .\" preserved on all copies.
|
---|
9 | .\"
|
---|
10 | .\" Permission is granted to copy and distribute modified versions of
|
---|
11 | .\" this manual under the conditions for verbatim copying, provided that
|
---|
12 | .\" the entire resulting derived work is distributed under the terms of a
|
---|
13 | .\" permission notice identical to this one.
|
---|
14 | .\"
|
---|
15 | .\" Permission is granted to copy and distribute translations of this
|
---|
16 | .\" manual into another language, under the above conditions for modified
|
---|
17 | .\" versions, except that this permission notice may be stated in a
|
---|
18 | .\" translation approved by the Foundation.
|
---|
19 | .\"
|
---|
20 | .TH TEXINFO 5 "GNU Texinfo" "FSF"
|
---|
21 | .SH NAME
|
---|
22 | texinfo \- software documentation system
|
---|
23 | .SH DESCRIPTION
|
---|
24 | Texinfo is a documentation system that uses a single source file to
|
---|
25 | produce both online information and printed output. It is primarily
|
---|
26 | designed for writing software manuals.
|
---|
27 | .PP
|
---|
28 | For a full description of the Texinfo language and associated tools,
|
---|
29 | please see the Texinfo manual (written in Texinfo itself). Most likely,
|
---|
30 | running this command from your shell:
|
---|
31 | .RS
|
---|
32 | .I info texinfo
|
---|
33 | .RE
|
---|
34 | or this key sequence from inside Emacs:
|
---|
35 | .RS
|
---|
36 | .I M-x info RET m texinfo RET
|
---|
37 | .RE
|
---|
38 | will get you there.
|
---|
39 | .SH AVAILABILITY
|
---|
40 | ftp://ftp.gnu.org/gnu/texinfo/
|
---|
41 | .br
|
---|
42 | or any GNU mirror site.
|
---|
43 | .SH "REPORTING BUGS"
|
---|
44 | Please send bug reports to bug-texinfo@gnu.org,
|
---|
45 | general questions and discussion to help-texinfo@gnu.org.
|
---|
46 | .SH "SEE ALSO"
|
---|
47 | info(1), install-info(1), makeinfo(1), texi2dvi(1), texindex(1).
|
---|
48 | .br
|
---|
49 | emacs(1), tex(1).
|
---|
50 | .br
|
---|
51 | info(5).
|
---|