Re: Lyx and Latex (was Re: [PATCH] Origin of rotation simplified...)

2002-09-04 Thread Juergen Vigna
Kuba Ober wrote: Alas, we don't need (and shouldn't!) use TeX keywords. I'm all for using LyX-specific keywords. We can just use TeX-like syntax instead of XML-like syntax, especially that one can do conversion both ways, say like this tag val1=abcsomething blah/tag --

qt problems

2002-09-04 Thread Lars Gullik Bjønnes
This is with qt3. The menus are not working - no action is performed Some buffer draw mistakes - espcially on continous key down The font size is completely different from the XForms font size. Are these problems beeing worked on, or am I the only one seeing these? On another note...

qr warnings

2002-09-04 Thread Lars Gullik Bjønnes
This patch removes some warnings from the qt build. Index: QCharacter.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QCharacter.C,v retrieving revision 1.8 diff -u -p -r1.8 QCharacter.C --- QCharacter.C 12 Aug

Re: heads up to watch for backwards quotes

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 11:58:16AM -0400, Dr. Richard E. Hawkins wrote: the quote would automatically transform itself. Or am I mistaken? I think the transformation is made on input and is fixed afterwards (which I think is ok as this allows to insert quotes even when the automagic way gets it

Re: spurious whitespace in mathed output

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 07:17:15PM +0100, Angus Leeming wrote: Now I'm not exactly worried by this, but the mathed output has changed in the last week or so: diff -u old.lyx new.lyx -\begin_inset Formula $J_{\mathrm{xa}}$ +\begin_inset Formula $ J_{\mathrm{xa}}$ \end_inset ,

Re: heads up to watch for backwards quotes

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 04:06:28PM -0400, Dr. Richard E. Hawkins wrote: You are mistaken. :( This would seem to be a *really* useful thing to do (at least for those of us that are typo-prone :) I'd rather stick to the current behaviour. LyX guesses wrong far too often, so a way to cheat

Re: Lyx and Latex (was Re: [PATCH] Origin of rotation simplified...)

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 12:59:26PM -0400, Kuba Ober wrote: Alas, we don't need (and shouldn't!) use TeX keywords. I'm all for using LyX-specific keywords. We can just use TeX-like syntax instead of XML-like syntax, especially that one can do conversion both ways, say like this tag

Re: qt problems

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 8:26 am, Lars Gullik Bjønnes wrote: This is with qt3. The font size is completely different from the XForms font size. I get this one too with qt2. Also it appears that the cursor follows the screen in qt2. (I don't hve this preference set.) Angus

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:52 am, Allan Rae wrote: On Tue, 3 Sep 2002, Angus Leeming wrote: The setw() call above should obviously be passed the required number of digits. Given the number of snippets, nsnippets, what's the elegant way to get ndigits? This is clearly brain-dead:

Re: Fixing the preview crash when there are more than 999 (!)formulae

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Yes, true. I believe I went for fixed sizes to ensure that the actual gs | output filename was the same as that expected by lyx. then just prepend the string with '0's. #include iostream #include iomanip using namespace std; int main() {

Re: Fixing the preview crash when there are more than 999 (!)formulae

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Norbert Koksch has discovered a problem with the preview code that is | triggered if a document contains more than 999 (!) formulae. | The formulae are numbered so: | ostringstream os; | os base_ |

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 11:02 am, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: | Yes, true. I believe I went for fixed sizes to ensure that the actual gs | output filename was the same as that expected by lyx. then just prepend the string with '0's. #include

Re: lyx2lyx fails on table.

2002-09-04 Thread José Abílio Oliveira Matos
On Tuesday 03 September 2002 19:52, Dr. Richard E. Hawkins wrote: my 3x3 table became: Could you send me that document, to find the problem? The old file was lyxformat 2.16, with a date on it of Sep 5 2000 Ok. -- José Abílio

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Andre Poenitz
On Wed, Sep 04, 2002 at 10:16:08AM +0100, Angus Leeming wrote: while(nsnippets = 1) { ++i; } ndigits = 1 + i / 3; That is, the above is an integer approximation of : ndigits = ceiling(log2(nsnippets)/log2(10)); Thanks, Allan. I'll have to sit down

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 2:56 pm, [EMAIL PROTECTED] wrote: CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel Repository: lyx-devel/src/graphics/ Changes by: [EMAIL PROTECTED]02/09/04 13:56:45 Modified files: lyx-devel/lib/: configure.m4 ChangeLog

Re: qt problems

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 09:26:41AM +0200, Lars Gullik Bjønnes wrote: The menus are not working - no action is performed That's very odd. A Qt 3 difference I expect. Some buffer draw mistakes - espcially on continous key down I know. The font size is completely different from the XForms

Re: qr warnings

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 10:03:34AM +0200, Lars Gullik Bjønnes wrote: This patch removes some warnings from the qt build. The init to = 0 things just indicate something is going wrong. We should cover all bases there. regards john -- Take the ideas you find useful. Try not to get hung up

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Kuba Ober
Nobody ever needs mor the 1O^12 formulas in his dissertation :-) You know I won't do that. Bill was wrong on a similar occasion... Yet Bill was talking about computers and expansion of technology that lives its own life, almost. And he didn't look into the history. Even in mid-70's the

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 09:40:54AM -0400, Kuba Ober wrote: We're talking about humans. Human life time expectation stays fixed when This is not entirely clear, given some of the work going on in the investigation of the aging process. It's entirely conceivable that some of us alive today may

Re: qt problems

2002-09-04 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Wed, Sep 04, 2002 at 09:26:41AM +0200, Lars Gullik Bjønnes wrote: The menus are not working - no action is performed | That's very odd. A Qt 3 difference I expect. Some buffer draw mistakes - espcially on continous key down | I know. The font

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 2:44 pm, John Levon wrote: On Wed, Sep 04, 2002 at 09:40:54AM -0400, Kuba Ober wrote: We're talking about humans. Human life time expectation stays fixed when This is not entirely clear, given some of the work going on in the investigation of the aging

Re: qt problems

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 03:50:27PM +0200, Lars Gullik Bjønnes wrote: | No ... the status bar should always be bottom. Why should it be at the bottom? Because a status bar is a standard element of document views and familiar to everybody. It's just Where It Goes. The minibuffer, in

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 02:21:41PM +0100, Angus Leeming wrote: Well this is now a moot point Since when did that stop me arguing about something ? :) john -- Take the ideas you find useful. Try not to get hung up on the labels. - Jonathan S. Shapiro

