229 lines
5.3 KiB
HTML
229 lines
5.3 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of TRANSFIG</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>TRANSFIG</H1>
|
|
Section: User Commands (1)<BR>Updated: Version 3.2.4 November 2002<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
transfig - creates a makefile for portable LaTeX figures
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>transfig</B>
|
|
|
|
[ -L <I>language</I> ]
|
|
[ -M <I>makefile</I> ]
|
|
[ -T <I>texfile</I> ]
|
|
[ -I <I>macrofile</I> ]
|
|
[ -V ]
|
|
[ <I>control_specs</I> figfile ... ]
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<I>Transfig</I>
|
|
|
|
creates a makefile to translate figures described in Fig code
|
|
or PIC into a specified LaTeX graphics <I>language</I>.
|
|
PIC files are identified by the suffix ".pic";
|
|
Fig files can be specified either with or without the suffix ".fig" .
|
|
Transfig also creates a TeX macro file appropriate to the target language.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>OPTIONS</H2>
|
|
|
|
The <I>language</I> specifier must be one of
|
|
<B>box,</B>
|
|
|
|
<B>cgm,</B>
|
|
|
|
<B>eepic,</B>
|
|
|
|
<B>eepicemu,</B>
|
|
|
|
<B>emf,</B>
|
|
|
|
<B>epic,</B>
|
|
|
|
<B>eps,</B>
|
|
|
|
<B>ge,</B>
|
|
|
|
<B>gif,</B>
|
|
|
|
<B>ibmgl,</B>
|
|
|
|
<B>jpeg,</B>
|
|
|
|
<B>latex,</B>
|
|
|
|
<B>map,</B>
|
|
|
|
<B>mf,</B>
|
|
|
|
<B>mmp,</B>
|
|
|
|
<B>mp,</B>
|
|
|
|
<B>pcx,</B>
|
|
|
|
<B>pdf,</B>
|
|
|
|
<B>pdftex,</B>
|
|
|
|
<B>pdftex_t,</B>
|
|
|
|
<B>pic,</B>
|
|
|
|
<B>pictex,</B>
|
|
|
|
<B>png,</B>
|
|
|
|
<B>ppm,</B>
|
|
|
|
<B>ps,</B>
|
|
|
|
<B>psfig,</B>
|
|
|
|
<B>pstex,</B>
|
|
|
|
<B>pstex_t,</B>
|
|
|
|
<B>ptk,</B>
|
|
|
|
<B>sld,</B>
|
|
|
|
<B>textyl,</B>
|
|
|
|
<B>tiff,</B>
|
|
|
|
<B>tk,</B>
|
|
|
|
<B>tpic,</B>
|
|
|
|
<B>xbm,</B>
|
|
|
|
<B>xpm</B>
|
|
|
|
or
|
|
<B>null</B>.
|
|
|
|
The specifier
|
|
<B>psfig</B>
|
|
|
|
is like the
|
|
<B>ps</B>
|
|
|
|
specifier, except that it
|
|
make use of the psfig macro package.
|
|
The specifier
|
|
<B>pstex</B>
|
|
|
|
is like
|
|
<B>psfig,</B>
|
|
|
|
except that it uses LaTeX to process formatted (special) text.
|
|
The specifier
|
|
<B>null</B>
|
|
|
|
results in the figures being replaced by empty boxes of the
|
|
appropriate size.
|
|
If no language is specified,
|
|
<B>epic</B>
|
|
|
|
is the default.
|
|
<P>
|
|
|
|
The names of the makefile and TeX macro file can be set with the
|
|
-M and -T options.
|
|
The default names are "Makefile" and "transfig.tex", respectively.
|
|
If there is already an existing <I>makefile</I> in the directory, transfig
|
|
first renames it to <I>makefile~</I>. The same holds for any existing TeX macro file.
|
|
If the -I option is specified, then a command to read in <I>macrofile</I> is
|
|
<TT> </TT>inserted into the TeX macro file.<BR>
|
|
If the -V option is specified, the program version number is printed only.
|
|
<P>
|
|
|
|
Control specifiers are
|
|
<DL COMPACT>
|
|
<DT id="1"><B>-m</B><I> mag</I><DD>
|
|
set the magnification at which the figure is rendered (default 1.0).
|
|
<DT id="2"><B>-f</B><I> font</I><DD>
|
|
set the default font family used for text objects (default "<B>rm</B>").
|
|
<DT id="3"><B>-s </B><I>fontsize</I><DD>
|
|
set the default font size (in points) for text objects (default 11*<I>mag</I>).
|
|
<DT id="4"><B>-o </B><I>option</I><DD>
|
|
pass the specified option string through to fig2dev.
|
|
</DL>
|
|
<P>
|
|
|
|
If there is no scaling, the default font is an eleven point roman font.
|
|
Language and control specifiers may occur more than once;
|
|
they affect the translation of files which appear to their
|
|
right in the argument list.
|
|
If no files are specified, then "*.fig" is assumed.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A HREF="/cgi-bin/man/man2html?l+fig">fig</A>(l),
|
|
<A HREF="/cgi-bin/man/man2html?l+fig2dev">fig2dev</A>(l),
|
|
<A HREF="/cgi-bin/man/man2html?l+pic">pic</A>(l),
|
|
<A HREF="/cgi-bin/man/man2html?l+pic2fig">pic2fig</A>(l),
|
|
<A HREF="/cgi-bin/man/man2html?l+xfig">xfig</A>(l)
|
|
<A NAME="lbAG"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
Copyright (C) 1985 Supoj Sutantavibul
|
|
<BR>
|
|
|
|
Copyright (C) 1991 Micah Beck
|
|
<BR>
|
|
|
|
Parts Copyright (C) 1991-2002 Brian Smith
|
|
<P>
|
|
|
|
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.
|
|
<P>
|
|
|
|
Any party obtaining a copy of these files is granted, free of charge, a
|
|
full and unrestricted irrevocable, world-wide, paid up, royalty-free,
|
|
nonexclusive right and license to deal in this software and
|
|
documentation files (the "Software"), including without limitation the
|
|
rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
and/or sell copies of the Software, and to permit persons who receive
|
|
copies from any such party to do so, with the only requirement being
|
|
that this copyright notice remain intact.
|
|
<P>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
Micah Beck
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="5"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="6"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="7"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="8"><A HREF="#lbAE">OPTIONS</A><DD>
|
|
<DT id="9"><A HREF="#lbAF">SEE ALSO</A><DD>
|
|
<DT id="10"><A HREF="#lbAG">COPYRIGHT</A><DD>
|
|
<DT id="11"><A HREF="#lbAH">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:28 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|