DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T f

⟦592eef991⟧ TextFile

    Length: 3490 (0xda2)
    Types: TextFile
    Names: »fig2latex.1«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/Man-pages/other-manuals/fig2latex.1« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXgraphics/fig2latex/fig2latex.1« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/Man-pages/other-manuals/fig2latex.1« 

TextFile

.TH FIG2TEX 1 "11 Februrary 1988"
.SH NAME
fig2latex \- translates Fig intermediate code into PiCTeX macros
.SH SYNOPSIS
.B fig2latex
[
.B \-m
.I mag
] [
.B \-d
.I dashmag
] [
.B \-f 
.I fspec
] [
.B \-p 
.I psymbol
] [
.B \-l 
.I lwidth
] [
\fIfig-file\fR [ \fItex-file\fR ] ]
.SH DESCRIPTION
.I Fig2latex
translates fig objects in the named
.I fig-file
into LaTeX picture environement commands and puts them in
.I tex-file.
The input file
.I (fig-file)
if not present, will be the stdin.
The output file
.I (tex-file), 
if not present, will be the stdout.
.LP
Fig (Facility for Interactive Generation of figures) is a screen-oriented
tool which allows the user to draw and manipulate objects interactively.
It runs under the Suntools/Sunview window environment.
Fig2latex is compatible with Fig versions 1.3 and 1.4.

Fig2latex deals with Fig graphics objects as follows:
.TP
.B ARC:
Arcs are not supported; they are omited.
.TP
.B ELLIPSE:
Circles are translated into \circle.  LaTeX can't draw circles
beyond a certain size; fig2latex does not check for this.  Elipses are
approximated by \oval.  Slanted elipses are not supported.  Circles and
elipses can only be drawn in solid line style.
.TP
.B POLYLINE:
Polylines and polygons are translated into \line, \vector,
\framebox, and \dashbox.  The slopes of slanted lines are rounded to the
nearest slope supported by Latex.  If a slanted line is shorter than the
minimum length supported by LaTeX it is drawn as a sequence of dots (using
\multiput and \circle*).  Dashed and dotted line styles are supported.  The
dash length of slated lines can't be smaller than the minimum slated line
length supported by LaTeX; a smaller dash length is rounded up to this
minimum length.
.TP
.B SPLINE:
 Splines are not supported; they are omited.
.TP
.B TEXT:
Text objects are translated into \put{...}.  The text is preceded by
``\twltt '' to be printed in twelve point typewriter font.  This can be
changed with the -f option.

.SH OPTIONS
.TP
.B \-m
Set the magnification at which the figure is rendered to
.I mag.
Line thickness and text size are not affected.
The default is 1.0.
.TP
.B \-f 
Set the font specification command which precedes every text object in the
picture to
.I fspec.
-f: is equivalent to -f "".
The default is "\fB\\twltt\fR".
.TP
.B \-l
Sets the threshold between LaTeX thin and thick lines to 
.I lwidth
pixels.
LaTeX supports only two different line width: \thinlines and \thicklines.
Lines of width greater than
.I lwidth
pixels are drawn as \thicklines.
Also affects the size of dots in dotted line style.
The default is 2.
.TP
.B \-L
Force all lines to be LaTeX "thicklines",
regardless of the specified thickness.
Equivalent to -l 0.
.TP
.B \-v
Verbose mode.
.TP
.B \-o
Draw circles as LaTeX ovals.
This eliminates restrictions on the diameters of circles.

.SH LIMITATIONS
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.

.SH "SEE ALSO"
fig(1),
transfig(1),
fig2tex(1),
fig2ps(1),

.SH AUTHOR
Frank Schmuck
.br
Cornell University
.br
June 1, 1988
.sp
modified from Ftp, the fig-to-pic translator by the author of Fig,
.sp
Supoj Sutanthavibul (supoj@sally.utexas.edu)
.br
University of Texas at Austin, 
.br
January 29, 1985.