logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fig2ps2tex - generate a TeX file for including a PostScript file

Author

       Micah Beck
       Cornell University

       Man page by George Ferguson, ferguson@cs.rochester.edu.

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.csh for those systems with csh and dc.

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

Name

       fig2ps2tex - generate a TeX file for including a PostScript file

See Also

psfig(1), latex(1), fig2dev(1), transfig(1).

Synopsis

fig2ps2texfile

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