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

float placement

2001-10-29 Thread Herbert Voss
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 as a string and not from a gui with buttons. I don't know if I'

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 t

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

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: LyX Review

2001-10-29 Thread Angus Leeming
On Saturday 27 October 2001 5:01 pm, Brian Proffitt wrote: > All: > > My name is Brian Proffitt, and I am a columnist for LinuxPlanet. Currently I > am in the midst of a series of articles about various Linux word > processors, and I have turned my attention to Lyx. > > At the recommendation of

Re: so many core dumps

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 08:46:46AM +0100, 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

Toggling ERT to inline causes core-dump sometimes

2001-10-29 Thread Kayvan A. Sylvan
Sometimes, when I toggle ERT to inlined view, I get a core dump. Here is a backtrace: Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "sho

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 defin

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 m

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 ea

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() - : plac

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

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

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 commit

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 C_FormFloatFee

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 as

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
Andre Poenitz wrote: > > 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. there is no easy check! it's cruel ... > T

Re: float gui - placement

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 11:21 am, Andre Poenitz wrote: > 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

Re: float gui - placement

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 12:32:00PM +0100, Andre Poenitz wrote: > On Mon, Oct 29, 2001 at 12:28:46PM +0100, Jean-Marc Lasgouttes wrote: > > Andre> And yes, there is a difference, and yes, current LyX gets it > > Andre> wrong... > > > > I used to think that there is a difference. Now that I have re

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} \def\makeampletter{\catcode`\&=11

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 wou

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

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 fair

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 f

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 reliabl

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 Dekel Tsur
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 specify the dimensions of the final pixmap, but the > > c

Re: newfloat feature ...

2001-10-29 Thread Herbert Voss
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 the # newfloat feature # # Herbert Voss <[EMAIL PROTECTED]> 2001-10-29 # Float Type

Re: Graphics question

2001-10-29 Thread Angus Leeming
On Monday 29 October 2001 5:11 pm, 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 specify the dimensions of the final pixmap, but the > > colour

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 t

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 sh

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 process

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 run

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 copie

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[

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 wha

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 GNO

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 this

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 d

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 ev

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 externa

Feature request for NoteEdit: Command line export to Lilypond

2001-10-29 Thread Asger K. Alstrup Nielsen
Dear Joerg, I write to you because there is interest in supporting NoteEdit in LyX. LyX is an open source word processor that builds on LaTeX. See http://www.lyx.org for more information about LyX. LyX has a feature for embedding external material in your documents. We would like to implement su

Re: bug with exit status in LyX

2001-10-29 Thread Juergen Vigna
On 30-Oct-2001 Lars Gullik Bjønnes wrote: > yes, we should do that. But offhand I am not sure where to put it, and > I have now time to look... Ohh that's great that you now have time to look at the lyx source again ;) Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-.

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

2001-10-29 Thread Juergen Vigna
On 30-Oct-2001 Allan Rae wrote: >> A more difficult question, but I would favour unsurprising behaviour. That means >> that what looks like a selection is a selection (one reason that I think >> having to ctrl-c something before pasting into an xterm is weird). > > Then we'll need to fix things

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. >

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

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 sup

Re: misc small stuff

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 04:57:40PM +0100, Jean-Marc Lasgouttes wrote: > Andre': I tried to apply your patch for testing under purify and patch > says it is malformed. Could you re-send it? I'll try, but I suppose I lost the patch myself. > Currently I am looking at memory leaks in the undo code

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

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 spl

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: float gui - placement

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 12:28:46PM +0100, Jean-Marc Lasgouttes wrote: > Andre> And yes, there is a difference, and yes, current LyX gets it > Andre> wrong... > > I used to think that there is a difference. Now that I have read the > latex code, I know that they implement this as a bitmask (which

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/ t

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 c