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