diff-8

2002-09-04 Thread Lars Gullik Bjønnes
This is what the diff-8 from my test series looks like, not much different from diff-7. I'll feed in some of the obvious and easy parts to HEAD. diff-8.diff.gz Description: GNU Zip compressed data -- Lgb

Re: qt problems

2002-09-04 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | John Levon [EMAIL PROTECTED] writes: | | On Wed, Sep 04, 2002 at 09:26:41AM +0200, Lars Gullik Bjønnes wrote: The menus are not working - no action is performed | | That's very odd. A Qt 3 difference I expect. Yes, perhaps. How should I go

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Alain Castera
On Mon, 2 Sep 2002, Juergen Vigna wrote: Ok could you send us a new patch on an updated 1.3.0? I will have a look at it again and I hope other people will have also. If I don't see any grave problems and others agree too we will commit this and fix the WYSIWYM later on. Unfortunately, I

Re: Floats in layout files

2002-09-04 Thread Martin Vermeer
On Mon, Sep 02, 2002 at 11:09:32PM +0200, Lars Gullik Bjønnes wrote: This is my patch for this. This is basic support, it can be enhanced with, NoFloat, CopyFloat etc. if wanted. The fileformat changed slightly after the example I posted ealier. Comments please. After setting up the

Re: qt problems

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 04:26:19PM +0200, Lars Gullik Bjønnes wrote: The menus are not working - no action is performed | | That's very odd. A Qt 3 difference I expect. Yes, perhaps. How should I go about to fix this? Erm, now that I look again, it seems I forgot to add back in the code

Re: Floats in layout files

2002-09-04 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Mon, Sep 02, 2002 at 11:09:32PM +0200, Lars Gullik Bjønnes wrote: | | This is my patch for this. | This is basic support, it can be enhanced with, NoFloat, CopyFloat | etc. if wanted. | | The fileformat changed slightly after the example I

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Juergen Vigna
Alain Castera wrote: [SNIP] boost/pending/ct_if.hpp: No such file or directory make[4]: *** [signal_base.lo] Erreur 1 -- Could you please help me ? I am not root on my machine, so the distrib may be a little bit old. I tried with xforms 0.89.5, but the result was the same. I have more

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Lars Gullik Bjønnes
Alain Castera [EMAIL PROTECTED] writes: | ../../../../boost/boost/signals/detail/signal_base.hpp:29, | from signal_base.cpp:18: | ../../../../boost/boost/function/function_base.hpp:27:35: | boost/pending/ct_if.hpp: No such file or directory | make[4]: *** [signal_base.lo] Erreur

