Re: space after formula

2001-11-19 Thread Juergen Vigna
On 16-Nov-2001 John Levon wrote: Many people prefer to be CC:ed even if they are on the list. Many people post to lists when they are not subscribed. I leave the Cc: always if I'm not sure about that. I only remove it for people I know listening to the list (all developers)! Jug --

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Herbert Voss
On Mon, 19 Nov 2001, Andre Poenitz wrote: On Sat, Nov 17, 2001 at 09:46:03AM +0100, Herbert Voss wrote: void handleFeature(std::ostream os, string const name) const { if(isRequired(name)) os \usepackage{ name \}\n; } If we install a packagemanager we need something

[pietsch@mathematik.tu-chemnitz.de: lyx - figure]

2001-11-19 Thread Andre Poenitz
LyX crashes if one presses enter in the line containing the '\input' (not at the end). Backtrace attached. Andre' -- André Pönitz .. [EMAIL PROTECTED] #0 0x2ad4bbc1 in ?? () #1 0x2ad4cfe1 in ?? () #2 0x829899b in Letext () at abort.C:9 #3

Re: duplicate mail (was Re: space after formula)

2001-11-19 Thread Mate Wierdl
On Fri, Nov 16, 2001 at 09:15:43AM -0800, Kayvan A. Sylvan wrote: Add this to your procmail recipes and it will be done for you... Not everybody is mailing from Unix, and many mailers still do not respect Mail-Followup-To (pine never will). What Jurgen complains about is people hitting the

I'm worried...

2001-11-19 Thread Michael Schmitt
Hi folks, have a look at the cvs repository: ... mathed/3 days poenitzformulabase.C/1.99 ...^^ Andre, are you ill? You haven't committed _anything_ since more than 3 days!!! :-) Michael -- ===

Re: I'm worried...

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 02:40:32PM +0100, Michael Schmitt wrote: Andre, are you ill? You haven't committed _anything_ since more than 3 days!!! :-) Empty wish list ;-) Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: I'm worried...

2001-11-19 Thread Michael Schmitt
Andre Poenitz wrote: Andre, are you ill? You haven't committed _anything_ since more than 3 days!!! :-) Empty wish list ;-) Hmmm, so time has come that you switch to the LyX kernel ??? (Ok, ok, ok, I promise you not to push you into that direction anymore! (But, of course, you'd become

Re: Translation of LaTeX to LyX comments and back

2001-11-19 Thread Amir Karger
On Fri, Nov 16, 2001 at 05:08:31PM +, John Levon wrote: On Fri, Nov 16, 2001 at 02:08:07AM -0500, Matej Cepl wrote: I have again been urged to use vim for editing some document on my archaic notebook (where I use M$-DOS and vim) and I was against unpleasantly surprised, that LyX

The new minibuffer drop down stuff.

2001-11-19 Thread Angus Leeming
Forgive me if this has all been answered in my absence. Couldn't see anything in the archives though... two comments: * it'd be nice to be able to select one of the displayed choices using the mouse. * how permanent is this implementation envisaged to be? I think it shouldn't drop down below

Re: The new minibuffer drop down stuff.

2001-11-19 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Forgive me if this has all been answered in my absence. Angus Couldn't see anything in the archives though... Angus two comments: * it'd be nice to be able to select one of the Angus displayed choices using the mouse. You have to

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Jean-Marc Lasgouttes
Michael == Michael A Koziarski [EMAIL PROTECTED] writes: Michael This is the last patch I'll be able to contribute till late Michael next week some time. Hopefully there's nothing that can Michael prevent it being applied. I have applied this patch, after determining that the problems I have

Re: Bibliography style

2001-11-19 Thread Jean-Marc Lasgouttes
Herbert == Herbert Voss [EMAIL PROTECTED] writes: Allan Rae wrote: BTW, duplicate entries aren't removed from the lists in the TeXInputs dialog even after sorting when paths are hidden. I think they should be (actually the very first entry seems to be filtered if duplicated but none of the

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 3:39 pm, Jean-Marc Lasgouttes wrote: Michael == Michael A Koziarski [EMAIL PROTECTED] writes: Michael This is the last patch I'll be able to contribute till late Michael next week some time. Hopefully there's nothing that can Michael prevent it being applied.

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 03:53:48PM +, Angus Leeming wrote: On Monday 19 November 2001 3:39 pm, Jean-Marc Lasgouttes wrote: I'm dammed if I know what header file I need to include... Try iterator and tell me if that helps. Andre' -- André Pönitz

