Re: change include order

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 09:06:29AM +0100, Lars Gullik Bjønnes wrote: Just do it whenever you edit a file, takes half a minute. eventually I will come with the big brush. | #include lyx.h | | #include string | | What's the reason for that? ... vs ... would be exactly the opposite

Re: noun style bug

2001-10-29 Thread Herbert Voss
Kayvan A. Sylvan wrote: It looks like noun style is not turning on the noun feature in the latest CVS. Try this attached file and you will see what I mean. DVI preview, etc. all fail because of the lack of the \noun definition. no problem here, cvs from today Herbert

Re: so many core dumps

2001-10-29 Thread Herbert Voss
Asger K. Alstrup Nielsen wrote: On Mon, 29 Oct 2001, Andre Poenitz wrote: On Fri, Oct 26, 2001 at 05:05:48PM -0400, [EMAIL PROTECTED] wrote: Anyone know how to go back from .ps to .tex??? No way I am afraid. Well, in worst case you can always try to print it, and then OCR it.

Re: noun style bug

2001-10-29 Thread Kayvan A. Sylvan
On Mon, Oct 29, 2001 at 09:43:55AM +0100, Herbert Voss wrote: Kayvan A. Sylvan wrote: It looks like noun style is not turning on the noun feature in the latest CVS. Try this attached file and you will see what I mean. DVI preview, etc. all fail because of the lack of the \noun

Re: Bug: Export of Special Columns in 1.1.6fix3 and 1.2.0cvs bro

2001-10-29 Thread Juergen Vigna
On 26-Oct-2001 Dekel Tsur wrote: But if you have a table with many rows, it is tiresome to change the paragraph alignment for all the cells. The latex way for doing it is not to put \centering at the beginning of each cell, but to use {\centering}p{2in} column alignment. We can support this

Re: float placement

2001-10-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: Herbert Voss [EMAIL PROTECTED] writes: | testing valid float placement is something cruel, | | [htbp] in any combination and with an additional | ! in front and [H], but any char should appear | only once. | | this test of a valid placement makes only sense

Re: newfloat feature ...

2001-10-29 Thread Angus Leeming
On Saturday 27 October 2001 9:39 pm, Herbert Voss wrote: ok, the first problem is solved. now my last one: I have the new newfloats as lines and want to build the floatList with a loop. In fact of my very low knowledge in c++ I dont know, how I can give a Floating myFloat = (...,

Re: CVS update: www-user/help

2001-10-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: Herbert Voss [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | | | | deleted files in cvs still appear in www | | How do you delete the files? | | cvs remove blah.html | cvs commit Then the files should be removed from www as well, since

Re: float placement

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 8:38 am, Herbert Voss wrote: testing valid float placement is something cruel, [htbp] in any combination and with an additional ! in front and [H], but any char should appear only once. this test of a valid placement makes only sense when the user defines this

float gui - placement

2001-10-29 Thread Herbert Voss
here is a patch for the not finished float-gui placement is not checked, should be done when user has the possibility to it wrong ... attached also a gif with the feedback for the exclamation button. default button gives htbp Herbert Index: src/frontends/controllers/ChangeLog

Re: float placement

2001-10-29 Thread Herbert Voss
Angus Leeming wrote: On Monday 29 October 2001 8:38 am, Herbert Voss wrote: testing valid float placement is something cruel, [htbp] in any combination and with an additional ! in front and [H], but any char should appear only once. this test of a valid placement makes only sense

Re: Bug: Export of Special Columns in 1.1.6fix3 and 1.2.0cvs bro

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 10:03:11AM +0100, Juergen Vigna wrote: On 26-Oct-2001 Dekel Tsur wrote: But if you have a table with many rows, it is tiresome to change the paragraph alignment for all the cells. The latex way for doing it is not to put \centering at the beginning of each

Re: float gui - placement

2001-10-29 Thread Angus Leeming
I'm not trying to make life harder for you here!!! But: FloatParams::FloatParams() - : placement(htbp) + : placement(htbp), wide() {} What default do you want for bool wide? true or false? As you have it, wide is undefined I think. FloatParams::FloatParams() - :

Re: Bug: Export of Special Columns in 1.1.6fix3 and 1.2.0cvs bro

2001-10-29 Thread Juergen Vigna
On 29-Oct-2001 Dekel Tsur wrote: We already support this in lyx just use the special column input box. I meant supporting it without using special alignment, and giving visual feedback (showing the text centered in the cells). Well I know this therefore I wrote the paragraph below the one

Re: float placement

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 10:07 am, Herbert Voss wrote: Angus Leeming wrote: On Monday 29 October 2001 8:38 am, Herbert Voss wrote: testing valid float placement is something cruel, [htbp] in any combination and with an additional ! in front and [H], but any char should appear

Re: DocBook: Table head (wish)

2001-10-29 Thread Jose Abilio Oliveira Matos
On Thu, Oct 25, 2001 at 09:08:12PM +0200, ben wrote: Probably it will never be implemented. ;-) No problem for me, longtable is enough. Come on, I was stating that I would never implement long tables. ;-) I have commited the code that fix this. I have also commited the code