Re: qt problems

2002-09-04 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Wed, Sep 04, 2002 at 04:26:19PM +0200, Lars Gullik Bjønnes wrote: | | The menus are not working - no action is performed | | | | That's very odd. A Qt 3 difference I expect. | | Yes, perhaps. How should I go about to fix this? | | Erm, now that

Re: qt problems

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 05:23:15PM +0200, Lars Gullik Bjønnes wrote: | *embarrassed* So... have you fixed it now? I'm going to the pub ! I will tomorrow. | They are quite severe... IMHO severe enough to make LyX unusable. | | What ?? I don't know any problems THIS bad. Screenshots +

Re: qt problems

2002-09-04 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | What ?? I don't know any problems THIS bad. Screenshots + recipes | | please. | | Load the UserGuide and scroll down with arrow down-key. Somehow this just went away... could have been a faulty build on my part. -- Lgb

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Alain Castera
On 4 Sep 2002, Lars Gullik [iso-8859-1] Bjønnes wrote: Alain Castera [EMAIL PROTECTED] writes: | ../../../../boost/boost/signals/detail/signal_base.hpp:29, | from signal_base.cpp:18: | ../../../../boost/boost/function/function_base.hpp:27:35: | boost/pending/ct_if.hpp: No

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Juergen Vigna
Alain Castera wrote: I updated just before. I will try tonight with a fresh checkout. However, note that gcc is looking for boost/pending/ct_if.hpp , and I don't see the entire directory pending Do you use wrong cvs flags? Don't you add new direcories on an update? Try to use -dP

Re: Floats in layout files

2002-09-04 Thread Martin Vermeer
On Wed, Sep 04, 2002 at 04:56:13PM +0200, Lars Gullik Bjønnes wrote: Ok, but for Algorithm, this problem must have been there earlier as well? Undoubtedly... but I had no algorithm listings in my test files :-) -- Lgb Martin msg44033/pgp0.pgp Description: PGP signature

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Andre Poenitz
On Wed, Sep 04, 2002 at 12:38:17PM +0100, Angus Leeming wrote: Whilst previews should still work out of the box, generating a stack of ppm format bitmap files, those among you who are using the Qt frontend might like to take advantage of Qt's ability to load png format files natively. Why?

Re: qt problems

2002-09-04 Thread Andre Poenitz
On Wed, Sep 04, 2002 at 04:25:26PM +0100, John Levon wrote: On Wed, Sep 04, 2002 at 05:23:15PM +0200, Lars Gullik Bjønnes wrote: | *embarrassed* So... have you fixed it now? I'm going to the pub ! A rare thing to see an Englishman getting priorities right. SCNR, André -- Those who

Re: Floats in layout files

2002-09-04 Thread Lars Gullik Bjønnes
Martin Vermeer [EMAIL PROTECTED] writes: | On Wed, Sep 04, 2002 at 04:56:13PM +0200, Lars Gullik Bjønnes wrote: | | Ok, but for Algorithm, this problem must have been there earlier as | well? | | Undoubtedly... but I had no algorithm listings in my test files :-) I have a counters patch

Re: qt problems

2002-09-04 Thread Andre Poenitz
On Wed, Sep 04, 2002 at 06:18:14PM +0200, Andre' Poenitz wrote: I'm going to the pub ! A rare thing to see an Englishman getting priorities right. I just noticed that this contains no hint on what the right priority looks like. Sorry... André -- Those who desire to give up Freedom in

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 5:08 pm, Andre Poenitz wrote: On Wed, Sep 04, 2002 at 12:38:17PM +0100, Angus Leeming wrote: Whilst previews should still work out of the box, generating a stack of ppm format bitmap files, those among you who are using the Qt frontend might like to take

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Andre Poenitz
On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote: Ie, when configuring --with-frontend=xforms get lib/configure to add a line to lib/lyxrc.defaults: \converter lyxpreview ppm lyxpreview2bitmap.sh and when configuring --with-frontend=qt2 have a line \converter

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:07 pm, Andre Poenitz wrote: On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote: Ie, when configuring --with-frontend=xforms get lib/configure to add a line to lib/lyxrc.defaults: \converter lyxpreview ppm lyxpreview2bitmap.sh and when

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote: | Ie, when configuring --with-frontend=xforms get lib/configure to add a line | to lib/lyxrc.defaults: | \converter lyxpreview ppm lyxpreview2bitmap.sh | and when configuring

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Wednesday 04 September 2002 6:07 pm, Andre Poenitz wrote: | On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote: | Ie, when configuring --with-frontend=xforms get lib/configure to add a | line to lib/lyxrc.defaults: | \converter

