cvs Nov. 3 INDEX bug

1999-11-23 Thread Garst R. Reese
I clicked Index before the first word in a Section* and before I had even setup and index record, dumb eh? LyX thought so. It crashed. But the new functionality is most apprecitated and works nicely as soon as I plug my brain in. I wouldn't even bother to report this except that I know what perfec

New SUSE RPMS of lyx-1.1.2

1999-11-23 Thread Kayvan A. Sylvan
Hi folks, There are new SUSE RPMs of lyx-1.1.2 available in my ftp directory at ftp://ftp.sylvan.com/pub/lyx/SUSE I don't know who to thank for these, since I stupidly deleted his Email. Thanks, whoever did these RPMs, please speak up and claim credit. :-) ---K

Re: FILE -> ostream

1999-11-23 Thread Asger K. Alstrup Nielsen
> I've put a patch under > > http://mathematik.htwm.de/Software/LyX/index.html.en > > that uses ostreams instead of FILEs for output and generally cleans up a > bit (in my eyes). I recommended all developers to check this stuff out. It's good work. > It's a bit longish and it is only teste

Re: patch to lyxlookup

1999-11-23 Thread Michael Meskes
On Tue, Nov 23, 1999 at 05:13:19PM +0100, Jean-Marc Lasgouttes wrote: > Thanks. It is in fact already done in cvs. Thanks. Michael -- Michael Meskes | Go SF 49ers! Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire! Tel.: (+49) 2431/72651 | Use Debian

Re: patch to lyxlookup

1999-11-23 Thread Michael Meskes
On Tue, Nov 23, 1999 at 05:15:46PM +0100, Lars Gullik Bjønnes wrote: > You know you can do a > > cvs rdiff -r lyx-1_1_2 -r HEAD lyx-devel No, I didn't know that. Thanks. So I take it this command gives me all the changes. Does it give me a patch file? Michael -- Michael Meskes

Re: epsilon and varepsilon bug

1999-11-23 Thread Asger K. Alstrup Nielsen
> You are probably right with both assumptions. However, the result is a > hack *and* not what a 'native' LaTeX speaker would expect. I'd rather > admit a shortcoming than to hack around. Some day we might be able to > display arbitrary bitmaps in any place. Doing a hack now will not prevent us f

FILE -> ostream

1999-11-23 Thread Andre' Poenitz
I've put a patch under http://mathematik.htwm.de/Software/LyX/index.html.en that uses ostreams instead of FILEs for output and generally cleans up a bit (in my eyes). It's a bit longish and it is only tested with my own stuff, so I do not want do throw it an anybody who is reading the list.

Re: epsilon and varepsilon bug

1999-11-23 Thread Martin Norbäck
Tue Nov 23 1999, Alejandro Aguilar Sierra -> > > How hard is it to use unicode to display fonts. > > I have a unicode font installed, which has almost all of the math > > symbols used in both normal math and in ams math. > > Where can we get that font? I got a lot of unicode fonts from links fou

That french key problem

1999-11-23 Thread Michael Meskes
I just compiled lyx with XopenIM enabled and was able to reproduce this problem. To me it looks like this is really a french locale problem. Michael -- Michael Meskes | Go SF 49ers! Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire! Tel.: (+49) 2431/72651

Re: import latex nested table bug

1999-11-23 Thread Amir Karger
On Tue, Nov 23, 1999 at 05:07:44PM +0100, Lars Gullik Bjønnes wrote: > Amir Karger <[EMAIL PROTECTED]> writes: > > | That would break too. The problem is that no \layout Standard was being > | written before the table. Not to pass the buck, but that seems sort of like > | a LyX bug to me. I mean,

Re: undefined reference during 'make'

1999-11-23 Thread Jean-Marc Lasgouttes
> "Andrzej" == Andrzej Jaworski <[EMAIL PROTECTED]> writes: Andrzej> So, I'm not sure what libstdc++ version is used. .. If you link with make CXX='c++ -v' you will see the list of -L directories passed to the linker. Search for the first libstdc++ or libstdc++.so in this list, and

Re: patch to lyxlookup

1999-11-23 Thread Lars Gullik Bjønnes
Michael Meskes <[EMAIL PROTECTED]> writes: | --bp/iNruPH9dso1Pn | Content-Type: text/plain; charset=us-ascii | | Here's a small patch I needed to get lyxlookup.C to compile after enybling | HAVE_XOPENIM. Yes, this this is also in cvs. You know you can do a cvs rdiff -r lyx-1_1_2 -r HEAD lyx-

Re: patch to lyxlookup

1999-11-23 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Meskes <[EMAIL PROTECTED]> writes: Michael> Here's a small patch I needed to get lyxlookup.C to compile Michael> after enybling HAVE_XOPENIM. Thanks. It is in fact already done in cvs. JMarc