Re: float gui - placement

2001-10-29 Thread Herbert Voss
Angus Leeming wrote: I'm not trying to make life harder for you here!!! But: :-) What default do you want for bool wide? true or false? As you have it, wide is undefined I think. FloatParams::FloatParams() - : placement(htbp) + : placement(htbp), wide(false) {} ok

Re: float gui - placement

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 10:55 am, Herbert Voss wrote: Also, why store string placement since this makes it hard (pointless) to check (p1.placement == p2.placement) don't know, ask Lars ... it's his stuff That's never a reason not to change! +int

Graphics question

2001-10-29 Thread Angus Leeming
Maybe someone can help. I have been playing with my attempt to load graphics in the background so that we can continue to use LyX whilst the conversion is taking place. I've a little test program that works fine althoufh the conversion is currently hardcoded. The pixmap is finally displayed

Re: float placement

2001-10-29 Thread Herbert Voss
Angus Leeming wrote: my question was: why to check, when the user cannot enter (at this time) wrong placements? it's not my problem to do a check, but why? Ok, understood. We should check EVERYTHING in all dialogs. Why? Because the ^^ I don't

Re: float gui - placement

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 11:55:47AM +0100, Herbert Voss wrote: in case the order is wrong. Why not store bool here; bool top; bool bottom; etc. Then your check will be easy. This is conceptually wrong: How would you tell the difference between tb and bt? And

Re: float gui - placement

2001-10-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | On Mon, Oct 29, 2001 at 11:55:47AM +0100, Herbert Voss wrote: | in case the order is wrong. Why not store | bool here; | bool top; | bool bottom; | etc. Then your check will be easy.

Dekel's parser tricks