On copyright

2002-09-04 Thread Lars Gullik Bjønnes
I belive that we have done ourselves a bad favour by use the Copyright The LyX Team. As there is no real entity with this name. I would suggest that from now on, that everybody that does some substantial¹ work on a file, also add themselves to the copyright clause in the same file. (and

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:15 pm, Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote: | Ie, when configuring --with-frontend=xforms get lib/configure to add a | line to lib/lyxrc.defaults: |\converter

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Angus Leeming [EMAIL PROTECTED] writes: | | | On Wednesday 04 September 2002 6:07 pm, Andre Poenitz wrote: | | On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote: | | Ie, when configuring --with-frontend=xforms get lib/configure to

Re: On copyright

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:29 pm, Lars Gullik Bjønnes wrote: I belive that we have done ourselves a bad favour by use the Copyright The LyX Team. As there is no real entity with this name. I would suggest that from now on, that everybody that does some substantial¹ work on a

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Wednesday 04 September 2002 6:15 pm, Lars Gullik Bjønnes wrote: | Andre Poenitz [EMAIL PROTECTED] writes: | | On Wed, Sep 04, 2002 at 05:30:51PM +0100, Angus Leeming wrote: | | Ie, when configuring --with-frontend=xforms get lib/configure to add a

Re: On copyright

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Wednesday 04 September 2002 6:29 pm, Lars Gullik Bjønnes wrote: | I belive that we have done ourselves a bad favour by use the | | Copyright The LyX Team. | | As there is no real entity with this name. | | I would suggest that from now on,

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:37 pm, Lars Gullik Bjønnes wrote: | Yuch! Let the user specify what he wants. If he wants to write his own | script that's fine by me. Hard coding for the sake of it is evil! More like a way for the gui to say what formats it can accept and in which order

Re: On copyright

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:41 pm, Lars Gullik Bjønnes wrote: | All that is important is that the | authorship is apparent. So our lines | \author Lars Gullik Bjønnes | \author Angus Leeming | are sufficient statements of copyright. Yes, but that information is missing now, so

Forked call crashes

2002-09-04 Thread Angus Leeming
I think that the graphics code is now pretty robust but that's partly because we've hidden away a way to make LyX crash. If the executable bit on a shell script is not set and if it is invoked as script.sh ... rather than as sh script.sh then the execvp call hidden away inside

Re: On copyright

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:27 pm, Angus Leeming wrote: On Wednesday 04 September 2002 6:41 pm, Lars Gullik Bjønnes wrote: | All that is important is that the | authorship is apparent. So our lines | \author Lars Gullik Bjønnes | \author Angus Leeming | are sufficient

Re: On copyright

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:49 pm, Angus Leeming wrote: Would you like me to run this little shell script over LyX's .[Ch] files? #! /bin/sh for FILE in $* do DIR=`dirname ${FILE}` BASE=`basename $1` TMP=${DIR}/${BASE}.tmp sed -e '/the LyX Team/d' \

Bug in lyx 1.2.1

2002-09-04 Thread Cyrille Artho
Hi, when I include a .epsi file, Lyx will display it correctly (after converting it to PNG). However, when Lyx creates the DVI file in the end, it will not include the EPS file directly but convert it to PNG and then back to EPS. The same goes for Postscript output. This creates unusable

Re: On copyright

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Wednesday 04 September 2002 6:41 pm, Lars Gullik Bjønnes wrote: | | All that is important is that the | | authorship is apparent. So our lines | | \author Lars Gullik Bjønnes | | \author Angus Leeming | | are sufficient statements of

Re: On copyright

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Wednesday 04 September 2002 6:49 pm, Angus Leeming wrote: | | Would you like me to run this little shell script over LyX's .[Ch] files? | | #! /bin/sh | | for FILE in $* | do | DIR=`dirname ${FILE}` | BASE=`basename $1` |

Re: On copyright

2002-09-04 Thread Dr. Richard E. Hawkins
On Wed, Sep 04, 2002 at 06:05:23PM +0100, Angus Leeming wrote: On Wednesday 04 September 2002 6:29 pm, Lars Gullik Bj?nnes wrote: I belive that we have done ourselves a bad favour by use the Copyright The LyX Team. As there is no real entity with this name. I believe we haven't

Re: On copyright

2002-09-04 Thread Allan Rae
On 4 Sep 2002, Lars Gullik Bjønnes wrote: Angus Leeming [EMAIL PROTECTED] writes: [...] | Fair point. So your preferred heading is | | /* | * \file PreviewLoader.C | * Read the file COPYING | * | * \author Angus Leeming [EMAIL PROTECTED] | */ | | I believe that we decided it'd

step: Counter does not exist: ?

2002-09-04 Thread R. Lahaye
Hi, That text appears in the xterminal, several times when I open my document (created and saved with CVS). A few more appear when I scroll down the document the very first time. It seems related to Figure floats or figure insets. Any ideas where that comes from? Is it serious? Regards, Rob.

Figure #: is now only #:

2002-09-04 Thread R. Lahaye
Figure Float Inset: Any idea what happened to the Figure in front of #:. It's gone in current CVS! Cheers, Rob.

SIGBUS from menu

2002-09-04 Thread R. Lahaye
Hi, With present CVS: I wanted to PS-view my doc, but that generated three error-boxes, right at the very beginning of my document. It shouldn't, so I was curious and want to do inspect them with Navigate-Error. As soon as I hit the Navigate menu item, LyX crashed with a SIGBUS. This was

Re: SIGBUS from menu

2002-09-04 Thread R. Lahaye
R. Lahaye wrote: Hi, With present CVS: As soon as I hit the Navigate menu item, LyX crashed with a SIGBUS. Attached document does all that. Try a PS-view and then click on Navigate: bang! Note that also the text Figure is missing in front of the #:. What is wrong with this document or

Re: step: Counter does not exist: ?

2002-09-04 Thread Lars Gullik Bjønnes
R. Lahaye [EMAIL PROTECTED] writes: | Hi, | | That text appears in the xterminal, several times when I open my document | (created and saved with CVS). A few more appear when I scroll down the | document the very first time. | | It seems related to Figure floats or figure insets. | Any ideas

Re: Figure #: is now only #:

2002-09-04 Thread Lars Gullik Bjønnes
R. Lahaye [EMAIL PROTECTED] writes: | Figure Float Inset: | Any idea what happened to the Figure in front of #:. | It's gone in current CVS! You could have a look at my float in layout files patch and see if you can see anyting obvious there. -- Lgb

Re: Lyx and Latex (was Re: [PATCH] Origin of rotation simplified...)

2002-09-04 Thread Juergen Vigna
Kuba Ober wrote: > Alas, we don't need (and shouldn't!) use TeX keywords. I'm all for using > LyX-specific keywords. We can just use TeX-like syntax instead of XML-like > syntax, especially that one can do conversion both ways, say like this > something blah <--> \tag[val1="abc"]{something

