[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(mgp-users 00200) Re: printable copies of slides



Pierre Baudracco wrote:
> 
> Alan Robertson wrote:
> >
> > >         how about mgp2ps?  if you need multiple pages on single paper
> > >         use pstops with it.
> >
> > It doesn't show the whole slide.  The bottom is almost always cropped off,
> > losing the last line or two of the slide.  Is there a way to get around
> > that?
> 
> There is a fix for mgp2ps to correct that.
> It was for magicpoint 1.04 by FABIEN COHELO.
> 
> It's a line to change in print.c
> Line 490 on magicpoint 1.04a, line 574 on magicpoint 1.06a
> # replace
> char_size = window_height * cp->cti_value / 100;
> # by
> char_size = window_height * (cp->cti_value-1) / 100;
> 
> recompile. It works great for me.
> 


Please fix this in the next release.  This fix works fine for me.

I am still having trouble with graphics being printed correctly.

Whom should I send the source files to?

	Thanks!

	-- Alan Robertson
	   alanr@bell-labs.com