patch to lyxlookup

1999-11-23 Thread Michael Meskes
Here's a small patch I needed to get lyxlookup.C to compile after enybling HAVE_XOPENIM. Michael -- Michael Meskes | Go SF 49ers! Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire! Tel.: (+49) 2431/72651 | Use Debian GNU/Linux! Email: [EMAIL PROTECTED

Re: Bug report: LyX Strange: this should actually never happen anymore, this it should be handled by the Absolute check.

1999-11-23 Thread Michael Meskes
On Tue, Nov 23, 1999 at 11:01:07AM +0100, Lars Gullik Bjønnes wrote: > You can try out the string.patch at > ftp://ftp.devel.lyx.org/pub/lyx/string.patch it contains all the > changes made to lyxstring since the release of 1.1.2. Thanks. This patch fixes it. Michael -- Michael Meskes

Re: import latex nested table bug

1999-11-23 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | On Tue, Nov 23, 1999 at 04:45:12PM +0100, Lars Gullik Bjønnes wrote: | > Amir Karger <[EMAIL PROTECTED]> writes: | > | > | Hm. I may have found a bug, but if so it's much more rare than what you're | > | saying. When I use exactly the file shown above, t

Re: About overloading virtual methods.

1999-11-23 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Hmm did I forget to add the virtual to the Foo class then... Can Lars> you add it and try again. Yes and, sure enough, it breaks. Lars> I guess I have to revert those changes... Lars> I'll just have to do in a way so that I

Re: epsilon and varepsilon bug

1999-11-23 Thread Alejandro Aguilar Sierra
On 22 Nov 1999, Jean-Marc Lasgouttes wrote: > OK, I'll try that. BTW, Alejandro, I noticed recently that it is now > possible to insert spaces in math formulas. I doubt that it is > intended... Could you have a look? And there was also a patch for > using primes and subscript earlier; is it corre

Re: About overloading virtual methods.

1999-11-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, two things: | | 1/ your exemple did not involve any virtual method, so it is not very | interesting to know that it works :) Hmm did I forget to add the virtual to the Foo class then... Can you add it and try again. | 2/ In the release n

Re: epsilon and varepsilon bug

1999-11-23 Thread Alejandro Aguilar Sierra
On Tue, 23 Nov 1999, Martin Norbäck wrote: > How hard is it to use unicode to display fonts. > I have a unicode font installed, which has almost all of the math > symbols used in both normal math and in ams math. Where can we get that font? > The mathed could just check for the existence of th

Re: import latex nested table bug

1999-11-23 Thread Amir Karger
On Tue, Nov 23, 1999 at 04:45:12PM +0100, Lars Gullik Bjønnes wrote: > Amir Karger <[EMAIL PROTECTED]> writes: > > | Hm. I may have found a bug, but if so it's much more rare than what you're > | saying. When I use exactly the file shown above, then if I try to reexport > | as TeX I get a core du

About overloading virtual methods.

1999-11-23 Thread Jean-Marc Lasgouttes
Lars, two things: 1/ your exemple did not involve any virtual method, so it is not very interesting to know that it works :) 2/ In the release note for cxx 6.2 (what I have is 6.1), I found the following: The C++ International Standard permits overriding a virtual member function based

Re: import latex nested table bug

1999-11-23 Thread Amir Karger
On Tue, Nov 23, 1999 at 04:33:22PM +0100, Jos van den Oever wrote: > Sorry, I forgot to mention I use LyX 1.2 with SuSE 6.0 Well, I'm using 1.0.4pre1 (yes, I'm living in the dark ages) which has the same reLyX. I was able to import the file you sent, as long as I put the word "hi" before the tabl

Re: import latex nested table bug

1999-11-23 Thread Lars Gullik Bjønnes
Amir Karger <[EMAIL PROTECTED]> writes: | On Tue, Nov 23, 1999 at 03:47:33PM +0100, Jos van den Oever wrote: | > When importing a latex file with a tabular nested in a table as in: | > | > \documentclass{article} | > \begin{document} | > \begin{table} | > \begin{tabular}{l} | > contents | >

Re: import latex nested table bug

1999-11-23 Thread Jos van den Oever
Sorry, I forgot to mention I use LyX 1.2 with SuSE 6.0

Re: import latex nested table bug