qt problems

2002-09-04 Thread Lars Gullik Bjønnes
This is with qt3. The menus are not working - no action is performed Some buffer draw mistakes - espcially on continous key "down" The font size is completely different from the XForms font size. Are these problems beeing worked on, or am I the only one seeing these? On another note...

qr warnings

2002-09-04 Thread Lars Gullik Bjønnes
This patch removes some warnings from the qt build. Index: QCharacter.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QCharacter.C,v retrieving revision 1.8 diff -u -p -r1.8 QCharacter.C --- QCharacter.C 12 Aug

Re: heads up to watch for backwards quotes

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 11:58:16AM -0400, Dr. Richard E. Hawkins wrote: > the quote would automatically transform itself. Or am I mistaken? I think the transformation is made on input and is fixed afterwards (which I think is ok as this allows to insert quotes even when the automagic way gets

Re: spurious whitespace in mathed output

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 07:17:15PM +0100, Angus Leeming wrote: > Now I'm not exactly worried by this, but the mathed output has changed in the > last week or so: > > diff -u old.lyx new.lyx > > -\begin_inset Formula $J_{\mathrm{xa}}$ > +\begin_inset Formula $ J_{\mathrm{xa}}$ > \end_inset >

Re: heads up to watch for backwards quotes

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 04:06:28PM -0400, Dr. Richard E. Hawkins wrote: > > You are mistaken. > > :( > > This would seem to be a *really* useful thing to do (at least for those > of us that are typo-prone :) I'd rather stick to the current behaviour. LyX guesses wrong far too often, so a way

Re: Lyx and Latex (was Re: [PATCH] Origin of rotation simplified...)

2002-09-04 Thread Andre Poenitz
On Tue, Sep 03, 2002 at 12:59:26PM -0400, Kuba Ober wrote: > Alas, we don't need (and shouldn't!) use TeX keywords. I'm all for using > LyX-specific keywords. We can just use TeX-like syntax instead of XML-like > syntax, especially that one can do conversion both ways, say like this >

Re: qt problems

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 8:26 am, Lars Gullik Bjønnes wrote: > This is with qt3. > The font size is completely different from the XForms font size. I get this one too with qt2. Also it appears that the cursor follows the screen in qt2. (I don't hve this preference set.) Angus

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 6:52 am, Allan Rae wrote: > On Tue, 3 Sep 2002, Angus Leeming wrote: > > The setw() call above should obviously be passed the required number of > > digits. Given the number of snippets, nsnippets, what's the elegant way > > to get ndigits? This is clearly

Re: Fixing the preview crash when there are more than 999 (!)formulae

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Yes, true. I believe I went for fixed sizes to ensure that the actual gs | output filename was the same as that expected by lyx. then just prepend the string with '0's. #include #include using namespace std; int main() { int i = 123;

Re: Fixing the preview crash when there are more than 999 (!)formulae

2002-09-04 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Norbert Koksch has discovered a problem with the preview code that is | triggered if a document contains more than 999 (!) formulae. > | The formulae are numbered so: > | ostringstream os; | os << base_ |

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 11:02 am, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | Yes, true. I believe I went for fixed sizes to ensure that the actual gs > | output filename was the same as that expected by lyx. > > then just prepend the string with '0's. > >

Re: lyx2lyx fails on table.

2002-09-04 Thread José Abílio Oliveira Matos
On Tuesday 03 September 2002 19:52, Dr. Richard E. Hawkins wrote: > my 3x3 table became: > Could you send me that document, to find the problem? > The old file was lyxformat 2.16, with a date on it of Sep 5 2000 Ok. -- José Abílio

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Andre Poenitz
On Wed, Sep 04, 2002 at 10:16:08AM +0100, Angus Leeming wrote: > > while(nsnippets =>> 1) { > > ++i; > > } > > ndigits = 1 + i / 3; > > > > That is, the above is an integer approximation of : > > > > ndigits = ceiling(log2(nsnippets)/log2(10)); > > Thanks, Allan. I'll

Re: lyx-devel lib/: configure.m4 ChangeLog src/graphics/: ChangeLo ...

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 2:56 pm, [EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/graphics/ > Changes by: [EMAIL PROTECTED]02/09/04 13:56:45 > > Modified files: > lyx-devel/lib/: configure.m4 ChangeLog >

Re: qt problems

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 09:26:41AM +0200, Lars Gullik Bjønnes wrote: > The menus are not working - no action is performed That's very odd. A Qt 3 difference I expect. > Some buffer draw mistakes - espcially on continous key "down" I know. > The font size is completely different from the

Re: qr warnings

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 10:03:34AM +0200, Lars Gullik Bjønnes wrote: > > This patch removes some warnings from the qt build. The init to = 0 things just indicate something is going wrong. We should cover all bases there. regards john -- "Take the ideas you find useful. Try not to get hung

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Kuba Ober
> > > "Nobody ever needs mor the 1O^12 formulas in his dissertation" > > > > > :-) You know I won't do that. > > Bill was wrong on a similar occasion... Yet Bill was talking about computers and expansion of technology that lives its own life, almost. And he didn't look into the history. Even in

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 09:40:54AM -0400, Kuba Ober wrote: > We're talking about humans. Human life time expectation stays fixed when This is not entirely clear, given some of the work going on in the investigation of the aging process. It's entirely conceivable that some of us alive today may

Re: qt problems

2002-09-04 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Sep 04, 2002 at 09:26:41AM +0200, Lars Gullik Bjønnes wrote: > >> The menus are not working - no action is performed > | That's very odd. A Qt 3 difference I expect. > >> Some buffer draw mistakes - espcially on continous key "down" > | I know. >

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread Angus Leeming
On Wednesday 04 September 2002 2:44 pm, John Levon wrote: > On Wed, Sep 04, 2002 at 09:40:54AM -0400, Kuba Ober wrote: > > We're talking about humans. Human life time expectation stays fixed when > > This is not entirely clear, given some of the work going on in the > investigation of the aging

Re: qt problems

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 03:50:27PM +0200, Lars Gullik Bjønnes wrote: > | No ... the status bar should always be bottom. > > Why "should" it be at the bottom? Because a status bar is a standard element of document views and familiar to everybody. It's just Where It Goes. The minibuffer, in

Re: Fixing the preview crash when there are more than 999 (!) formulae

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 02:21:41PM +0100, Angus Leeming wrote: > Well this is now a moot point Since when did that stop me arguing about something ? :) john -- "Take the ideas you find useful. Try not to get hung up on the labels." - Jonathan S. Shapiro

diff-8

2002-09-04 Thread Lars Gullik Bjønnes
This is what the diff-8 from my test series looks like, not much different from diff-7. I'll feed in some of the obvious and easy parts to HEAD. diff-8.diff.gz Description: GNU Zip compressed data -- Lgb

Re: qt problems

2002-09-04 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | John Levon <[EMAIL PROTECTED]> writes: > | | On Wed, Sep 04, 2002 at 09:26:41AM +0200, Lars Gullik Bjønnes wrote: >> >>> The menus are not working - no action is performed >> | | That's very odd. A Qt 3 difference I expect. Yes, perhaps. How

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Alain Castera
On Mon, 2 Sep 2002, Juergen Vigna wrote: > Ok could you send us a new patch on an updated 1.3.0? I will have a look > at it again and I hope other people will have also. If I don't see any > grave problems and others agree too we will commit this and fix the WYSIWYM > later on.

Re: Floats in layout files

2002-09-04 Thread Martin Vermeer
On Mon, Sep 02, 2002 at 11:09:32PM +0200, Lars Gullik Bjønnes wrote: > This is my patch for this. > This is basic support, it can be enhanced with, NoFloat, CopyFloat > etc. if wanted. > > The fileformat changed slightly after the example I posted ealier. > > Comments please. > After

Re: qt problems

2002-09-04 Thread John Levon
On Wed, Sep 04, 2002 at 04:26:19PM +0200, Lars Gullik Bjønnes wrote: > >>> The menus are not working - no action is performed > >> > | | That's very odd. A Qt 3 difference I expect. > > Yes, perhaps. How should I go about to fix this? Erm, now that I look again, it seems I forgot to add back

Re: Floats in layout files

2002-09-04 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Mon, Sep 02, 2002 at 11:09:32PM +0200, Lars Gullik Bjønnes wrote: | | > This is my patch for this. | > This is basic support, it can be enhanced with, NoFloat, CopyFloat | > etc. if wanted. | > | > The fileformat changed slightly after the

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Juergen Vigna
Alain Castera wrote: [SNIP] > boost/pending/ct_if.hpp: No such file or directory > make[4]: *** [signal_base.lo] Erreur 1 > -- > > Could you please help me ? I am not root on my machine, so the distrib may > be a little bit old. I tried with xforms 0.89.5, but the result was the > same. > I

Re: Patch ignored :( (Juergen V)

2002-09-04 Thread Lars Gullik Bjønnes
Alain Castera <[EMAIL PROTECTED]> writes: | ../../../../boost/boost/signals/detail/signal_base.hpp:29, | from signal_base.cpp:18: | ../../../../boost/boost/function/function_base.hpp:27:35: | boost/pending/ct_if.hpp: No such file or directory | make[4]: *** [signal_base.lo]

Re: qt problems

2002-09-04 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Sep 04, 2002 at 04:26:19PM +0200, Lars Gullik Bjønnes wrote: | | > >>> The menus are not working - no action is performed | > >> | > | | That's very odd. A Qt 3 difference I expect. | > | > Yes, perhaps. How should I go about to fix this? | |

  1   2   >