Save eps...When selecting the Save Eps entry in the File-menu, the selected pages, i.e., the pages selected on the hierarchypage or the current page, will be save to a file. If Use Pagename as filename, in the Eps setup dialog, was not selected, you will be prompted for the filename for each page. If Use Pagename as filename was selected, the diagrams will be saved in the current directory, with the Pagename and, if selected, the suffix selected in the Eps setup... dialog. You can then read the EPS file into some application and modify it, or include it in a document, e.g. include it as a figure in a LaTeX file to obtain a result as below:
![]() If you use the epsfig-package, this can be done by
\begin{figure}[!ht]
\center\epsfig{file=foo.eps}
\caption{foobar}
\end{figure}
which includes the file foo.eps in the figure with the
caption foobar.
Other options for epsfig is:
\epsfig{file=«fn»,height=«ht»,width=«wd»,clip=,angle=«deg»,%
silent=,bbllx=«blx»,bblly=«bly»,bburx=«brx»,bbury=«bry»}
where
The epsfig package is further described in The LaTeX companion by Goossens, Mittelbach and Samarin. | |
Last modified: Thu May 22 14:09:16 1997 -- Design/CPN Online admin |