2001-10-29 Thread Andre Poenitz
I think there is a solution that would let Dekel read his old docs while enforcing nested braces (thanks to Andreas Matthias [EMAIL PROTECTED] in de.comp.text.tex): \newif\ifcomment \commentfalse \ifcomment \def\makeamptab{\catcode`\=4\relax}

Re: Dekel's parser tricks

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 02:03:18PM +0100, Andre Poenitz wrote: If one puts the definition of \b and \e in the preamble, the math parser reads \b and \e as unknown makros without arguments, puts non-intrusive 'b' and 'e' in red there _and_ everything is rendered correctly... This would mean

Re: Dekel's parser tricks

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 04:02:18PM +0200, Dekel Tsur wrote: On Mon, Oct 29, 2001 at 02:03:18PM +0100, Andre Poenitz wrote: If one puts the definition of \b and \e in the preamble, the math parser reads \b and \e as unknown makros without arguments, puts non-intrusive 'b' and 'e' in red

Re: newfloat feature ...

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 03:10:35PM +0100, Jean-Marc Lasgouttes wrote: A question: are the advantage of ntheorem.sty vs. theorem.sty really striking in practice? Theorem.sty has the advantage of being in the required/ part of ctan, and we may want to support it anyway. Actually, for reLyX's

Re: Dekel's parser tricks

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 02:03:18PM +0100, Andre Poenitz wrote: Is that acceptable to everone? I just committed it. Dekel, could you please check that your old files are read in properly? I know, everything in a cell is not Nice. But you've got support for the AMS environments, so it's a fairly

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Mon, Oct 29, 2001 at 08:40:55AM +0100, Asger K. Alstrup Nielsen wrote: I'll also bet you 10 kroner that KDE/Qt does it the same way. you're rich ! well maybe just right. the qt frontend is going to differ from the workarea here unless we at least make it a (default ?) option. My vote is

Re: float placement

2001-10-29 Thread John Levon
On Mon, Oct 29, 2001 at 10:01:43AM +0100, Lars Gullik Bjønnes wrote: The main code should check that the gui gets it right... should it ? I would say it would be the controller's duty to present good strings to the core. regards john -- If the software that a company produces isn't

Re: Graphics question

2001-10-29 Thread John Levon
On Mon, Oct 29, 2001 at 12:18:13PM +0100, Angus Leeming wrote: I'm using convert to create my original pixmap and convert has a -geometry option that enables me to specify the dimensions of the final pixmap, but the colours of this scaled pixmap are junk: . c #0b680b680b68, convert

Re: Graphics question

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 5:29 pm, Dekel Tsur wrote: On Mon, Oct 29, 2001 at 05:11:40PM +, John Levon wrote: On Mon, Oct 29, 2001 at 12:18:13PM +0100, Angus Leeming wrote: I'm using convert to create my original pixmap and convert has a -geometry option that enables me to

grave bug in LyX - SIGSEGV

2001-10-29 Thread Matthias Ansorg
Hello, I'm using LyX 1.1.6fix1 here's how to reproduce the bug and what it is: 1. create a LyX document with a eps graphics file in it, boxed in a float (text class AMS, sequential numbered); after the graphics file, there should be an empty line with style standard, i.e. as it was before

bug with exit status in LyX

2001-10-29 Thread Matthias Ansorg
Hello, I'm using Lyx version 1.1.6fix1 there's the following behaviour that prohibits asking LyX in a shell script if an export (say, lyx -e pdf file.lyx) was successfull: Produce an error in a LyX-File (e.g. by placing an undefined control sequence like \lyxqqw in a math formula). Then run

Re: grave bug in LyX - SIGSEGV

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 09:03:01PM +0100, Matthias Ansorg wrote: I'm using LyX 1.1.6fix1 here's how to reproduce the bug and what it is: 1. create a LyX document with a eps graphics file in it, boxed in a float (text class AMS, sequential numbered); after the graphics file, there should

Re: New chess (skak.sty) support

2001-10-29 Thread Amir Karger
On Mon, Oct 29, 2001 at 08:37:28AM +0100, Asger K. Alstrup Nielsen wrote: On Mon, 29 Oct 2001, Asger K. Alstrup Nielsen wrote: P.S. Now, how about somebody implementing external material inset support for Rosegarden/NoteEdit and musicTex? That would make LyX the first word processor that

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread Allan Rae
On Mon, 29 Oct 2001, Asger K. Alstrup Nielsen wrote: On Mon, 29 Oct 2001, Allan Rae wrote: SuperDOS (er... I mean Windows) apps the lot of them. We should file bug reports to Microsoft to fix their buggy implementation ;-) FYI Mozilla and JBuilder are both cross platform, and runs

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Tue, Oct 30, 2001 at 11:19:09AM +1000, Allan Rae wrote: Can someone explain to me in words of one syllable or less why it is a good thing not to deselect after someone has issued a copied command? A user will forget exactly what he copied[1]; a quick visual reminder of what just got copied

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread Allan Rae
On Tue, 30 Oct 2001, John Levon wrote: On Tue, Oct 30, 2001 at 11:19:09AM +1000, Allan Rae wrote: Can someone explain to me in words of one syllable or less why it is a good thing not to deselect after someone has issued a copied command? A user will forget exactly what he copied[1]; a

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Tue, Oct 30, 2001 at 12:33:16PM +1000, Allan Rae wrote: So, should the selection remain a selection or just remain highlighted? For example suppose said user presses the spacebar should the selection be replaced a space or should a space be inserted where ever the cursor was? And what

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread Allan Rae
On Tue, 30 Oct 2001, John Levon wrote: On Tue, Oct 30, 2001 at 12:33:16PM +1000, Allan Rae wrote: So, should the selection remain a selection or just remain highlighted? For example suppose said user presses the spacebar should the selection be replaced a space or should a space be

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Tue, Oct 30, 2001 at 01:09:42PM +1000, Allan Rae wrote: Then we'll need to fix things so paste checks to see if a selection currently exists and force a copy into the copy buffer before attempting to paste. /me nods Actually, we should be supporting the XDND protocol like KDE and GNOME

Re: New chess (skak.sty) support

2001-10-29 Thread Kayvan A. Sylvan
Hi all, Now that I added in the skak.sty support, I have a babel related issue. LyX generates LaTeX that uses the babel package. There seems to be a bad interaction between babel and skak.sty. I have a small LaTeX file that demonstrates this. Can someone try it and tell me what to do to fix

Re: newfloat feature ...

2001-10-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: Herbert Voss [EMAIL PROTECTED] writes: | it works now in this way. any comments? otherwise I | start the next loop ... | | order is now: | doc overwrites layout overwrites preferences | | Herbert | | | # This file contains additional style definitions for

Re: LyX Review

2001-10-29 Thread Allan Rae
On Mon, 29 Oct 2001, Angus Leeming wrote: Allan (Rae) is overly kind in his words, largely because I was the first GUII-friendly person that took up his challenge! And after I drummed my doctrine into you you put wings on my baby and taught her to fly :-) Probably the nicest present I've

math and limits

2001-10-29 Thread Herbert Voss
Andre, I can not change the limits in an inliner with alt-m-l, which makes sense. but it can also be done with \limits inside the formula. than it should also be possible with alt-m-l?? Herbert

Re: New chess (skak.sty) support

2001-10-29 Thread Asger K. Alstrup Nielsen
On Tue, 30 Oct 2001, Garst R. Reese wrote: [Lilypond] I think this was the subject of about my first post to the list. At the time, devlopers could be counted on one finger challenged hand. Maybe it is an idea whose time has come :) Garst So maybe Garst is ready to read up on the external

Re: New chess (skak.sty) support

2001-10-29 Thread Asger K. Alstrup Nielsen
On Tue, 30 Oct 2001, Garst R. Reese wrote: Asger K. Alstrup Nielsen wrote: [Lilypond] Nice challenge :) I'll start updating, downloading, and reading. As you could see, NoteEdit does not support converting NoteEdit documents to Lilypond from the command line without user interaction.

Re: float gui - placement

2001-10-29 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Mon, Oct 29, 2001 at 11:55:47AM +0100, Herbert Voss wrote: in case the order is wrong. Why not store bool here; bool top; bool bottom; etc. Then your check will be easy. Andre This is

Re: newfloat feature ...

2001-10-29 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars We must support both ways. What an interesting conclusion :) Yes, indeed, the floats should be defined in (at least two places): 1/ the layout files, for classes (no necessarily user-defined) that

Re: newfloat feature ...

2001-10-29 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: Herbert no, it's not the same! the ntheorem has by default 10 (?) Herbert predefined styles, I'm not shure if it makes sense to give Herbert more support than with layout files. Maybe you're right. \usepackage[standard,noconfig]{ntheorem} gives %

Re: newfloat feature ...

2001-10-29 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert Jean-Marc Lasgouttes wrote: Herbert no, it's not the same! the ntheorem has by default 10 (?) Herbert predefined styles, I'm not shure if it makes sense to give Herbert more support than with layout

Re: inserting 'sum' in mathed

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 05:14:04PM +0100, Jean-Marc Lasgouttes wrote: When I in an other wise empty document and type 'M-m u' (to insert a sum) I get what I want, but with the following warning on console: 'begin' of un-simple math expected, got 'sum' Is it a problem? Not at all. It's

Re: misc small stuff

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 05:11:34PM +0100, Jean-Marc Lasgouttes wrote: Andre I'll try, but I suppose I lost the patch myself. Was it supposed to be functionally equivalent to the old code? Completely. It was mainly whitespace stuff, some common code put into a seperate function and a split

Re: LyX in different language

2001-10-29 Thread Georgi Tellalov
--- Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote: Could you send the exact message you get? Did you install LyX? JMarc The exact message is 'unable to open character set file'. After that LyX starts in english. What do you mean did I install LyX?!?

Re: newfloat feature ...

2001-10-29 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars We must support both ways. What an interesting conclusion :) Yes, indeed, the floats should be defined in (at least two places): 1/ the layout files, for classes (no necessarily user-defined) that have their own floats. 2/ the

Re: float gui - placement

2001-10-29 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus This is nice enough, but what do people think about all this Angus feedback stuff? Would it be nicer as a bubble-help? This is Angus dead easy to do with xforms 0.89 but is a bit more convoluted Angus for 0.88. Nonetheless, we could provide

Open Source IT Newsletter

2001-10-29 Thread George De Bruin
The coming up section from the Open Source IT Newsletter: COMING UP:  * .comment with Dennis Powell  * Linux From Scratch  * Word to the Wise: LyX: The Document Processor - I can't wait to read Brian's review! // George

Re: Open Source IT Newsletter

2001-10-29 Thread George De Bruin
On Tuesday 30 October 2001 06:57, you wrote: Thanks George ... but ahh .,.. what's their url? Hi Fred, Whoops - I should have been a bit more clear. The article isn't published yet... That's a teaser for it. When it's actually online I'll post the URL. // George regards Fred George

Re: change include order

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 09:06:29AM +0100, Lars Gullik Bjønnes wrote: > Just do it whenever you edit a file, takes half a minute. > eventually I will come with the big brush. > > | > #include "lyx.h" > | > > | > #include > | > | What's the reason for that? "..." vs <...> would be exactly the

Re: noun style bug

2001-10-29 Thread Herbert Voss
"Kayvan A. Sylvan" wrote: > > It looks like "noun" style is not turning on the "noun" feature > in the latest CVS. > > Try this attached file and you will see what I mean. DVI preview, etc. > all fail because of the lack of the \noun definition. no problem here, cvs from today Herbert

Re: so many core dumps

2001-10-29 Thread Herbert Voss
"Asger K. Alstrup Nielsen" wrote: > > On Mon, 29 Oct 2001, Andre Poenitz wrote: > > > On Fri, Oct 26, 2001 at 05:05:48PM -0400, [EMAIL PROTECTED] wrote: > > > Anyone know how to go back from .ps to .tex??? > > > > No way I am afraid. > > Well, in worst case you can always try to print it, and

Re: noun style bug

2001-10-29 Thread Kayvan A. Sylvan
On Mon, Oct 29, 2001 at 09:43:55AM +0100, Herbert Voss wrote: > "Kayvan A. Sylvan" wrote: > > > > It looks like "noun" style is not turning on the "noun" feature > > in the latest CVS. > > > > Try this attached file and you will see what I mean. DVI preview, etc. > > all fail because of the

Re: Bug: Export of Special Columns in 1.1.6fix3 and 1.2.0cvs bro

2001-10-29 Thread Juergen Vigna
On 26-Oct-2001 Dekel Tsur wrote: > But if you have a table with many rows, it is tiresome to change the > paragraph alignment for all the cells. > The latex way for doing it is not to put \centering at the beginning of each > cell, but to use >{\centering}p{2in} column alignment. We can support

Re: float placement

2001-10-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > > Herbert Voss <[EMAIL PROTECTED]> writes: > > | testing valid float placement is something cruel, > | > | [htbp] in any combination and with an additional > | ! in front and [H], but any char should appear > | only once. > | > | this test of a valid placement makes

Re: newfloat feature ...

2001-10-29 Thread Angus Leeming
On Saturday 27 October 2001 9:39 pm, Herbert Voss wrote: > ok, the first problem is solved. now my last one: > I have the new newfloats as lines and want to > build the floatList with a loop. In fact of > my very low knowledge in c++ I dont know, how > I can give a > > Floating myFloat = ("...",

Re: CVS update: www-user/help

2001-10-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > > Herbert Voss <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes wrote: > | > > | > | > | > | deleted files in cvs still appear in www > | > > | > How do you delete the files? > | > | cvs remove blah.html > | cvs commit > > Then the files should be removed from

Re: float placement

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 8:38 am, Herbert Voss wrote: > testing valid float placement is something cruel, > > [htbp] in any combination and with an additional > ! in front and [H], but any char should appear > only once. > > this test of a valid placement makes only sense > when the user

float gui - placement

2001-10-29 Thread Herbert Voss
here is a patch for the not finished float-gui placement is not checked, should be done when user has the possibility to it wrong ... attached also a gif with the feedback for the exclamation button. default button gives htbp Herbert Index: src/frontends/controllers/ChangeLog

Re: float placement

2001-10-29 Thread Herbert Voss
Angus Leeming wrote: > > On Monday 29 October 2001 8:38 am, Herbert Voss wrote: > > testing valid float placement is something cruel, > > > > [htbp] in any combination and with an additional > > ! in front and [H], but any char should appear > > only once. > > > > this test of a valid placement

Re: Bug: Export of Special Columns in 1.1.6fix3 and 1.2.0cvs bro

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 10:03:11AM +0100, Juergen Vigna wrote: > > On 26-Oct-2001 Dekel Tsur wrote: > > > But if you have a table with many rows, it is tiresome to change the > > paragraph alignment for all the cells. > > The latex way for doing it is not to put \centering at the beginning of

Re: float gui - placement

2001-10-29 Thread Angus Leeming
I'm not trying to make life harder for you here!!! But: FloatParams::FloatParams() - : placement("htbp") + : placement("htbp"), wide() {} What default do you want for bool wide? true or false? As you have it, wide is undefined I think. FloatParams::FloatParams() - :

Re: Bug: Export of Special Columns in 1.1.6fix3 and 1.2.0cvs bro

2001-10-29 Thread Juergen Vigna
On 29-Oct-2001 Dekel Tsur wrote: >> We already support this in lyx just use the special column input box. > > I meant supporting it without using special alignment, and giving visual > feedback (showing the text centered in the cells). Well I know this therefore I wrote the paragraph below

Re: float placement

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 10:07 am, Herbert Voss wrote: > Angus Leeming wrote: > > > > On Monday 29 October 2001 8:38 am, Herbert Voss wrote: > > > testing valid float placement is something cruel, > > > > > > [htbp] in any combination and with an additional > > > ! in front and [H], but any

Re: DocBook: Table head (wish)

2001-10-29 Thread Jose Abilio Oliveira Matos
On Thu, Oct 25, 2001 at 09:08:12PM +0200, ben wrote: > > > > > > Probably it will never be implemented. ;-) > > No problem for me, longtable is enough. Come on, I was stating that I would never implement long tables. ;-) > > I have commited the code that fix this. > > I have also

Re: float gui - placement

2001-10-29 Thread Herbert Voss
Angus Leeming wrote: > > I'm not trying to make life harder for you here!!! But: :-) > What default do you want for bool wide? true or false? As you have it, wide > is undefined I think. > > FloatParams::FloatParams() > - : placement("htbp") > + : placement("htbp"), wide(false)

Re: float gui - placement

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 10:55 am, Herbert Voss wrote: > > Also, why store > > string placement > > since this makes it hard (pointless) to check (p1.placement == p2.placement) > > don't know, ask Lars ... > it's his stuff That's never a reason not to change! > > +int

Graphics question

2001-10-29 Thread Angus Leeming
Maybe someone can help. I have been playing with my attempt to load graphics in the background so that we can continue to use LyX whilst the conversion is taking place. I've a little test program that works fine althoufh the conversion is currently hardcoded. The pixmap is finally displayed

Re: float placement

2001-10-29 Thread Herbert Voss
Angus Leeming wrote: > > > my question was: why to check, when the user cannot enter > > (at this time) wrong placements? > > > > it's not my problem to do a check, but why? > > Ok, understood. We should check EVERYTHING in all dialogs. Why? Because the

Re: float gui - placement

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 11:55:47AM +0100, Herbert Voss wrote: > > in case the order is wrong. Why not store > > bool here; > > bool top; > > bool bottom; > > etc. Then your check will be easy. This is conceptually wrong: How would you tell the difference between "tb" and

Re: float gui - placement

2001-10-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Mon, Oct 29, 2001 at 11:55:47AM +0100, Herbert Voss wrote: > | > > in case the order is wrong. Why not store > | > > bool here; > | > > bool top; > | > > bool bottom; > | > > etc. Then your

Dekel's parser tricks

2001-10-29 Thread Andre Poenitz
I think there is a solution that would let Dekel read his old docs while enforcing nested braces (thanks to Andreas Matthias <[EMAIL PROTECTED]> in de.comp.text.tex): \newif\ifcomment \commentfalse \ifcomment \def\makeamptab{\catcode`\&=4\relax}

