Re: Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-03-03 Thread Jean-Marc Lasgouttes
Kornel == Kornel Benko [EMAIL PROTECTED] writes: Kornel On Freitag, 28. Februar 2003 17:34, Jean-Marc Lasgouttes Kornel wrote: ... The problem is the following code in lyxlength.C: string const LyXLength::asLatexString() const { ostringstream buffer; switch (unit_) { case PTW: buffer

Re: Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-03-03 Thread Jean-Marc Lasgouttes
> "Kornel" == Kornel Benko <[EMAIL PROTECTED]> writes: Kornel> On Freitag, 28. Februar 2003 17:34, Jean-Marc Lasgouttes Kornel> wrote: ... >> The problem is the following code in lyxlength.C: >> >> string const LyXLength::asLatexString() const { ostringstream >> buffer; switch (unit_) { case

Re: Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-03-01 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 28. Februar 2003 17:34, Jean-Marc Lasgouttes wrote: ... The problem is the following code in lyxlength.C: string const LyXLength::asLatexString() const { ostringstream buffer; switch (unit_) { case PTW: buffer

Re: Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-03-01 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 28. Februar 2003 17:34, Jean-Marc Lasgouttes wrote: ... > The problem is the following code in lyxlength.C: > > string const LyXLength::asLatexString() const > { > ostringstream buffer; > switch (unit_) { > case PTW: >

Re: Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-02-28 Thread Jean-Marc Lasgouttes
Matthew == Matthew Brand [EMAIL PROTECTED] writes: Matthew Bravo to you all for such a well-conceived piece of software. Matthew A small bug in LaTeX generation in version 1.2.1: Matthew If you include an external graphic and specify that its Matthew dimensions should be less than 10% of some

Re: Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-02-28 Thread Jean-Marc Lasgouttes
> "Matthew" == Matthew Brand <[EMAIL PROTECTED]> writes: Matthew> Bravo to you all for such a well-conceived piece of software. Matthew> A small bug in LaTeX generation in version 1.2.1: Matthew> If you include an external graphic and specify that its Matthew> dimensions should be less than

Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-02-26 Thread Matthew Brand
Bravo to you all for such a well-conceived piece of software. A small bug in LaTeX generation in version 1.2.1: If you include an external graphic and specify that its dimensions should be less than 10% of some length unit (e.g., 5% of textwidth) the generated LaTeX incorrectly specifies

Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-02-26 Thread Matthew Brand
Bravo to you all for such a well-conceived piece of software. A small bug in LaTeX generation in version 1.2.1: If you include an external graphic and specify that its dimensions should be less than 10% of some length unit (e.g., 5% of textwidth) the generated LaTeX incorrectly specifies