texinfo-desc.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Texinfo package contains the info, install-info, makeinfo, texi2dvi
  4. and texindex programs</para>
  5. </sect2>
  6. <sect2>
  7. <title>Description</title>
  8. <sect3><title>info</title>
  9. <para>The info program reads Info documents, usually contained in the
  10. /usr/doc/info directory. Info documents are like man(ual) pages, but
  11. they tend to be more in depth than just explaining the options to a
  12. program.</para></sect3>
  13. <sect3><title>install-info</title>
  14. <para>The install-info program updates the info entries. When the info
  15. program is run a list with available topics (ie: available info documents) will
  16. be presented. The install-info program is used to maintain this list of
  17. available topics. If info files are removed manually, it is also necessary
  18. to delete the topic in the index file as well. This program is used for
  19. that. It also works the other way around when info documents are
  20. added.</para></sect3>
  21. <sect3><title>makeinfo</title>
  22. <para>The makeinfo program translates Texinfo source documents into various
  23. formats. Available formats are: info files, plain text and HTML.</para></sect3>
  24. <sect3><title>texi2dvi</title>
  25. <para>The texi2dvi program prints Texinfo documents</para></sect3>
  26. <sect3><title>texindex</title>
  27. <para>The texindex program is used to sort Texinfo index files.</para></sect3>
  28. </sect2>