Re: Dekel's parser tricks

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 02:03:18PM +0100, Andre Poenitz wrote: > If one puts the definition of \b and \e in the preamble, the math parser > reads \b and \e as "unknown makros without arguments", puts non-intrusive > 'b' and 'e' in red there _and_ everything is rendered "correctly"... > > This

Re: Dekel's parser tricks

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 04:02:18PM +0200, Dekel Tsur wrote: > On Mon, Oct 29, 2001 at 02:03:18PM +0100, Andre Poenitz wrote: > > If one puts the definition of \b and \e in the preamble, the math parser > > reads \b and \e as "unknown makros without arguments", puts non-intrusive > > 'b' and 'e'

Re: newfloat feature ...

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 03:10:35PM +0100, Jean-Marc Lasgouttes wrote: > A question: are the advantage of ntheorem.sty vs. theorem.sty really > striking in practice? Theorem.sty has the advantage of being in the > required/ part of ctan, and we may want to support it anyway. > Actually, for

Re: Dekel's parser tricks

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 02:03:18PM +0100, Andre Poenitz wrote: > Is that acceptable to everone? I just committed it. Dekel, could you please check that your old files are read in properly? I know, "everything in a cell" is not Nice. But you've got support for the AMS environments, so it's a

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Mon, Oct 29, 2001 at 08:40:55AM +0100, Asger K. Alstrup Nielsen wrote: > I'll also bet you 10 kroner that KDE/Qt does it the same way. you're rich ! well maybe just right. the qt frontend is going to differ from the workarea here unless we at least make it a (default ?) option. My vote is