Patch: Fix return value of InsetFormula::latex

2001-11-19 Thread Dekel Tsur
I've attached a patch that fix the return value of InsetFormula::latex. The fix is done by counting the number of \n chars in every string that is written to WriteStream. A more efficient solution is to check for \n only in WriteStream::operator(char c), but this will make the code ugly, because

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 4:03 pm, Andre Poenitz wrote: On Mon, Nov 19, 2001 at 03:53:48PM +, Angus Leeming wrote: On Monday 19 November 2001 3:39 pm, Jean-Marc Lasgouttes wrote: I'm dammed if I know what header file I need to include... Try iterator and tell me if that helps. No

Re: Patch: Fix return value of InsetFormula::latex

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 06:37:23PM +0200, Dekel Tsur wrote: I've attached a patch that fix the return value of InsetFormula::latex. The fix is done by counting the number of \n chars in every string that is written to WriteStream. Looks ok. You could apply/commit it if you want, I have a few

Re: Graphics

2001-11-19 Thread Herbert Voss
Garst R. Reese wrote: Maybe this would be better as a 1.3 thing. The Old-graphics is limited to ps and eps, but it works. The new graphics is a great idea, but seems to be a long way away from predictable. - it takes now a long time when opening a doc with a lot of images for the

Re: Graphics

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 5:19 pm, Herbert Voss wrote: Garst R. Reese wrote: Maybe this would be better as a 1.3 thing. The Old-graphics is limited to ps and eps, but it works. The new graphics is a great idea, but seems to be a long way away from predictable. - it takes now a

Re: Graphics

