groff-desc.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <sect2><title>Short descriptions</title>
  2. <para><command>addftinfo</command> reads a troff font file and adds some
  3. additional font-metric information that is used by the groff system.</para>
  4. <para><command>afmtodit</command> creates a font file for use with
  5. groff and grops.</para>
  6. <para><command>eqn</command> compiles descriptions of equations embedded
  7. within troff input files into commands that are understood by troff.</para>
  8. <para><command>eqn2graph</command> converts an EQN equation into a cropped
  9. image.</para>
  10. <para><command>grn</command> is a groff preprocessor for gremlin files.</para>
  11. <para><command>grodvi</command> is a driver for groff that produces TeX dvi format.</para>
  12. <para><command>groff</command> is a front-end to the groff document
  13. formatting system. Normally it runs the troff program and a post-processor
  14. appropriate for the selected device.</para>
  15. <para><command>groffer</command> displays groff files and man pages on X
  16. and tty.</para>
  17. <para><command>grog</command> reads files and guesses which of the groff
  18. options -e, -man, -me, -mm, -ms, -p, -s, and -t are required for printing
  19. files, and reports the groff command including those options.</para>
  20. <para><command>grolbp</command> is a groff driver for Canon CAPSL printers
  21. (LBP-4 and LBP-8 series laser printers).</para>
  22. <para><command>grolj4</command> is a driver for groff that produces output
  23. in PCL5 format suitable for an HP Laserjet 4 printer.</para>
  24. <para><command>grops</command> translates the output of GNU troff to
  25. Postscript.</para>
  26. <para><command>grotty</command> translates the output of GNU troff into
  27. a form suitable for typewriter-like devices.</para>
  28. <para><command>gtbl</command> is the GNU implementation of tbl.</para>
  29. <para><command>hpftodit</command> creates a font file for use with
  30. groff -Tlj4 from an HP-tagged font metric file.</para>
  31. <para><command>indxbib</command> makes an inverted index for the
  32. bibliographic databases a specified file for use with refer, lookbib,
  33. and lkbib.</para>
  34. <para><command>lkbib</command> searches bibliographic databases for
  35. references that contain specified keys and reports any references found.</para>
  36. <para><command>lookbib</command> prints a prompt on the standard error
  37. (unless the standard input is not a terminal), reads from the standard input
  38. a line containing a set of keywords, searches the bibliographic databases in
  39. a specified file for references containing those keywords, prints any
  40. references found on the standard output and repeats this process until the
  41. end of input.</para>
  42. <para><command>mmroff</command> is a simple preprocessor for groff.</para>
  43. <para><command>neqn</command> formats equations for ascii output.</para>
  44. <para><command>nroff</command> is a script that emulates the nroff command
  45. using groff.</para>
  46. <para><command>pfbtops</command> translates a Postscript font in .pfb
  47. format to ASCII.</para>
  48. <para><command>pic</command> compiles descriptions of pictures embedded
  49. within troff or TeX input files into commands understood by TeX or troff.</para>
  50. <para><command>pic2graph</command> converts a PIC diagram into a cropped
  51. image.</para>
  52. <para><command>pre-grohtml </command> translates the output of GNU troff
  53. to html.</para>
  54. <para><command>post-grohtml</command> translates the output of GNU troff
  55. to html.</para>
  56. <para><command>refer</command> copies the contents of a file to the
  57. standard output, except that lines between .[ and .] are interpreted as
  58. citations, and lines between .R1 and .R2 are interpreted as commands about
  59. how citations are to be processed.</para>
  60. <para><command>soelim</command> reads files and replaces lines of the form
  61. <emphasis>.so file</emphasis> by the contents of the mentioned
  62. <emphasis>file</emphasis>.</para>
  63. <para><command>tbl</command> compiles descriptions of tables embedded
  64. within troff input files into commands that are understood by troff.</para>
  65. <para><command>tfmtodit</command> creates a font file for use with
  66. groff -Tdvi.</para>
  67. <para><command>troff</command> is highly compatible with Unix troff.
  68. Usually it should be invoked using the groff command, which will also run
  69. preprocessors and post-processors in the appropriate order and with the
  70. appropriate options.</para>
  71. <para><command>zsoelim</command> is the GNU implementation of soelim.</para>
  72. </sect2>