Linux Commands Examples

A great documentation place for Linux commands

fig2ps2tex

generate a TeX file for including a PostScript file


see also : latex - fig2dev - transfig

Synopsis

fig2ps2tex file


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

Fig2ps2tex generates a TeX file for including a PostScript file in a TeX document. This involves calculating the bounding box from the Postscript document. The TeX inclusion file is written to stdout.

There is also Fig2ps2tex.sh for those systems without csh and/or dc (Linux for example).

Note that the psfig macro package provides a more sophisticated approach to including Postscript files in LaTeX docuements. Fig2ps2tex works with plain TeX however.

copyright

Copyright 1994 Micah Beck

The X Consortium, and any party obtaining a copy of these files from the X Consortium, directly or indirectly, 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. This license includes without limitation a license to do the foregoing actions under any patents of the party supplying this software to the X Consortium.

usage

Assume the Postscript file is called foo.ps . The command

% fig2ps2tex foo.ps >foo.tex

will create the inclusion file with bounding information. Then include this file in your TeX document with the command

\input{foo}


see also

psfig, latex , fig2dev , transfig .


author

Micah Beck
Cornell University

Man page by George Ferguson, ferguson[:at:]cs.rochester[:dot:]edu.

How can this site be more helpful to YOU ?


give  feedback