Texinfo (source code)
= Texinfo
{wiki=Texinfo}
Texinfo is a documentation system that is used for writing and formatting documentation for software and other projects. It is particularly associated with the GNU project and is designed to create both online and printed documentation from a single source file. Texinfo allows authors to write documentation in a plain text format that includes markup commands. These commands enable the inclusion of elements like sections, subsections, figures, tables, and cross-references.
Back to article page