2001-11-19 Thread Herbert Voss
Angus Leeming wrote: On Monday 19 November 2001 5:19 pm, Herbert Voss wrote: - it takes now a long time when opening a doc with a lot of images for the converting to pbm We can fix this. Indeed, I almost have! (Although the fix probably won't appear anytime soon.) what's about

Re: Graphics

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 7:18 pm, Herbert Voss wrote: - it takes now a long time when opening a doc with a lot of images for the converting to pbm We can fix this. Indeed, I almost have! (Although the fix probably won't appear anytime soon.) what's about woth a button don't

Re: Graphics

2001-11-19 Thread Herbert Voss
Angus Leeming wrote: On Monday 19 November 2001 7:18 pm, Herbert Voss wrote: - it takes now a long time when opening a doc with a lot of images for the converting to pbm We can fix this. Indeed, I almost have! (Although the fix probably won't appear anytime soon.) what's about woth

bug report

2001-11-19 Thread kovzol
Hi LyX Developers, I have been using LyX for more than 4 years with lots of success and joy. Thank you for your great work and effort making LyX so nice and beautiful. I also teach LyX at the University of Szeged, at Bolyai Institute, for mathematics teachers. I also wrote my thesis and all my

quotation marks ...

2001-11-19 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, I have a question about quotation marks (LyX 1.1.6 fix2). My wife told me that she got mad when trying to change the style of quotation marks, she marked all and tried to change the style and nothing happend. I could not trust, I tried - the same. Do I really have to delete each

Re: [pietsch@mathematik.tu-chemnitz.de: lyx - figure]

2001-11-19 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 02:47:06PM +1000, Allan Rae wrote: LyX crashes if one presses enter in the line containing the '\input' (not at the end). Backtrace attached. I think this is a variation of the delete/backspace to join two paragraphs containing an inset problem -- except this is

Re: bug report

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 09:41:42PM +0100, kovzol wrote: Second problem. I would like to use \angle in a figure caption but I get a LaTeX error during generating the DVI file. Is this a LaTeX bug? Write \protect immediately before \angle Andre' -- André Pönitz

Re: space after formula

2001-11-19 Thread Juergen Vigna
On 16-Nov-2001 John Levon wrote: > Many people prefer to be CC:ed even if they are on the list. > Many people post to lists when they are not subscribed. I leave the Cc: always if I'm not sure about that. I only remove it for people I know listening to the list (all developers)! Jug

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Herbert Voss
On Mon, 19 Nov 2001, Andre Poenitz wrote: > On Sat, Nov 17, 2001 at 09:46:03AM +0100, Herbert Voss wrote: > > >void handleFeature(std::ostream os, string const ) const > > >{ > > > if(isRequired(name)) > > >os << "\usepackage{" << name << "\}\n"; > > >} > > > > > If we install a

[pietsch@mathematik.tu-chemnitz.de: lyx - figure]

2001-11-19 Thread Andre Poenitz
LyX crashes if one presses enter in the line containing the '\input' (not at the end). Backtrace attached. Andre' -- André Pönitz .. [EMAIL PROTECTED] #0 0x2ad4bbc1 in ?? () #1 0x2ad4cfe1 in ?? () #2 0x829899b in Letext () at abort.C:9 #3

Re: duplicate mail (was Re: space after formula)

2001-11-19 Thread Mate Wierdl
On Fri, Nov 16, 2001 at 09:15:43AM -0800, Kayvan A. Sylvan wrote: > Add this to your procmail recipes and it will be done for you... Not everybody is mailing from Unix, and many mailers still do not respect Mail-Followup-To (pine never will). What Jurgen complains about is people hitting the

I'm worried...

2001-11-19 Thread Michael Schmitt
Hi folks, have a look at the cvs repository: ... mathed/3 days poenitzformulabase.C/1.99 ...^^ Andre, are you ill? You haven't committed _anything_ since more than 3 days!!! :-) Michael -- ===

Re: I'm worried...

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 02:40:32PM +0100, Michael Schmitt wrote: > Andre, are you ill? You haven't committed _anything_ since more than 3 > days!!! :-) Empty wish list ;-) Andre' -- André Pönitz .. [EMAIL PROTECTED]

Re: I'm worried...

2001-11-19 Thread Michael Schmitt
Andre Poenitz wrote: >>Andre, are you ill? You haven't committed _anything_ since more than 3 >>days!!! :-) > > Empty wish list ;-) Hmmm, so time has come that you switch to the LyX kernel ??? (Ok, ok, ok, I promise you not to push you into that direction anymore! (But, of course, you'd

Re: Translation of LaTeX to LyX comments and back

2001-11-19 Thread Amir Karger
On Fri, Nov 16, 2001 at 05:08:31PM +, John Levon wrote: > On Fri, Nov 16, 2001 at 02:08:07AM -0500, Matej Cepl wrote: > > > I have again been urged to use vim for editing some > > document on my archaic notebook (where I use M$-DOS and vim) and > > I was against unpleasantly surprised, that

The new minibuffer drop down stuff.

2001-11-19 Thread Angus Leeming
Forgive me if this has all been answered in my absence. Couldn't see anything in the archives though... two comments: * it'd be nice to be able to select one of the displayed choices using the mouse. * how permanent is this implementation envisaged to be? I think it shouldn't drop down below

Re: The new minibuffer drop down stuff.

2001-11-19 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Forgive me if this has all been answered in my absence. Angus> Couldn't see anything in the archives though... Angus> two comments: * it'd be nice to be able to select one of the Angus> displayed choices using the mouse. You

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Jean-Marc Lasgouttes
> "Michael" == Michael A Koziarski <[EMAIL PROTECTED]> writes: Michael> This is the last patch I'll be able to contribute till late Michael> next week some time. Hopefully there's nothing that can Michael> prevent it being applied. I have applied this patch, after determining that the

Re: Bibliography style

2001-11-19 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> Allan Rae wrote: BTW, duplicate entries aren't removed from the >> lists in the TeXInputs dialog even after sorting when paths are >> hidden. I think they should be (actually the very first entry seems >> to be filtered if duplicated

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 3:39 pm, Jean-Marc Lasgouttes wrote: > > "Michael" == Michael A Koziarski <[EMAIL PROTECTED]> writes: > > Michael> This is the last patch I'll be able to contribute till late > Michael> next week some time. Hopefully there's nothing that can > Michael> prevent it

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 03:53:48PM +, Angus Leeming wrote: > On Monday 19 November 2001 3:39 pm, Jean-Marc Lasgouttes wrote: > I'm dammed if I know what header file I need to include... Try and tell me if that helps. Andre' -- André Pönitz ..

Patch: Fix return value of InsetFormula::latex

2001-11-19 Thread Dekel Tsur
I've attached a patch that fix the return value of InsetFormula::latex. The fix is done by counting the number of \n chars in every string that is written to WriteStream. A more efficient solution is to check for \n only in WriteStream::operator<<(char c), but this will make the code ugly,

Re: [PATCH] LaTeXFeatures.[Ch] cleanup

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 4:03 pm, Andre Poenitz wrote: > On Mon, Nov 19, 2001 at 03:53:48PM +, Angus Leeming wrote: > > On Monday 19 November 2001 3:39 pm, Jean-Marc Lasgouttes wrote: > > I'm dammed if I know what header file I need to include... > > Try and tell me if that helps. No

Re: Patch: Fix return value of InsetFormula::latex

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 06:37:23PM +0200, Dekel Tsur wrote: > I've attached a patch that fix the return value of InsetFormula::latex. > The fix is done by counting the number of \n chars in every string that is > written to WriteStream. Looks ok. You could apply/commit it if you want, I have a

Re: Graphics

2001-11-19 Thread Herbert Voss
Garst R. Reese wrote: > Maybe this would be better as a 1.3 thing. > The Old-graphics is limited to ps and eps, but it works. > The new graphics is a great idea, but seems to be a long way away from > predictable. - it takes now a long time when opening a doc with a lot of images for

Re: Graphics

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 5:19 pm, Herbert Voss wrote: > Garst R. Reese wrote: > > > Maybe this would be better as a 1.3 thing. > > The Old-graphics is limited to ps and eps, but it works. > > The new graphics is a great idea, but seems to be a long way away from > > predictable. > > > > -

Re: Graphics

2001-11-19 Thread Herbert Voss
Angus Leeming wrote: > On Monday 19 November 2001 5:19 pm, Herbert Voss wrote: >>- it takes now a long time when opening a doc with a lot of images >> for the converting to pbm >> > > We can fix this. Indeed, I almost have! (Although the fix probably won't > appear anytime soon.)

Re: Graphics

2001-11-19 Thread Angus Leeming
On Monday 19 November 2001 7:18 pm, Herbert Voss wrote: > >>- it takes now a long time when opening a doc with a lot of images > >>for the converting to pbm > > We can fix this. Indeed, I almost have! (Although the fix probably won't > > appear anytime soon.) > what's about woth a button

Re: Graphics

2001-11-19 Thread Herbert Voss
Angus Leeming wrote: > On Monday 19 November 2001 7:18 pm, Herbert Voss wrote: > - it takes now a long time when opening a doc with a lot of images for the converting to pbm > >>>We can fix this. Indeed, I almost have! (Although the fix probably won't >>>appear anytime soon.)

bug report

2001-11-19 Thread kovzol
Hi LyX Developers, I have been using LyX for more than 4 years with lots of success and joy. Thank you for your great work and effort making LyX so nice and beautiful. I also teach LyX at the University of Szeged, at Bolyai Institute, for mathematics teachers. I also wrote my thesis and all my

quotation marks ...

2001-11-19 Thread Dr. Ing. Dieter Jurzitza
Dear listmembers, I have a question about quotation marks (LyX 1.1.6 fix2). My wife told me that she got mad when trying to change the style of quotation marks, she marked all and tried to change the style and nothing happend. I could not trust, I tried - the same. Do I really have to delete each

Re: [pietsch@mathematik.tu-chemnitz.de: lyx - figure]

2001-11-19 Thread Andre Poenitz
On Tue, Nov 20, 2001 at 02:47:06PM +1000, Allan Rae wrote: > > LyX crashes if one presses enter in the line containing the '\input' (not > > at the end). Backtrace attached. > > I think this is a variation of the "delete/backspace to join two > paragraphs containing an inset" problem -- except

Re: bug report

2001-11-19 Thread Andre Poenitz
On Mon, Nov 19, 2001 at 09:41:42PM +0100, kovzol wrote: > Second problem. I would like to use \angle in a figure caption but I > get a LaTeX error during generating the DVI file. Is this a LaTeX bug? Write \protect immediately before \angle Andre' -- André Pönitz