1FIG2PS2TEX(1) General Commands Manual FIG2PS2TEX(1)
2
3
4
6 fig2ps2tex - generate a TeX file for including a PostScript file
7
8
10 fig2ps2tex file
11
12
14 Fig2ps2tex generates a TeX file for including a PostScript file in a
15 TeX document. This involves calculating the bounding box from the
16 Postscript document. The TeX inclusion file is written to stdout.
17
18 There is also Fig2ps2tex.sh for those systems without csh and/or dc
19 (Linux for example).
20
21 Note that the psfig macro package provides a more sophisticated
22 approach to including Postscript files in LaTeX docuements. Fig2ps2tex
23 works with plain TeX however.
24
25
27 Assume the Postscript file is called foo.ps . The command
28
29 % fig2ps2tex foo.ps >foo.tex
30
31 will create the inclusion file with bounding information. Then include
32 this file in your TeX document with the command
33
34 \input{foo}
35
36
38 psfig(1), latex(1), fig2dev(1), transfig(1).
39
40
42 Micah Beck
43 Cornell University
44
45 Man page by George Ferguson, ferguson@cs.rochester.edu.
46
47
49 Copyright 1994 Micah Beck
50
51 The X Consortium, and any party obtaining a copy of these files from
52 the X Consortium, directly or indirectly, is granted, free of charge, a
53 full and unrestricted irrevocable, world-wide, paid up, royalty-free,
54 nonexclusive right and license to deal in this software and documenta‐
55 tion files (the "Software"), including without limitation the rights to
56 use, copy, modify, merge, publish, distribute, sublicense, and/or sell
57 copies of the Software, and to permit persons who receive copies from
58 any such party to do so, with the only requirement being that this
59 copyright notice remain intact. This license includes without limita‐
60 tion a license to do the foregoing actions under any patents of the
61 party supplying this software to the X Consortium.
62
63
64
65 14 Mar 1991 FIG2PS2TEX(1)