groff.xml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-groff" xreflabel="Groff">
  7. <title>Groff-&groff-version;</title>
  8. <?dbhtml filename="groff.html"?>
  9. <indexterm zone="ch-system-groff"><primary sortas="a-Groff">Groff</primary></indexterm>
  10. <para>The Groff package contains programs for processing and formatting text.</para>
  11. <screen>&buildtime; 0.5 SBU
  12. &diskspace; 43 MB</screen>
  13. <para>Groff installation depends on: Bash, Binutils, Coreutils, Diffutils,
  14. Gawk, GCC, Glibc, Grep, Make, Sed.</para>
  15. <sect2>
  16. <title>Installation of Groff</title>
  17. <para>Groff expects the environment variable PAGE to contain the default paper
  18. size. For those in the United States, the command below is appropriate. If you
  19. live elsewhere, you may want to change <emphasis>PAGE=letter</emphasis> to
  20. <emphasis>PAGE=A4</emphasis>.</para>
  21. <para>Prepare Groff for compilation:</para>
  22. <screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen>
  23. <para>Compile the package:</para>
  24. <screen><userinput>make</userinput></screen>
  25. <para>Now install it:</para>
  26. <screen><userinput>make install</userinput></screen>
  27. <para>Some documentation programs, such as <command>xman</command>,
  28. will not work properly without the following symlinks:</para>
  29. <screen><userinput>ln -s soelim /usr/bin/zsoelim
  30. ln -s eqn /usr/bin/geqn
  31. ln -s tbl /usr/bin/gtbl</userinput></screen>
  32. </sect2>
  33. <sect2 id="contents-groff"><title>Contents of Groff</title>
  34. <para><emphasis>Installed programs</emphasis>: addftinfo, afmtodit, eqn,
  35. eqn2graph, geqn (link to eqn), grn, grodvi, groff, groffer, grog, grolbp,
  36. grolj4, grops, grotty, gtbl (link to tbl), hpftodit, indxbib, lkbib,
  37. lookbib, mmroff, neqn, nroff, pfbtops, pic, pic2graph, post-grohtml,
  38. pre-grohtml, refer, soelim, tbl, tfmtodit, troff and zsoelim (link to
  39. soelim)</para>
  40. </sect2>
  41. <sect2><title>Short descriptions</title>
  42. <indexterm zone="ch-system-groff addftinfo"><primary sortas="b-addftinfo">addftinfo</primary></indexterm>
  43. <para id="addftinfo"><command>addftinfo</command> reads a troff font file and adds some
  44. additional font-metric information that is used by the groff system.</para>
  45. <indexterm zone="ch-system-groff afmtodit"><primary sortas="b-afmtodit">afmtodit</primary></indexterm>
  46. <para id="afmtodit"><command>afmtodit</command> creates a font file for use with
  47. groff and grops.</para>
  48. <indexterm zone="ch-system-groff eqn"><primary sortas="b-eqn">eqn</primary></indexterm>
  49. <para id="eqn"><command>eqn</command> compiles descriptions of equations embedded
  50. within troff input files into commands that are understood by troff.</para>
  51. <indexterm zone="ch-system-groff eqn2graph"><primary sortas="b-eqn2graph">eqn2graph</primary></indexterm>
  52. <para id="eqn2graph"><command>eqn2graph</command> converts an EQN equation into a cropped
  53. image.</para>
  54. <indexterm zone="ch-system-groff grn"><primary sortas="b-grn">grn</primary></indexterm>
  55. <para id="grn"><command>grn</command> is a groff preprocessor for gremlin files.</para>
  56. <indexterm zone="ch-system-groff grodvi"><primary sortas="b-grodvi">grodvi</primary></indexterm>
  57. <para id="grodvi"><command>grodvi</command> is a driver for groff that produces TeX dvi format.</para>
  58. <indexterm zone="ch-system-groff groff"><primary sortas="b-groff">groff</primary></indexterm>
  59. <para id="groff"><command>groff</command> is a front-end to the groff document
  60. formatting system. Normally it runs the troff program and a post-processor
  61. appropriate for the selected device.</para>
  62. <indexterm zone="ch-system-groff groffer"><primary sortas="b-groffer">groffer</primary></indexterm>
  63. <para id="groffer"><command>groffer</command> displays groff files and man pages on X
  64. and tty terminals.</para>
  65. <indexterm zone="ch-system-groff grog"><primary sortas="b-grog">grog</primary></indexterm>
  66. <para id="grog"><command>grog</command> reads files and guesses which of the groff
  67. options -e, -man, -me, -mm, -ms, -p, -s, and -t are required for printing
  68. files, and reports the groff command including those options.</para>
  69. <indexterm zone="ch-system-groff grolbp"><primary sortas="b-grolbp">grolbp</primary></indexterm>
  70. <para id="grolbp"><command>grolbp</command> is a groff driver for Canon CAPSL printers
  71. (LBP-4 and LBP-8 series laser printers).</para>
  72. <indexterm zone="ch-system-groff grolj4"><primary sortas="b-grolj4">grolj4</primary></indexterm>
  73. <para id="grolj4"><command>grolj4</command> is a driver for groff that produces output
  74. in PCL5 format suitable for an HP Laserjet 4 printer.</para>
  75. <indexterm zone="ch-system-groff grops"><primary sortas="b-grops">grops</primary></indexterm>
  76. <para id="grops"><command>grops</command> translates the output of GNU troff to
  77. Postscript.</para>
  78. <indexterm zone="ch-system-groff grotty"><primary sortas="b-grotty">grotty</primary></indexterm>
  79. <para id="grotty"><command>grotty</command> translates the output of GNU troff into
  80. a form suitable for typewriter-like devices.</para>
  81. <indexterm zone="ch-system-groff gtbl"><primary sortas="b-gtbl">gtbl</primary></indexterm>
  82. <para id="gtbl"><command>gtbl</command> is the GNU implementation of tbl.</para>
  83. <indexterm zone="ch-system-groff hpftodit"><primary sortas="b-hpftodit">hpftodit</primary></indexterm>
  84. <para id="hpftodit"><command>hpftodit</command> creates a font file for use with
  85. groff -Tlj4 from an HP-tagged font metric file.</para>
  86. <indexterm zone="ch-system-groff indxbib"><primary sortas="b-indxbib">indxbib</primary></indexterm>
  87. <para id="indxbib"><command>indxbib</command> makes an inverted index for the
  88. bibliographic databases a specified file for use with refer, lookbib,
  89. and lkbib.</para>
  90. <indexterm zone="ch-system-groff lkbib"><primary sortas="b-lkbib">lkbib</primary></indexterm>
  91. <para id="lkbib"><command>lkbib</command> searches bibliographic databases for
  92. references that contain specified keys and reports any references found.</para>
  93. <indexterm zone="ch-system-groff lookbib"><primary sortas="b-lookbib">lookbib</primary></indexterm>
  94. <para id="lookbib"><command>lookbib</command> prints a prompt on the standard error
  95. (unless the standard input is not a terminal), reads from the standard input
  96. a line containing a set of keywords, searches the bibliographic databases in
  97. a specified file for references containing those keywords, prints any
  98. references found on the standard output and repeats this process until the
  99. end of input.</para>
  100. <indexterm zone="ch-system-groff mmroff"><primary sortas="b-mmroff">mmroff</primary></indexterm>
  101. <para id="mmroff"><command>mmroff</command> is a simple preprocessor for groff.</para>
  102. <indexterm zone="ch-system-groff neqn"><primary sortas="b-neqn">neqn</primary></indexterm>
  103. <para id="neqn"><command>neqn</command> formats equations for ASCII (American Standard Code for Information Interchange) output.</para>
  104. <indexterm zone="ch-system-groff nroff"><primary sortas="b-nroff">nroff</primary></indexterm>
  105. <para id="nroff"><command>nroff</command> is a script that emulates the nroff command
  106. using groff.</para>
  107. <indexterm zone="ch-system-groff pfbtops"><primary sortas="b-pfbtops">pfbtops</primary></indexterm>
  108. <para id="pfbtops"><command>pfbtops</command> translates a Postscript font in .pfb
  109. format to ASCII.</para>
  110. <indexterm zone="ch-system-groff pic"><primary sortas="b-pic">pic</primary></indexterm>
  111. <para id="pic"><command>pic</command> compiles descriptions of pictures embedded
  112. within troff or TeX input files into commands understood by TeX or troff.</para>
  113. <indexterm zone="ch-system-groff pic2graph"><primary sortas="b-pic2graph">pic2graph</primary></indexterm>
  114. <para id="pic2graph"><command>pic2graph</command> converts a PIC diagram into a cropped
  115. image.</para>
  116. <indexterm zone="ch-system-groff pre-grohtml"><primary sortas="b-pre-grohtml">pre-grohtml</primary></indexterm>
  117. <para id="pre-grohtml"><command>pre-grohtml </command> translates the output of GNU troff
  118. to html.</para>
  119. <indexterm zone="ch-system-groff post-grohtml"><primary sortas="b-post-grohtml">post-grohtml</primary></indexterm>
  120. <para id="post-grohtml"><command>post-grohtml</command> translates the output of GNU troff
  121. to html.</para>
  122. <indexterm zone="ch-system-groff refer"><primary sortas="b-refer">refer</primary></indexterm>
  123. <para id="refer"><command>refer</command> copies the contents of a file to the
  124. standard output, except that lines between .[ and .] are interpreted as
  125. citations, and lines between .R1 and .R2 are interpreted as commands about
  126. how citations are to be processed.</para>
  127. <indexterm zone="ch-system-groff soelim"><primary sortas="b-soelim">soelim</primary></indexterm>
  128. <para id="soelim"><command>soelim</command> reads files and replaces lines of the form
  129. <emphasis>.so file</emphasis> by the contents of the mentioned
  130. <emphasis>file</emphasis>.</para>
  131. <indexterm zone="ch-system-groff tbl"><primary sortas="b-tbl">tbl</primary></indexterm>
  132. <para id="tbl"><command>tbl</command> compiles descriptions of tables embedded
  133. within troff input files into commands that are understood by troff.</para>
  134. <indexterm zone="ch-system-groff tfmtodit"><primary sortas="b-tfmtodit">tfmtodit</primary></indexterm>
  135. <para id="tfmtodit"><command>tfmtodit</command> creates a font file for use with
  136. groff -Tdvi.</para>
  137. <indexterm zone="ch-system-groff troff"><primary sortas="b-troff">troff</primary></indexterm>
  138. <para id="troff"><command>troff</command> is highly compatible with Unix troff.
  139. Usually it should be invoked using the groff command, which will also run
  140. preprocessors and post-processors in the appropriate order and with the
  141. appropriate options.</para>
  142. <indexterm zone="ch-system-groff zsoelim"><primary sortas="b-zsoelim">zsoelim</primary></indexterm>
  143. <para id="zsoelim"><command>zsoelim</command> is the GNU implementation of soelim.</para>
  144. </sect2>
  145. </sect1>