groff-desc.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Groff packages contains the addftinfo, afmtodit, eqn, grodvi, groff,
  5. grog, grohtml, grolj4, grops, grotty, hpftodit, indxbib, lkbib, lookbib,
  6. neqn, nroff, pfbtops, pic, psbb, refer, soelim, tbl, tfmtodit and troff
  7. programs.
  8. </para>
  9. </sect2>
  10. <sect2><title>Description</title>
  11. <sect3><title>addftinfo</title>
  12. <para>
  13. addftinfo reads a troff font file and adds some additional font-metric
  14. information that is used by the groff system.
  15. </para>
  16. </sect3>
  17. <sect3><title>afmtodit</title>
  18. <para>
  19. afmtodit creates a font file for use with groff and grops.
  20. </para>
  21. </sect3>
  22. <sect3><title>eqn</title>
  23. <para>
  24. eqn compiles descriptions of equations embedded within troff input files
  25. into commands that are understood by troff.
  26. </para>
  27. </sect3>
  28. <sect3><title>grodvi</title>
  29. <para>
  30. grodvi is a driver for groff that produces TeX dvi format.
  31. </para>
  32. </sect3>
  33. <sect3><title>groff</title>
  34. <para>
  35. groff is a front-end to the groff document formatting system. Normally it
  36. runs the troff program and a post-processor appropriate for the selected
  37. device.
  38. </para>
  39. </sect3>
  40. <sect3><title>grog</title>
  41. <para>
  42. grog reads files and guesses which of the groff options -e, -man, -me, -mm,
  43. -ms, -p, -s, and -t are required for printing files, and prints the groff
  44. command including those options on the standard output.
  45. </para>
  46. </sect3>
  47. <sect3><title>grohtml</title>
  48. <para>
  49. grohtml translates the output of GNU troff to html
  50. </para>
  51. </sect3>
  52. <sect3><title>grolj4</title>
  53. <para>
  54. grolj4 is a driver for groff that produces output in PCL5 format suitable
  55. for an HP Laserjet 4 printer.
  56. </para>
  57. </sect3>
  58. <sect3><title>grops</title>
  59. <para>
  60. grops translates the output of GNU troff to Postscript.
  61. </para>
  62. </sect3>
  63. <sect3><title>grotty</title>
  64. <para>
  65. grotty translates the output of GNU troff into a form suitable for
  66. typewriter-like devices.
  67. </para>
  68. </sect3>
  69. <sect3><title>hpftodit</title>
  70. <para>
  71. hpftodit creates a font file for use with groff -Tlj4 from an HP
  72. tagged font metric file.
  73. </para>
  74. </sect3>
  75. <sect3><title>indxbib</title>
  76. <para>
  77. indxbib makes an inverted index for the bibliographic databases a
  78. specified file for use with refer, lookbib, and lkbib.
  79. </para>
  80. </sect3>
  81. <sect3><title>lkbib</title>
  82. <para>
  83. lkbib searches bibliographic databases for references that contain
  84. specified keys and prints any references found on the standard output.
  85. </para>
  86. </sect3>
  87. <sect3><title>lookbib</title>
  88. <para>
  89. lookbib prints a prompt on the standard error (unless the standard input
  90. is not a terminal), reads from the standard input a line containing a set
  91. of keywords, searches the bibliographic databases in a specified file for
  92. references containing those keywords, prints any references found on the
  93. standard output, and repeats this process until the end of input.
  94. </para>
  95. </sect3>
  96. <sect3><title>neqn</title>
  97. <para>
  98. The neqn script formats equations for ascii output.
  99. </para>
  100. </sect3>
  101. <sect3><title>nroff</title>
  102. <para>
  103. The nroff script emulates the nroff command using groff.
  104. </para>
  105. </sect3>
  106. <sect3><title>pfbtops</title>
  107. <para>
  108. pfbtops translates a Postscript font in .pfb format to ASCII.
  109. </para>
  110. </sect3>
  111. <sect3><title>pic</title>
  112. <para>
  113. pic compiles descriptions of pictures embedded within troff or TeX input
  114. files into commands that are understood by TeX or troff.
  115. </para>
  116. </sect3>
  117. <sect3><title>psbb</title>
  118. <para>
  119. psbb reads a file which should be a Postscript document conforming to the
  120. Document Structuring conventions and looks for a %%BoundingBox comment.
  121. </para>
  122. </sect3>
  123. <sect3><title>refer</title>
  124. <para>
  125. refer copies the contents of a file to the standard output, except that
  126. lines between .[ and .] are interpreted as citations, and lines between .R1
  127. and .R2 are interpreted as commands about how citations are to be
  128. processed.
  129. </para>
  130. </sect3>
  131. <sect3><title>soelim</title>
  132. <para>
  133. soelim reads files and replaces lines of the form
  134. <emphasis>.so file</emphasis> by the contents of
  135. <emphasis>file</emphasis>.
  136. </para>
  137. </sect3>
  138. <sect3><title>tbl</title>
  139. <para>
  140. tbl compiles descriptions of tables embedded within troff input files
  141. into commands that are understood by troff.
  142. </para>
  143. </sect3>
  144. <sect3><title>tfmtodit</title>
  145. <para>
  146. tfmtodit creates a font file for use with <userinput>groff
  147. -Tdvi</userinput>
  148. </para>
  149. </sect3>
  150. <sect3><title>troff</title>
  151. <para>
  152. troff is highly compatible with Unix troff. Usually it should be invoked
  153. using the groff command, which will also run preprocessors and
  154. post-processors in the appropriate order and with the appropriate options.
  155. </para>
  156. </sect3>
  157. </sect2>