[Tugindia] Eps Reduction

tugindia@tug.org tugindia@tug.org
Wed, 29 Jan 2003 18:50:12 +0530 (IST)


On Wed, 29 Jan 2003, S.Ragu wrote:

> Dear
> I likes to minimize the EPS file to 90% of their dimentions. Is any
> options available in epsf.sty.
> \begin{figure}
> \centerline{\epsfxsize=158pt\epsffile[22 50 198 247]{ragu.eps}}
> \caption{......}
> \end{figure}

please try the following

\begin{figure}
\def\epsfsize#1#2{0.5#1}
\centerline{\epsffile{ragu.eps}}
\caption{......}
\end{figure}

ps: 0.5 stands for 50%. if you want 25%, code should be 
    \def\epsfsize#1#2{0.25#1}


-- 
many thanks
shan