[patch] selection inside insets

2004-02-16 Thread Alfredo Braunstein
intermediate lines are not showing blue. Alfredo Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.1807 diff -u -p -u -r1.1807 ChangeLog --- ChangeLog 15 Feb 2004 20:05:16 -

Re: [patch] selection inside insets

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 10:18:07AM +0100, Alfredo Braunstein wrote: intermediate lines are not showing blue. Thanks. Andre'

Re: Just in case this code leaks to the public...

2004-02-16 Thread Andre Poenitz
On Sat, Feb 14, 2004 at 07:45:50PM +0200, Martin Vermeer wrote: - // FIXME: goddamn InsetTabular makes us pass a Buffer + // FIXME: elided InsetTabular makes us pass a Buffer What's wrong with precise decriptions of problems? Andre'

Re: [patch] IU...

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 11:03:39AM +0100, Andre' Poenitz wrote: This brings tabulars back from zombie state to 'staggering zombie' state. Left/Right should work, even (partially) with selection, up/down crashes (most of the time...) I forgot to add: This also removes almost all of the

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Jean-Marc Lasgouttes
Ling == Ling Li [EMAIL PROTECTED] writes: Ling On Fedora Linux 1, kernel 2.6, configured with --disable-debug Ling --enable-compression-support --with-aspell --disable-warnings Ling --disable-assertions --with-frontend=xforms qt Ling Compiled OK. lyx-xforms crashes several seconds after

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 12:51:23PM +0100, Jean-Marc Lasgouttes wrote: Ling == Ling Li [EMAIL PROTECTED] writes: Ling On Fedora Linux 1, kernel 2.6, configured with --disable-debug Ling --enable-compression-support --with-aspell --disable-warnings Ling --disable-assertions

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 12:59:19PM +0100, Andre' Poenitz wrote: On Mon, Feb 16, 2004 at 12:51:23PM +0100, Jean-Marc Lasgouttes wrote: Ling == Ling Li [EMAIL PROTECTED] writes: Ling On Fedora Linux 1, kernel 2.6, configured with --disable-debug Ling --enable-compression-support

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Angus Leeming wrote: Georg Baum wrote: I found no clean and easy way to make CreateBufferTmpDir() always succeed, so I gave up on that. However, I made CreateLyXTmpDir() always succeed by exiting if the temp dir could not be created. The buffer tmp dirs are sub directories of LyXTmpDir.

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 12:51:23PM +0100, Jean-Marc Lasgouttes wrote: I can confirm this. Andre', here is a part of the relevant backtrace, without debug info, but the problem seems clear enough: Fixed. Andre'

Re: [patch] tmp file stuff

2004-02-16 Thread Jose' Matos
On Sunday 15 February 2004 21:22, Georg Baum wrote: [...] The patch furthermore makes some functions const (a leftover from some earlier experiments, but it cannot hurt), some other minor changes and removes the version check of insetgraphics. It is not needed anymore, because lyx2lyx handles

Re: [patch] tmp file stuff

2004-02-16 Thread Angus Leeming
Georg Baum wrote: The buffer tmp dirs are sub directories of LyXTmpDir. If you can create LyXTmpDir yet fail to create BufferTmpDir then I suspect that lyx should refuse to open the buffer and should probably exit with a very loud complaint. Do you mean that exiting from within the buffer

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Georg Baum wrote: The buffer tmp dirs are sub directories of LyXTmpDir. If you can create LyXTmpDir yet fail to create BufferTmpDir then I suspect that lyx should refuse to open the buffer and should probably exit with a very loud

[patch] more coords

2004-02-16 Thread Alfredo Braunstein
Switch to absolute coordinates in LyXText::setCursorFromCoords actually cures a bit of problems as we assumed that this was done already in some places. Alfredo ? ChangeLog-old ? PosIterator.C-save ? PosIterator.h-save ? bfri.C ? textcursor.C-save ? textcursor.h-save ?

