Table of Contentsfig2dev - translates Fig code to various graphics languages
fig2dev -L language [ -m mag ] [ -f font ] [ -s fsize ] [ other options ] [ fig-file [ out-file ] ]
Fig2dev translates fig code in the named fig-file into the specified graphics language and puts them in out-file. The default fig-file and out-file are standard input and standard output, respectively Fig (Facility for Interactive Generation of figures) is a screen-oriented tool which allows the user to draw and manipulate objects interactively. Various versions of Fig run under the Suntools/Sunview window environment and under version 11 of the X Windows System. Fig2dev is compatible with Fig versions 1.3, 1.4, 2.0, and 2.1.
- -L
- Set the output graphics language. Valid languages are box, epic, eepic, eepicemu, ibmgl, latex, null, pic, pictex, ps, pstex, pstex_t,textyl, and tpic.
- -m
- Set the magnification at which the figure is rendered to mag. The default is 1.0.
- -f
- Set the default font used for text objects to font. The default is Roman; the format of this option depends on the graphics language in use. In TeX-based languages, the font is the base of the name given in lfonts.tex, for instance In PostScript, it is any font name known to the printer or interpreter.
- -s
- Set the default font size (in points) for text objects to fsize. The default is 11*mag, and thus is scaled by the -m option. If there is no scaling, the default font is eleven point Roman."
- -V
- Print the program version number only.
- other options
- The other options are specific to the choice of graphics language, as described below.
EPIC is an enhancement to LaTeX picture drawing environment. It was developed by Sunil Podar of Department of Computer Science in S.U.N.Y at Stony Brook. EEPIC is an extension to EPIC and LaTeX picture drawing environment which uses tpic specials as a graphics mechanism. It was written by Conrad Kwok of Division of Computer Science at University of California, Davis.
EEPIC-EMU is an EEPIC emulation package which does not use tpic specials.
- -l
- Use "\thicklines" when width of the line is wider than lwidth. The default is 2.
- -v
- Include comments in the output file.
- -P
- Generate a complete LaTeX file. In other words, the output file can be formatted without requiring any changes. The additional text inserted in the beginning and at the end of the file is controlled by the configuration parameter "Preamble" and "Postamble".
- -S
- Set the scale to which the figure is rendered. This option automatically sets the magnification and size to scale / 12 and scale respectively.
- -W
- Enable variable line width
- -w
- Disable variable line width. Only "\thicklines" and/or "\thinlines" commands will be generated in the output file.
When variable line width option is enabled, "\thinlines" command is still used when line width is less than LineThick. One potential problem is that the width of "\thinlines" is 0.4pt but the resolution of Fig is 1/80 inch (approx. 1pt). If LineThick is set to 2, normal lines will be drawn in 0.4pt wide lines but the next line width is already 2pt. One possible solution is to set LineThick to 1 and set the width of the those lines you want to be drawn in "\thinlines" to 0.
Due to this problem, Variable line width VarWidth is defaulted to be false.
IBM-GL (International Business Machines Graphics Language) is compatible with HP-GL (Hewlett-Packard Graphics Language). - -a
- Select ISO A4 (ANSI A) paper size if the default is ANSI A (ISO A4) paper size.
- -c
- Generate instructions for an IBM 6180 Color Plotter with (without) an IBM Graphics Enhancement Cartridge (IBM-GEC).
- -d
- Restrict plotting to a rectangular area of the plotter paper which has a lower left hand corner at (xll,yll) and a upper right hand corner at (xur,yur). All four numbers are in inches and follow -d in a comma-sparated list - xll,yll,xur,yur - with no spaces between them.
- -f
- Load text character specifications from the table in the fonts file. The table must have 36 entries - one for each font plus a default. Each entry consists of 5 numbers which specify the 1.) standard character set (0 - 4, 6 - 9, 30 - 39), 2.) alternate character set (0 - 4, 6 - 9, 30 - 39), 3.) character slant angle (degrees), 4.) character width scale factor and 5.) character height scale factor.
- -l
- Load area fill line patterns from the table in the patterns file. The table must have 21 entries - one for each of the area fill patterns. Each entry consists of 5 numbers which specify the 1.) pattern number (-1 - 6), 2.) pattern length (inches), 3.) fill type (1 - 5), 4.) fill spacing (inches) and 5.) fill angle (degrees).
- -m
- The magnification may appear as the first element in a comma sepatated list - mag,x0,y0 - where the second and third parameters specify an offset in inches.
- -p
- Load plotter pen specifications from the table in the pens file. The table must have 9 entries - one for each color plus a default. Each entry consists of 2 numbers which specify the 1.) pen number (1 - 8) and 2.) pen thickness (millimeters).
- -P
- Rotate the figure to portrait mode. The default is landscape mode.
- -S
- Set the pen speed to speed (centimeters/second).
- -v
- Plot the figure upside-down in portrait mode or backwards in landscape mode. This allows you to write on the top surface of overhead transparencies without disturbing the plotter ink on the bottom surface.
Fig2dev may be installed with either ANSI A or ISO A4 default paper size. The -a option selects the alternate paper size. Fig2dev does not fill closed splines. The IBM-GEC is required to fill other polygons. Fig2dev may be installed for plotters with or without the IBM-GEC. The -c option selects the alternate instruction set.
- -l
- Sets the threshold between LaTeX thin and thick lines to lwidth pixels. LaTeX supports only two different line width: \thinlines and \thicklines. Lines of width greater than lwidth pixels are drawn as \thicklines. Also affects the size of dots in dotted line style. The default is 0.
- -d
- Set a separate magnification for the length of line dashes to dmag.
- -v
- Verbose mode.
LaTeX cannot accurately represent all the graphics objects which can be described by Fig. For example, the possible slopes which lines may have are limited. Some objects, such as spline curves, cannot be drawn at all. Fig2latex chooses the closest possible line slope, and prints error messages when objects cannot be drawn accurately
- -p
- Enables the use of certain PIC extensions which are known to work with the groff package; compatibility with DWB PIC is unknown. The extensions enabled by each option are:
- arc
- Allow ARC_BOX i.e. use rounded corners
- line
- Use the 'line_thickness' value
- fill
- Allow ellipses to be filled
- all
- Use all of the above
- psfont
- Don't convert Postscript fonts generic type (useful for files going to be Ditroff'ed for and printed on PS printer). DWB-compatible.
- allps
- Use all of the above (i.e. "all" + "psfont")
In order to include PiCTeX pictures into a document, it is necessary to load the PiCTeX macros. PiCTeX uses TeX integer register arithmetic to generate curves, and so it is very slow. PiCTeX draws curves by \put-ing the psymbol repeatedly, and so requires a large amount of TeX's internal memory, and generates large DVI files. The size of TeX's memory limits the number of plot symbols in a picture. As a result, it is best to use PiCTeX to generate small pictures.
With PostScript, Fig can be used to create large posters. The figure will be created by printing multiple pages which can be glued together. Due to memory limitations of most laser printers, the figure should not be too complicated. Great for text with very big letters. Text can now include various ISO-character codes above 0x7f, which is useful for language specific characters to be printed directly. Not all ISO-characters are implemented.
Color support: Colored objects created by Fig can be printed on a color postscript printer. Currently 8 colors are supported: black, blue, green, cyan, red, magenta, yellow, white. On a monochrome printer, colored objects will be mapped into different grayscales. Filled objects are printed using the given grayscale. If filled with grayscale set to 100%, the object will be filled with the same color as the enclosing line.
- -c
- option centers the figure on the page. The centering may not be accurate if there are texts in the fig_file that extends too far to the right of other objects.
- -l dummy_arg
- Rotate figure to landscape mode. The dummy argument is ignored, but must appear on the command line for reasons of compatibility.
- -P
- indicates that the figure describes a full page which will not necessarily be inserted into a document, but can be sent directly to a PS printer. This ensures that a showpage command is inserted at the end of the figure, and inhibits translation of the figure coordinate system.
- The
- pstex language is a variant of ps which suppresses formatted (special) text. The pstex_t language has the complementary behavior: it generates only LaTeX commands necessary to position special text, and to overlay the PostScript file generated using pstex. These two drivers can be used to generate a figure which combines the flexibility of PostScript graphics with LaTeX text formatting of special text.
- The
- pstex_t option -p file specifies the name of the PostScript file to be overlaid. If not set or its value is null then no PS file will be inserted.
There are no TeXtyl-specific options.
There are no tpic-specific options.
[x]fig(1), pic(1) pic2fig(1), transfig(1) Copyright (c) 1985 Supoj Sutantavibul
Copyright (c) 1991 Micah Beck Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The authors make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Micah Beck
Cornell University
Sept 28 1990 and Frank Schmuck (then of Cornell University)
and Conrad Kwok (then of U.C. Davis).
drivers contributed by
Jose Alberto Fernandez R. (U. of Maryland)
and Gary Beihl (MCC)
Color support, ISO-character encoding and poster support by
Herbert Bauer (heb@regent.e-technik.tu-muenchen.de)
Modified from f2p (fig to PIC), by the author of Fig
Supoj Sutanthavibul (supoj@sally.utexas.edu)
University of Texas at Austin.
Table of Contents
www.fiveanddime.net