Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
2 user(s) are online (2 user(s) are browsing encyclopedia)

Members: 0
Guests: 2

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner
Venture Capital Sie benötigen eine Finanzspritze für ihr Projekt?

Texinfo

GNU Texinfo is a free software computer program for generating documentation in multiple formats from a single source file.

= Texinfo source file =

Texinfo allows to structure a document like a book with chapters, sections, cross references and indices. The source is plain text with embedded formatting commands marked with @ . A sample of a part of a source file: @ifnottex @node Top @top Short Sample @insertcopying @end ifnottex @menu * First Chapter:: The first chapter is the only chapter in this sample. * Index:: Complete index. @end menu

The commands mark structure such as chapters or denote a part of the source to be processed only for certain types of output.

= Generated output =

Output formats supported by Texinfo include plain text, Info, HTML, DVI_(TeX), portable document format, XML and DocBook.

For the printable formats Texinfo uses TeX by issuing the necessary instructions to interpret Texinfo commands as TeX s own.

Notable is the lack of Unix manual as an output format. Texinfo is used to write the documentation of GNU software, which typically used in Unix-like environments such as GNU/Linux, where the traditional format for documentation is man. Man pages have a strict conventional format, whereas typical Texinfo applications are for tutorials and reference manuals. As such there is no benefit in using Texinfo for man pages, which are traditionally quick reference guides. However, many GNU projects eschew man pages nearly altogether, referring the reader of the provided, and often self-describedly seldomly maintained, man page to the Info document.

== Info ==

An info file is a Texinfo file formatted so that the Info documentation reading program can operate on it. Info presents the documentation as a Tree structure, with commands to traverse the tree and to follow cross references.

= Status of Texinfo =

Texinfo is used as the official documentation system for GNU project. Texinfo is licensed under GNU General Public License and is a part of the GNU project.

=External links=

  • [http://texinfo.org/ Texinfo home page]