Re: New Code for XDVI and eps rendering

1999-01-29 Thread Lars Gullik Bjønnes
*Fred Hucht writes: | Nevertheless, switching to graphicx should be rather easy with this | code change... More changes now, before 1.0 and we will need another prerelease and postpone the release of 1.0 until 1. march Time to stop guys... Lgb

Re: XDVI and eps rendering

1999-01-29 Thread Lars Gullik Bjønnes
*Jean-Marc Lasgouttes writes: | I guess it is because it is in one special in one case, and | spanned over several in the other cases. I agree that we should | switch to using graphicx.sty someday. Many people have requested | it. We'll switch to that in 1.1.x Lgb

Re: New Code for XDVI and eps rendering

1999-01-28 Thread Fred Hucht
On Wed, 27 Jan 1999, Jean-Marc Lasgouttes wrote: JML> > "Richard" == Richard Andrews <[EMAIL PROTECTED]> writes: JML> Richard> Since my last complaint I've written some code and tested Richard> it. I've found that it works correctly. Please test it and Richard> include the code in future d

Re: New Code for XDVI and eps rendering

1999-01-27 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Andrews <[EMAIL PROTECTED]> writes: Richard> Since my last complaint I've written some code and tested Richard> it. I've found that it works correctly. Please test it and Richard> include the code in future distributions. Attached is the Richard> new code for "figins

Re: XDVI and eps rendering

1999-01-27 Thread Jean-Marc Lasgouttes
> "Fred" == Fred Hucht <[EMAIL PROTECTED]> writes: Fred> I also reported this problem some time ago. You see the problem Fred> when you disable gs rendering in xdvi using the 'v'-key. Then Fred> xdvi only paints a frame, and that frame is full size. The Fred> problem might be in xdvi, it seem

Re: XDVI and eps rendering

1999-01-27 Thread Fred Hucht
On Tue, 26 Jan 1999 [EMAIL PROTECTED] wrote: > > On Wed, 27 Jan 1999, Richard Andrews wrote: > > This is fine for postscript interpreters but under xdvi the postscript > > graphics will appear at FULL SIZE regardless of SCALE_FACTOR. The > > implimentation should be modified so that lyx creates

Re: XDVI and eps rendering

1999-01-26 Thread mressler
On Wed, 27 Jan 1999, Richard Andrews wrote: > This is fine for postscript interpreters but under xdvi the postscript > graphics will appear at FULL SIZE regardless of SCALE_FACTOR. The > implimentation should be modified so that lyx creates the following type of > latex code > [...] > > This w

New Code for XDVI and eps rendering

1999-01-26 Thread Richard Andrews
Please note: I am not suscribed to the mailing list so please send any replies directly to me. Since my last complaint I've written some code and tested it. I've found that it works correctly. Please test it and include the code in future distributions. Attached is the new code for "figi

XDVI and eps rendering

1999-01-26 Thread Richard Andrews
The way in which lyx includes image graphics needs to be changed. At present when you include a postscript figure lyx causes the following commands to be created when a latex file is produced { \par \centering\ resizebox*{ SCALE_FACTOR\columnwidth}{!} {\includegraphics{filename} } \par }