Re: [patch] more coords

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 02:05:54PM +0100, Alfredo Braunstein wrote: Switch to absolute coordinates in LyXText::setCursorFromCoords actually cures a bit of problems as we assumed that this was done already in some places. This certainly looks good. Andre'

Re: [patch] tmp file stuff

2004-02-16 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: But can this really happen, or is it just a theoretical question? (Aside: as a mathematician, I though you found theory important?) The simple answer is: I don't know. It's hard to imagine such a case isn't it. -- Angus

Re: [patch] tmp file stuff

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 02:07:30PM +, Angus Leeming wrote: Jean-Marc Lasgouttes wrote: But can this really happen, or is it just a theoretical question? (Aside: as a mathematician, I though you found theory important?) The simple answer is: I don't know. It's hard to imagine such a

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: But can this really happen, or is it just a theoretical question? Angus (Aside: as a mathematician, I though you found theory Angus important?) Well as somebody who does modeling, I start by doing the

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Given the mantra lyx should never crash, I'd prefer it if lyx Angus just refused to construct the buffer. We don't use exceptions, Angus so I guess that means that the buffer constructor must be Angus

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Angus Leeming wrote: Georg Baum wrote: Do you mean that exiting from within the buffer constructor is ok? This would be easy. Given the mantra lyx should never crash, I'd prefer it if lyx just refused to construct the buffer. We don't use exceptions, so I guess That was my initial plan.

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
Jean-Marc == Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Jean-Marc Lasgouttes wrote: But can this really happen, or is it just a theoretical question? Angus (Aside: as a mathematician, I though you found theory Angus important?)

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg I believe it can, if the disk is full. This happened to me two Georg weeks ago, although I always thought that it never will ;-( I understand now why you insist that this should be done :) JMarc

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Jean-Marc Lasgouttes wrote: To be more precise, there are currently some bugs with for example dvi or html export which can only be worked around by not using a tempdir. So before forcing everyone to use a tempdir, I would like to understand how are these things going to be handled. In

LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
Clean repository, Cygwin environment: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF .deps/insetlabel.Tpo -c

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them? -- Angus

important features (2) from xforms version missing in qt version

2004-02-16 Thread Oliver Johns
Dear folks, These are some suggestions for your fantastically useful LyX program. If they are well-known, my apologies. The qt version seems slicker, but it has the following two unhappy differences from the xforms version. Using LyX 1.3.3 from the Debian distro. (1) In the xforms

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them? That worked! After removing it, doing ./autogen.sh and compiling. Thanks,

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 12:56:41PM -0800, Kayvan A. Sylvan wrote: On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them?

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
On Monday 16 February 2004 9:24 pm, Kayvan A. Sylvan wrote: If these are not used, them how come they show up anyway? Because Lars was playing with them a year or so ago? [EMAIL PROTECTED] ~/src/lyx] cvs update -dP 21 | grep -v 'cvs server' U src/insets/insetlist.C U src/insets/insetlist.h

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: Clean repository, Cygwin environment: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF .deps/insetlabel.Tpo

Re: Latest CVS lyx: key does not insert quote inset

2004-02-16 Thread Kayvan A. Sylvan
On Sat, Feb 14, 2004 at 11:06:34AM -0800, Kayvan A. Sylvan wrote: With the latest CVS, the quote key no longer inserts the correct quote inset. I always get the () ordinary quotes, instead of the (``) and ('') quotes. Does anyone have any leads on this one? -- Kayvan A. Sylvan |

Re: important features (2) from xforms version missing in qt version

2004-02-16 Thread John Levon
On Mon, Feb 16, 2004 at 12:11:23PM -0800, Oliver Johns wrote: (1) In the xforms version, the dialog box Insert:Cross_Reference has a button Apply. It applies the reference, but does not close the dialog Done in lyx 1.4.0cvs (2) In the xforms version, open the Insert:Cross_Reference dialog

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Alfredo Braunstein wrote: There seems to be some kind of upper/lower case problem, src/insets/insetlabel.C should #include src/InsetList.h but it's wrongly including src/inset/insetlist.h in cwgwin. Why don't we (you) just remove this cruft from src/insets (insettheorem too). They no longer

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 10:45:11PM +, Angus Leeming wrote: Alfredo Braunstein wrote: There seems to be some kind of upper/lower case problem, src/insets/insetlabel.C should #include src/InsetList.h but it's wrongly including src/inset/insetlist.h in cwgwin. Why don't we (you) just

