The latest CVS version of dia can do the fit to page thing.  Just right
click on the diagram, choose file then page setup.  Set the page size,
orientation and margins appropriately, then click fit to page.  It will
set the scaling constant so that image will fit to the page.

I guess this will be available in 0.81 which may come out in a bit (there
were a number of brown paper bag over the head type bugs in 0.80 -- quite
a few in the code I added).  Another reason for putting out a 0.81 release
would be to bring translations up to date.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Thu, 28 Oct 1999, Cyrille Chepelov (home) wrote:

> 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