*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
*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
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
> "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
> "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
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
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
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
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
}