1TRANSFIG(1) General Commands Manual TRANSFIG(1)
2
3
4
6 transfig - creates a makefile for portable LaTeX figures
7
9 transfig [ -L language ] [ -M makefile ] [ -T texfile ] [ -I macrofile
10 ] [ -V ] [ control_specs figfile ... ]
11
13 Transfig creates a makefile to translate figures described in Fig code
14 or PIC into a specified LaTeX graphics language. PIC files are identi‐
15 fied by the suffix ".pic"; Fig files can be specified either with or
16 without the suffix ".fig" . Transfig also creates a TeX macro file
17 appropriate to the target language.
18
20 The language specifier must be one of box, cgm, eepic, eepicemu, emf,
21 epic, eps, ge, gif, ibmgl, jpeg, latex, map, mf, mmp, mp, pcx, pdf,
22 pdftex, pdftex_t, pic, pictex, png, ppm, ps, psfig, pstex, pstex_t,
23 ptk, sld, textyl, tiff, tk, tpic, xbm, xpm or null. The specifier
24 psfig is like the ps specifier, except that it make use of the psfig
25 macro package. The specifier pstex is like psfig, except that it uses
26 LaTeX to process formatted (special) text. The specifier null results
27 in the figures being replaced by empty boxes of the appropriate size.
28 If no language is specified, epic is the default.
29
30 The names of the makefile and TeX macro file can be set with the -M and
31 -T options. The default names are "Makefile" and "transfig.tex",
32 respectively. If there is already an existing makefile in the direc‐
33 tory, transfig first renames it to makefile~. The same holds for any
34 existing TeX macro file. If the -I option is specified, then a command
35 to read in macrofile is inserted into the TeX macro file. If the
36 -V option is specified, the program version number is printed only.
37
38 Control specifiers are
39
40 -m mag set the magnification at which the figure is rendered (default
41 1.0).
42
43 -f font
44 set the default font family used for text objects (default
45 "rm").
46
47 -s fontsize
48 set the default font size (in points) for text objects (default
49 11*mag).
50
51 -o option
52 pass the specified option string through to fig2dev.
53
54 If there is no scaling, the default font is an eleven point roman font.
55 Language and control specifiers may occur more than once; they affect
56 the translation of files which appear to their right in the argument
57 list. If no files are specified, then "*.fig" is assumed.
58
60 fig(l), fig2dev(l), pic(l), pic2fig(l), xfig(l)
61
63 Copyright (C) 1985 Supoj Sutantavibul
64 Copyright (C) 1991 Micah Beck
65 Parts Copyright (C) 1991-2002 Brian Smith
66
67 THE AUTHORS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
68 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
69 EVENT SHALL THE AUTHORS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSE‐
70 QUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
71 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
72 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER‐
73 FORMANCE OF THIS SOFTWARE.
74
75 Any party obtaining a copy of these files is granted, free of charge, a
76 full and unrestricted irrevocable, world-wide, paid up, royalty-free,
77 nonexclusive right and license to deal in this software and documenta‐
78 tion files (the "Software"), including without limitation the rights to
79 use, copy, modify, merge, publish, distribute, sublicense, and/or sell
80 copies of the Software, and to permit persons who receive copies from
81 any such party to do so, with the only requirement being that this
82 copyright notice remain intact.
83
84
86 Micah Beck
87
88
89
90 Version 3.2.4 November 2002 TRANSFIG(1)