Re: float placement

2001-10-29 Thread John Levon
On Mon, Oct 29, 2001 at 10:01:43AM +0100, Lars Gullik Bjønnes wrote: > The main code should check that the gui gets it right... should it ? I would say it would be the controller's duty to present good strings to the core. regards john -- "If the software that a company produces isn't

Re: Graphics question

2001-10-29 Thread John Levon
On Mon, Oct 29, 2001 at 12:18:13PM +0100, Angus Leeming wrote: > I'm using "convert" to create my original pixmap and convert has a -geometry > option that enables me to specify the dimensions of the final pixmap, but the > colours of this scaled pixmap are junk: > > ". c #0b680b680b68",

Re: Graphics question

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 5:29 pm, Dekel Tsur wrote: > On Mon, Oct 29, 2001 at 05:11:40PM +, John Levon wrote: > > On Mon, Oct 29, 2001 at 12:18:13PM +0100, Angus Leeming wrote: > > > > > I'm using "convert" to create my original pixmap and convert has a -geometry > > > option that enables

grave bug in LyX - SIGSEGV

2001-10-29 Thread Matthias Ansorg
Hello, I'm using LyX 1.1.6fix1 here's how to reproduce the bug and what it is: 1. create a LyX document with a eps graphics file in it, boxed in a float (text class AMS, sequential numbered); after the graphics file, there should be an empty line with style "standard", i.e. as it was before

