|
NAMEgrodvi - convert groff output to TeX dvi formatSYNOPSISgrodvi [ -dv ] [ -wn ] [ -Fdir ] [ files... ]It is possible to have whitespace between a command line option and its parameter. DESCRIPTIONgrodvi is a driver for groff that produces TeX dvi format. Normally it should be run by groff -Tdvi. This will run troff -Tdvi; it will also input the macros /usr/local/share/groff/1.18.1/tmac/dvi.tmac; if the input is being preprocessed with eqn it will also input /usr/local/share/groff/1.18.1/font/devdvi/eqnchar.The dvi file generated by grodvi can be printed by any correctly-written dvi driver. The troff drawing primitives are implemented using the tpic version 2 specials. If the driver does not support these, the \D commands will not produce any output. There is an additional drawing command available:
The groff command \X'anything' is translated into the same command in the dvi file as would be produced by \special{anything} in TeX; anything may not contain a newline. For inclusion of EPS image files, grodvi loads pspic.tmac automatically, providing the PSPIC macro. Please check grops (1) for a detailed description of this macro. Font files for grodvi can be created from tfm files using tfmtodit(1). The font description file should contain the following additional commands:
These are automatically generated by tfmtodit. The default color for \m and \M is black. Currently, the drawing color for \D commands is always black, and fill color values are translated to gray. In troff the \N escape sequence can be used to access characters by their position in the corresponding tfm file; all characters in the tfm file can be accessed this way. OPTIONS
USAGEThere are styles called R, I, B, and BI mounted at font positions 1 to 4. The fonts are grouped into families T and H having members in each of these styles:
There are also the following fonts which are not members of a family:
Special fonts are MI (cmmi10), S (cmsy10), EX (cmex10), and, perhaps surprisingly, TR, TI, and CW, due to the different font encodings of text fonts. For italic fonts, CWI is used instead of CW. Finally, the symbol fonts of the American Mathematical Society are available as special fonts SA (msam10) and SB (msbm10). These two fonts are not mounted by default. Using the option -mec (loading the file ec.tmac) EC and TC fonts are used. The design of the EC family is very similar to that of the CM fonts; additionally, they give a much better coverage of groff symbols. Note that ec.tmac must be called before any language-specific files; it doesn't take care of hcode values. FILES
BUGSDvi files produced by grodvi use a different resolution (57816 units per inch) to those produced by TeX. Incorrectly written drivers which assume the resolution used by TeX, rather than using the resolution specified in the dvi file will not work with grodvi.When using the -d option with boxed tables, vertical and horizontal lines can sometimes protrude by one pixel. This is a consequence of the way TeX requires that the heights and widths of rules be rounded. SEE ALSOtfmtodit(1), groff(1), troff(1), groff_out(5), groff_font(5), groff_char(7)
Visit the GSP FreeBSD Man Page Interface. |