increase Sign

2004-02-16 Thread Ursula Andertsen
Hi i have a question about lyx, which is not answered by the tutorials or user guides, or i haven't found the answer. I'm writing a bibliography and i need to increase a number (hoeherstellen eines zeichens) to signal, that it is the second Edition or so. Munich second edition 1998 = Munich

ugly latex code

2004-02-16 Thread Huaiyu Duan
Hi, I use LyX a lot to document what I have done or write short technical notes. It really saves time for me againts checking the grammar of latex code. However, there is a problem when it comes to submiting papers to journals. The equation part of the latex code exported by LyX is really

Re: increase Sign

2004-02-16 Thread Martin Vermeer
On Tue, Feb 17, 2004 at 12:58:48AM +0100, Ursula Andertsen spake thusly: Hi i have a question about lyx, which is not answered by the tutorials or user guides, or i haven't found the answer. I'm writing a bibliography and i need to increase a number (hoeherstellen eines zeichens) to

[patch] selection inside insets

2004-02-16 Thread Alfredo Braunstein
intermediate lines are not showing blue. Alfredo Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.1807 diff -u -p -u -r1.1807 ChangeLog --- ChangeLog 15 Feb 2004 20:05:16 -

Re: [patch] selection inside insets

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 10:18:07AM +0100, Alfredo Braunstein wrote: > intermediate lines are not showing blue. Thanks. Andre'

Re: Just in case this code leaks to the public...

2004-02-16 Thread Andre Poenitz
On Sat, Feb 14, 2004 at 07:45:50PM +0200, Martin Vermeer wrote: > - // FIXME: goddamn InsetTabular makes us pass a Buffer > + // FIXME: InsetTabular makes us pass a Buffer What's wrong with precise decriptions of problems? Andre'

Re: [patch] IU...

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 11:03:39AM +0100, Andre' Poenitz wrote: > This brings tabulars back from zombie state to 'staggering zombie' > state. Left/Right should work, even (partially) with selection, up/down > crashes (most of the time...) I forgot to add: This also removes almost all of the

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Jean-Marc Lasgouttes
> "Ling" == Ling Li <[EMAIL PROTECTED]> writes: Ling> On Fedora Linux 1, kernel 2.6, configured with --disable-debug Ling> --enable-compression-support --with-aspell --disable-warnings Ling> --disable-assertions --with-frontend="xforms qt" Ling> Compiled OK. lyx-xforms crashes several

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 12:51:23PM +0100, Jean-Marc Lasgouttes wrote: > > "Ling" == Ling Li <[EMAIL PROTECTED]> writes: > > Ling> On Fedora Linux 1, kernel 2.6, configured with --disable-debug > Ling> --enable-compression-support --with-aspell --disable-warnings > Ling> --disable-assertions

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 12:59:19PM +0100, Andre' Poenitz wrote: > On Mon, Feb 16, 2004 at 12:51:23PM +0100, Jean-Marc Lasgouttes wrote: > > > "Ling" == Ling Li <[EMAIL PROTECTED]> writes: > > > > Ling> On Fedora Linux 1, kernel 2.6, configured with --disable-debug > > Ling>

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Angus Leeming wrote: > Georg Baum wrote: >> I found no clean and easy way to make >> CreateBufferTmpDir() always succeed, so I gave up on that. However, >> I made CreateLyXTmpDir() always succeed by exiting if the temp dir >> could not be created. > > The buffer tmp dirs are sub directories of

Re: Latest CVS lyx-xforms: crash on startup

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 12:51:23PM +0100, Jean-Marc Lasgouttes wrote: > I can confirm this. Andre', here is a part of the relevant backtrace, > without debug info, but the problem seems clear enough: Fixed. Andre'

