dvips
manual in the Center library (also available as
/u/src/text/dvips/dvips.tex
), and/or the
geom.sty
manual (available as
/u/src/text/geomsty/manual.ps
. However, including
standard encapsulated PostScript files is relatively routine. General
instructions for .eps files follow. For instructions about
producing eps files with Mathematica, Maple and Geomview, consult the
web pages about making mathematical illustrations.
\input epsf
in plain TeX, and
\documentstyle[12pt,epsf]{article}
or its analog in
LaTeX.
\epsffile{filename.ps}
To scale the figure, use put the line
\epsfxsize=<dimen>
before the \epsffile{}
command. You may use any standard
TeX dimension units. This command specifies the horizontal dimension,
and the vertical dimension scales proportionally.
interface(plotdevice=ps, plotoutput=`filename.ps`);
plot
command will create the
file specified in the interface command.
PSPrint[%n]
where the output line of your graph is
n.
psfix filename.ps >
newfile.ps
to add necessary PostScript header
information to your file.
Comments to:
webmaster@geom.umn.edu
Created: Fri Sep 8 11:39:00 1995 ---
Last modified: Jun 18 1996