bug with exit status in LyX

2001-10-29 Thread Matthias Ansorg
Hello, I'm using Lyx version 1.1.6fix1 there's the following behaviour that prohibits asking LyX in a shell script if an export (say, lyx -e pdf file.lyx) was successfull: Produce an error in a LyX-File (e.g. by placing an undefined control sequence like "\lyxqqw" in a math formula). Then

Re: grave bug in LyX - SIGSEGV

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 09:03:01PM +0100, Matthias Ansorg wrote: > I'm using LyX 1.1.6fix1 > > here's how to reproduce the bug and what it is: > > 1. create a LyX document with a eps graphics file in it, boxed in a float > (text class AMS, sequential numbered); after the graphics file, there

Re: New chess (skak.sty) support

2001-10-29 Thread Amir Karger
On Mon, Oct 29, 2001 at 08:37:28AM +0100, Asger K. Alstrup Nielsen wrote: > On Mon, 29 Oct 2001, Asger K. Alstrup Nielsen wrote: > > > P.S. Now, how about somebody implementing external material inset > > support for Rosegarden/NoteEdit and musicTex? That would make LyX the > > first word

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread Allan Rae
On Mon, 29 Oct 2001, Asger K. Alstrup Nielsen wrote: > On Mon, 29 Oct 2001, Allan Rae wrote: > > > SuperDOS (er... I mean Windows) apps the lot of them. We should file > > bug reports to Microsoft to fix their buggy implementation ;-) > > FYI Mozilla and JBuilder are both cross platform, and

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Tue, Oct 30, 2001 at 11:19:09AM +1000, Allan Rae wrote: > Can someone explain to me in words of one syllable or less why it is a > good thing not to deselect after someone has issued a copied command? A user will forget exactly what he copied[1]; a quick visual reminder of what just got

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread Allan Rae
On Tue, 30 Oct 2001, John Levon wrote: > On Tue, Oct 30, 2001 at 11:19:09AM +1000, Allan Rae wrote: > > > Can someone explain to me in words of one syllable or less why it is a > > good thing not to deselect after someone has issued a copied command? > > A user will forget exactly what he

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Tue, Oct 30, 2001 at 12:33:16PM +1000, Allan Rae wrote: > So, should the selection remain a selection or just remain > highlighted? For example suppose said user presses the spacebar > should the selection be replaced a space or should a space be inserted > where ever the cursor was? And

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread Allan Rae
On Tue, 30 Oct 2001, John Levon wrote: > On Tue, Oct 30, 2001 at 12:33:16PM +1000, Allan Rae wrote: > > > So, should the selection remain a selection or just remain > > highlighted? For example suppose said user presses the spacebar > > should the selection be replaced a space or should a space

Re: [ricardof@sel.eesc.sc.usp.br] Feedback from www.lyx.org

2001-10-29 Thread John Levon
On Tue, Oct 30, 2001 at 01:09:42PM +1000, Allan Rae wrote: > Then we'll need to fix things so paste checks to see if a selection > currently exists and force a copy into the copy buffer before > attempting to paste. /me nods > Actually, we should be supporting the XDND protocol like KDE and

Re: New chess (skak.sty) support

2001-10-29 Thread Kayvan A. Sylvan
Hi all, Now that I added in the skak.sty support, I have a babel related issue. LyX generates LaTeX that uses the babel package. There seems to be a bad interaction between babel and skak.sty. I have a small LaTeX file that demonstrates this. Can someone try it and tell me what to do to fix

  1   2   >