On Wed, 27 Oct 1999, Douglas Nichols wrote:

> The only thing I can see that I really need is to be able to make it
> print right- like on one page..., but maybe I can and haven't figured it
> out yet. It would be most great if I could just tell it to print on one
> page and have it scale appropiately.

main.tex :
%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{graphics}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=20mm,bmargin=20mm,lmargin=20mm,rmargin=20mm}
\begin{document}
{\centering
\resizebox*{17cm}{!}{\includegraphics{foo.eps}}
}
\newpage
{\centering
\resizebox*{!}{25.7cm}{\includegraphics{foo.eps}}
}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%

now just odvips that out through gv to select the right page.


        -- Cyrille

------------------------------------------------------------------
Oh, my god ! I'm trapped into a V90 modem !  PGP ID: A879BEF8

Reply via email to