Re: [patch] tmp file stuff

2004-02-16 Thread Jose' Matos
On Sunday 15 February 2004 21:22, Georg Baum wrote: [...] > The patch furthermore makes some functions const (a leftover from some > earlier experiments, but it cannot hurt), some other minor changes and > removes the version check of insetgraphics. It is not needed anymore, > because lyx2lyx

Re: [patch] tmp file stuff

2004-02-16 Thread Angus Leeming
Georg Baum wrote: >> The buffer tmp dirs are sub directories of LyXTmpDir. If you can >> create LyXTmpDir yet fail to create BufferTmpDir then I suspect >> that lyx should refuse to open the buffer and should probably exit >> with a very loud complaint. > > Do you mean that exiting from within

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Georg Baum wrote: >>> The buffer tmp dirs are sub directories of LyXTmpDir. If you can >>> create LyXTmpDir yet fail to create BufferTmpDir then I suspect >>> that lyx should refuse to open the buffer and should probably exit >>>

[patch] more coords

2004-02-16 Thread Alfredo Braunstein
Switch to absolute coordinates in LyXText::setCursorFromCoords actually cures a bit of problems as we assumed that this was done already in some places. Alfredo ? ChangeLog-old ? PosIterator.C-save ? PosIterator.h-save ? bfri.C ? textcursor.C-save ? textcursor.h-save ?

Re: [patch] more coords

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 02:05:54PM +0100, Alfredo Braunstein wrote: > Switch to absolute coordinates in LyXText::setCursorFromCoords > > actually cures a bit of problems as we assumed that this was done already in > some places. This certainly looks good. Andre'

Re: [patch] tmp file stuff

2004-02-16 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > But can this really happen, or is it just a theoretical question? (Aside: as a mathematician, I though you found theory important?) The simple answer is: I don't know. It's hard to imagine such a case isn't it. -- Angus

Re: [patch] tmp file stuff

2004-02-16 Thread Andre Poenitz
On Mon, Feb 16, 2004 at 02:07:30PM +, Angus Leeming wrote: > Jean-Marc Lasgouttes wrote: > > But can this really happen, or is it just a theoretical question? > > (Aside: as a mathematician, I though you found theory important?) > > The simple answer is: I don't know. It's hard to imagine

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >> But can this really happen, or is it just a theoretical question? Angus> (Aside: as a mathematician, I though you found theory Angus> important?) Well as somebody who does modeling, I start by doing

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Given the mantra "lyx should never crash", I'd prefer it if lyx > Angus> just refused to construct the buffer. We don't use exceptions, > Angus> so I guess that means that the buffer constructor

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Angus Leeming wrote: > Georg Baum wrote: > >> Do you mean that exiting from within the buffer constructor is ok? >> This would be easy. > > Given the mantra "lyx should never crash", I'd prefer it if lyx just > refused to construct the buffer. We don't use exceptions, so I guess That was my

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >>> But can this really happen, or is it just a theoretical question? Angus> (Aside: as a mathematician, I though you found theory

Re: [patch] tmp file stuff

2004-02-16 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I believe it can, if the disk is full. This happened to me two Georg> weeks ago, although I always thought that it never will ;-( I understand now why you insist that this should be done :) JMarc

Re: [patch] tmp file stuff

2004-02-16 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > To be more precise, there are currently some bugs with for example dvi > or html export which can only be worked around by not using a tempdir. > So before forcing everyone to use a tempdir, I would like to > understand how are these things going to be handled. In

LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
Clean repository, Cygwin environment: g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF .deps/insetlabel.Tpo -c

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Kayvan A. Sylvan wrote: > Clean repository, Cygwin environment: Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you just remove them? -- Angus

important features (2) from xforms version missing in qt version

2004-02-16 Thread Oliver Johns
Dear folks, These are some suggestions for your fantastically useful LyX program. If they are well-known, my apologies. The qt version seems slicker, but it has the following two unhappy differences from the xforms version. Using LyX 1.3.3 from the Debian distro. (1) In the xforms

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: > Kayvan A. Sylvan wrote: > > > Clean repository, Cygwin environment: > > Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you > just remove them? That worked! After removing it, doing ./autogen.sh and compiling.

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 12:56:41PM -0800, Kayvan A. Sylvan wrote: > On Mon, Feb 16, 2004 at 07:31:05PM +, Angus Leeming wrote: > > Kayvan A. Sylvan wrote: > > > > > Clean repository, Cygwin environment: > > > > Kayvan, insets/insetlist.[Ch] are not compiled. What happens if you > > just

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
On Monday 16 February 2004 9:24 pm, Kayvan A. Sylvan wrote: > If these are not used, them how come they show up anyway? Because Lars was playing with them a year or so ago? > [EMAIL PROTECTED] ~/src/lyx] cvs update -dP 2>&1 | grep -v 'cvs > server' U src/insets/insetlist.C > U

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Alfredo Braunstein
Kayvan A. Sylvan wrote: > Clean repository, Cygwin environment: > > g++ -DHAVE_CONFIG_H -I. -I../../../lyx/src/insets -I../../src > -I../../../lyx/src/insets/../ -I../../../lyx/boost -I/usr/X11R6/include > -O2 -fno-exceptions -W -Wall -mms-bitfields -MT insetlabel.lo -MD -MP -MF >

