Re: mathed72.diff

2001-05-10 Thread Andre Poenitz
> I forgot another missing feature: > You cannot select more that one cell in an array/eqnarray. Yes, that was the price for the internal seperation of the multiline content into individual cells. This will get re-implemented some day, but not right now... Andre' -- André Pönitz ..

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-10 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | Regards, | | Roman--- src/kbsequence.C.origSun Dec 17 07:09:34 2000 | | +++ src/kbsequence.CThu May 10 00:04:44 2001 | | @@ -261,6 +261,11 @@ | | char kb_sequence::getiso() const | | { | | int const c = getsym();

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-10 Thread Lars Gullik Bjønnes
Roman Maurer <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | > I am not excatly willing to take patches that solve this problem by | > special casing latin2. | > | > and in any event we should to this for the other latinX xkeysyms as | > well. | | Point taken. I'm attaching the

Re: [PATCH] latin2 keysym to ISO Latin 2 characters

2001-05-10 Thread Roman Maurer
Roman Maurer wrote: > > IMHO the patch is OK and I hope that it will be accepted; Oops! Matej Cepl says in lyx-users that the first patch makes the program segfault. :-( I'm sorry, but I don't know enough about LyX coding to help him (it works for me on two other machines and it works for Sas

Re: mathed72.diff

2001-05-10 Thread Dekel Tsur
On Thu, May 10, 2001 at 06:47:22PM +0200, Andre Poenitz wrote: > > Here are few bugs I found in the new code: > > I just wanted to draw you attention to the new patch under > > http://mathematik.htwm.de/tmp/mathed73.gz The file math_matrixinset.h is missing from the patch. > but I fear it wi

Re: mathed72.diff

2001-05-10 Thread Andre Poenitz
> Here are few bugs I found in the new code: I just wanted to draw you attention to the new patch under http://mathematik.htwm.de/tmp/mathed73.gz but I fear it will still contain most of the bugs you mentioned. > Array/eqnarray: > > - Reading a file with an array gives a crash. Could you s

Re: mathed72.diff

2001-05-10 Thread Dekel Tsur
On Wed, May 09, 2001 at 09:17:15PM +0200, Andre Poenitz wrote: > I removed a few things I did not understand, so if your favourite mathed > feature is missing, cry out loud, that's a bug _now_. Here are few bugs I found in the new code: Array/eqnarray: - Reading a file with an array gives a cra

Re: mathed72.diff

2001-05-10 Thread Andre Poenitz
> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../.. > -I../../boost -isystem /usr/X11R6/include -g -O -fno-exceptions -W -Wall > -Wp,-MD,.deps/math_parinset.pp -c math_parinset.C -o math_parinset.o > math_parinset.C:228: warning: #warning this does not compile on gcc 2.97 > math_pari

Re: mathed72.diff

2001-05-10 Thread Oscar Lopez
Dear lyx-developers: I am trying to compile the lyx-devel from the CVS repository applying the mathed72.diff patch submitted by Andre and I have encountered the following problems during the compilation: I applied the patch and I did: $./autogen.sh $./configure $ make in lyx-devel directory.

Re: lyx-devel: Footnote bug

2001-05-10 Thread Dekel Tsur
On Thu, May 10, 2001 at 05:09:28PM +0200, Lars Gullik Bj?nnes wrote: > Are you saying that > > "a\\footnote{% > foo}\n > b" > > equals: > > "a\\footnote{foot} b" > > ? Yes.

Re: lyx-devel: Footnote bug

2001-05-10 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | On Thu, May 10, 2001 at 04:50:24PM +0200, Lars Gullik Bj?nnes wrote: | > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > | > | > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: | > | | > | Dekel> No the problem is footnote specific. If I have

Re: lyx-devel: Footnote bug

2001-05-10 Thread Dekel Tsur
On Thu, May 10, 2001 at 04:50:24PM +0200, Lars Gullik Bj?nnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > | > | Dekel> No the problem is footnote specific. If I have "a\footnote{foo} > | Dekel> b", then the generated L

Re: lyx-devel: Footnote bug

2001-05-10 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> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: | | | Lars> Dekel> No the problem is footnote specific.

Re: lyx-devel: Footnote bug

2001-05-10 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: > > > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > > Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > Lars> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: | | > Lars> Dekel> No the problem is footnote specific. If I have > Lars> "

Re: lyx-devel: Footnote bug

2001-05-10 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: | | Lars> Dekel> No the problem is footnote specific. If I have Lars> "a\footnote{foo} | Dekel> b", then the gener

Re: lyx-devel: Footnote bug

2001-05-10 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: | | Dekel> No the problem is footnote specific. If I have "a\footnote{foo} | Dekel> b", then the generated LaTeX code is: | | a\footnote{% | foo}% | b will a\footnote{% foo} b work cor

Re: still bad after another checkout

2001-05-10 Thread dochawk
juergen joined, > On 09-May-2001 [EMAIL PROTECTED] wrote: > > symlink the libc.so.4 to libc.so.3? ahh, this gets it running. (I > > don't have a /etc/ld.so.conf . . ) > > But shouldn't configure have figured this out? > This isn't a configure problem, this is purely a linker problem! Do you

Re: lyx-devel: Footnote bug

2001-05-10 Thread Andre Poenitz
> a\footnote{% > foo}% > b > > For some reason, the space before the 'b' is ignored, so the dvi shows 'a^1b'. > This also happen for example in the following latex code (the dvi shows 'ab': > a{}% The reason are standard TeX syntax rules: Any leading whitespace in a line is ignored as well as e

Re: lyx-devel: Footnote bug

2001-05-10 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> No the problem is footnote specific. If I have "a\footnote{foo} Dekel> b", then the generated LaTeX code is: a\footnote{% foo}% b Dekel> For some reason, the space before the 'b' is ignored, so the Dekel> dvi shows 'a^1b'. This als

Re: lyx-devel: Footnote bug

2001-05-10 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: > > Michael Schmitt <[EMAIL PROTECTED]> writes: > > | Hi, > | > | if you insert a footnote between two words, the words are concatenated in the > | dvi output even though there is a space after the footnote in the > | lyx document. > > what lyx version? > > with CVS

Re: lyx-devel: Footnote bug

2001-05-10 Thread Dekel Tsur
On Thu, May 10, 2001 at 12:12:03PM +0200, Lars Gullik Bj?nnes wrote: > | dvi output even though there is a space after the footnote in the > | lyx document. > with CVS version footnotes should be no different from any other kind > of inset. so if this bug is there we have it for all insets not ju

Re: lyx-devel: Footnote bug

2001-05-10 Thread Michael Schmitt
Hi Lars, the LyX version I use is about three days old (Kayvan's Binary). Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for Telematics secretary: +49 451 500 3

Re: Feature request: Multipart documents

2001-05-10 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | Hi, | | have you ever considered having a "master document" entry for lyx documents? I | started to split my thesis into several lyx documents. Now, if I make a change | in one of them and I would like to see the impact on the complete thesis, I | ha

Feature request: Multipart documents

2001-05-10 Thread Michael Schmitt
Hi, have you ever considered having a "master document" entry for lyx documents? I started to split my thesis into several lyx documents. Now, if I make a change in one of them and I would like to see the impact on the complete thesis, I have to switch to the master document and export it to dvi

Re: lyx-devel: Footnote bug

2001-05-10 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | Hi, | | if you insert a footnote between two words, the words are concatenated in the | dvi output even though there is a space after the footnote in the | lyx document. what lyx version? with CVS version footnotes should be no different from any o

lyx-devel: Footnote bug

2001-05-10 Thread Michael Schmitt
Hi, if you insert a footnote between two words, the words are concatenated in the dvi output even though there is a space after the footnote in the lyx document. Michael PS: What is the current status of the "natbib" branch? Is it still maintained? -- =

Re: still bad after another checkout

2001-05-10 Thread Juergen Vigna
On 09-May-2001 [EMAIL PROTECTED] wrote: > symlink the libc.so.4 to libc.so.3? ahh, this gets it running. (I > don't have a /etc/ld.so.conf . . ) > > But shouldn't configure have figured this out? This isn't a configure problem, this is purely a linker problem! Do you have somewhere on your s