1999-11-23 Thread Amir Karger
On Tue, Nov 23, 1999 at 03:47:33PM +0100, Jos van den Oever wrote: > When importing a latex file with a tabular nested in a table as in: > > \documentclass{article} > \begin{document} > \begin{table} > \begin{tabular}{l} > contents > \end{tabular} > \caption{caption} > \end{table} > \end{docu

Re: import latex nested table bug

1999-11-23 Thread Lars Gullik Bjønnes
Jos van den Oever <[EMAIL PROTECTED]> writes: Is this a reLyX bug then? Lgb | Hello dear LyX people, | | When importing a latex file with a tabular nested in a table as in: | | \documentclass{article} | \begin{document} | \begin{table} | \begin{tabular}{l} | contents | \end{tabula

import latex nested table bug

1999-11-23 Thread Jos van den Oever
Hello dear LyX people, When importing a latex file with a tabular nested in a table as in: \documentclass{article} \begin{document} \begin{table} \begin{tabular}{l} contents \end{tabular} \caption{caption} \end{table} \end{document} LyX cannot compile the file. When exporting the resulting

shared modules with lyx.

1999-11-23 Thread Lars Gullik Bjønnes
The "experimental" use of libtool works for linux, and I have not seen any failure reports from other archs yet. I suspect that when libtool is used in "static" mode as it is now, we should not have large problems on any system. However I'd like to see "shared" support also tested. Configure wi

Re: [seak.teng-fong@iname.com] Feedback from www.lyx.org

1999-11-23 Thread Jean-Marc Lasgouttes
> "Seak" == Seak, Teng-Fong <[EMAIL PROTECTED]> writes: Seak> Yes, I could assure you that it's conventional (ie. it is a Seak> convention / habit) to use same font size in fraction as well as Seak> in non fraction. In this fraction y² x = -- z Seak> the default behaviour of LyX (and La

Re: [seak.teng-fong@iname.com] Feedback from www.lyx.org

1999-11-23 Thread Lars Gullik Bjønnes
"Seak, Teng-Fong" <[EMAIL PROTECTED]> writes: | > If you want that in a document add the following to your preamble (not | > tested): | > | > \usepackage{amsmath} | > \let\frac=\dfrac | | I suppose you mean in my .lyx file, right? Well, I put these two | lines at the beginning of the file

Re: [seak.teng-fong@iname.com] Feedback from www.lyx.org

1999-11-23 Thread Seak, Teng-Fong
Jean-Marc Lasgouttes wrote: > Seak> Nowadays, fractions in mathematical expressions are becoming so > Seak> common that it\'s conventional to use the same font size for > Seak> fractions. As a result, I\'ve to set \"math-size displaystyle\" > Seak> for every fraction, and it\'s becoming very tedi

Re: epsilon and varepsilon bug

1999-11-23 Thread Martin Norbäck
Mon Nov 22 1999, Alejandro Aguilar Sierra -> > On 22 Nov 1999, Jean-Marc Lasgouttes wrote: > > > I agree on that. Alejandro, would you have objections? Of course, a > > lot of people who used to use epsilon and be pleased to see it > > displayed on screen will not like that, and I am sure we woul

Re: Problems with latest cvs

1999-11-23 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ok, I may be wrong about the int/string return type. Lars> But: [...] Lars> Should absolutely work. It does with both compilers. Lars> Clause 10.3.5 Thanks, JMarc

Re: Problems with latest cvs

1999-11-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Lars> Lars, | | cxx does not like at all your latest changes. Is it | Lars> really supposed to | accept them? | | Lar

Re: [seak.teng-fong@iname.com] Feedback from www.lyx.org

1999-11-23 Thread Jean-Marc Lasgouttes
Seak> Nowadays, fractions in mathematical expressions are becoming so Seak> common that it\'s conventional to use the same font size for Seak> fractions. As a result, I\'ve to set \"math-size displaystyle\" Seak> for every fraction, and it\'s becoming very tedious. Please Seak> consider of implem

Re: Problems with latest cvs

1999-11-23 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> Lars, | | cxx does not like at all your latest changes. Is it Lars> really supposed to | accept them? Lars> A conforming C++ compiler are not supposed to take return typ

[seak.teng-fong@iname.com] Feedback from www.lyx.org

1999-11-23 Thread Lars Gullik Bjønnes
--- Start of forwarded message --- Date: Mon, 22 Nov 1999 14:25:05 +0100 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] SEAK Teng-Fong ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: -

Re: Bug report: LyX Strange: this should actually never happen anymore, this it should be handled by the Absolute check.

1999-11-23 Thread Lars Gullik Bjønnes
Michael Meskes <[EMAIL PROTECTED]> writes: | On Mon, Nov 22, 1999 at 04:23:04PM +0100, Lars Gullik Bjønnes wrote: | > I think this is fixed in cvs. | | Could anyone please tell me if there is a patch for this. I'd like to | backport the neccessary changes to 1.1.2 so teh Debian package is free o

Re: Problems with latest cvs

1999-11-23 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars, | | cxx does not like at all your latest changes. Is it really supposed to | accept them? A conforming C++ compiler are not supposed to take return types into account when doing virtual overloading. class Foo { public: virtual int bar()