| .\" texinfo(5) |
| .\" |
| .\" Copyright 1998-2024 Free Software Foundation, Inc. |
| .\" |
| .\" Copying and distribution of this file, with or without modification, |
| .\" are permitted in any medium without royalty provided the copyright |
| .\" notice and this notice are preserved. |
| .\" |
| .de EX |
| .nf |
| .ft CW |
| .in +5 |
| .. |
| .de EE |
| .in -5 |
| .ft R |
| .fi |
| .. |
| .TH TEXINFO 5 "GNU Texinfo" "FSF" |
| .SH NAME |
| texinfo \- software documentation system |
| .SH DESCRIPTION |
| Texinfo is a documentation system that uses a single source file to |
| produce both online information and printed output. It is primarily |
| designed for writing software manuals. |
| .PP |
| For a full description of the Texinfo language and associated tools, |
| please see the Texinfo manual (written in Texinfo itself). Most likely, |
| running this command from your shell: |
| .EX |
| info texinfo |
| .EE |
| or this key sequence from inside Emacs: |
| .EX |
| M-x info RET m texinfo RET |
| .EE |
| will get you there. |
| .SH AVAILABILITY |
| https://www.gnu.org/software/texinfo/ |
| .br |
| or any GNU mirror site. |
| .SH "REPORTING BUGS" |
| Please send bug reports to bug-texinfo@gnu.org, |
| general questions and discussion to help-texinfo@gnu.org. |
| .SH "SEE ALSO" |
| \fBinfo\fR(1), \fBinstall-info\fR(1), \fBmakeinfo\fR(1), \fBtexi2dvi\fR(1), \fBtexindex\fR(1). |
| .br |
| \fBemacs\fR(1), \fBtex\fR(1). |
| .br |
| \fBinfo\fR(5). |