Re: Latest CVS lyx: " key does not insert quote inset

2004-02-16 Thread Kayvan A. Sylvan
On Sat, Feb 14, 2004 at 11:06:34AM -0800, Kayvan A. Sylvan wrote: > With the latest CVS, the quote key no longer inserts the correct > quote inset. > > I always get the (") ordinary quotes, instead of the (``) and ('') quotes. Does anyone have any leads on this one? -- Kayvan A. Sylvan

Re: important features (2) from xforms version missing in qt version

2004-02-16 Thread John Levon
On Mon, Feb 16, 2004 at 12:11:23PM -0800, Oliver Johns wrote: > (1) In the xforms version, the dialog box Insert:Cross_Reference has a > button Apply. It applies the reference, but does not close the dialog Done in lyx 1.4.0cvs > (2) In the xforms version, open the Insert:Cross_Reference

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Angus Leeming
Alfredo Braunstein wrote: > There seems to be some kind of upper/lower case problem, > src/insets/insetlabel.C should #include src/InsetList.h but it's > wrongly including src/inset/insetlist.h in cwgwin. Why don't we (you) just remove this cruft from src/insets (insettheorem too). They no

Re: LyX CVS compile error: insetlabel.C

2004-02-16 Thread Kayvan A. Sylvan
On Mon, Feb 16, 2004 at 10:45:11PM +, Angus Leeming wrote: > Alfredo Braunstein wrote: > > There seems to be some kind of upper/lower case problem, > > src/insets/insetlabel.C should #include src/InsetList.h but it's > > wrongly including src/inset/insetlist.h in cwgwin. > > Why don't we

increase Sign

2004-02-16 Thread Ursula Andertsen
Hi i have a question about lyx, which is not answered by the tutorials or user guides, or i haven't found the answer. I'm writing a bibliography and i need to increase a number (hoeherstellen eines zeichens) to signal, that it is the second Edition or so. Munich second edition 1998 = Munich

ugly latex code

2004-02-16 Thread Huaiyu Duan
Hi, I use LyX a lot to document what I have done or write short technical notes. It really saves time for me againts checking the grammar of latex code. However, there is a problem when it comes to submiting papers to journals. The equation part of the latex code exported by LyX is really

Re: increase Sign

2004-02-16 Thread Martin Vermeer
On Tue, Feb 17, 2004 at 12:58:48AM +0100, Ursula Andertsen spake thusly: > Hi > > i have a question about lyx, which is not answered by the tutorials or user > guides, or i haven't found the answer. > > I'm writing a bibliography and i need to increase a number (hoeherstellen > eines