epsilon disagreement

2000-12-08 Thread Yves Capdeboscq
I recently posted a message about the annoyance of LyX not displaying \epsilon anymore. As I understand, this is a thought decision to make things straight, since it was displaying \varepsilon before, and sometimes in the future this problem will be properly addressed. Was this a major change in

Re: epsilon disagreement

2000-12-08 Thread Dekel Tsur
On Fri, Dec 08, 2000 at 01:57:15PM -0500, Yves Capdeboscq wrote: > > I recently posted a message about the annoyance of LyX not displaying > \epsilon anymore. > As I understand, this is a thought decision to make things straight, > since it was displaying \varepsilon before, and sometimes in the

Re: epsilon disagreement

2000-12-08 Thread Yves Capdeboscq
> I think that you should change LM_varepsilon in src/mathed/symbol_def.h > to LM_epsilon, and change LM_epsilon to LM_varepsilon. Or remove LM_epsilon from the undefined lis and define it in the same way as LM_varepsilon..very simple indeed, and it works! Thank you very much! Yves Btw, in

Re: epsilon disagreement

2000-12-13 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Capdeboscq <[EMAIL PROTECTED]> writes: Yves> Btw, in lyx-1.1.6pre2.tar.gz there is a typo in Makefile.in, Yves> POTFILE_IN_DEPS := $(shell find $(top_srcdir)/src -name Yves> Makefile.am) Yves> should be Yves> POTFILE_IN_DEPS = $(shell find $(top_srcdir)/src -name Yves> Mak

Re: epsilon disagreement

2000-12-13 Thread John Levon
On 13 Dec 2000, Jean-Marc Lasgouttes wrote: > In fact, GNU make is needed to compile lyx. why ? thanks john -- "Be conservative in what you do, be liberal in what you accept from others." - Jon Postel

Re: epsilon disagreement

2000-12-13 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On 13 Dec 2000, Jean-Marc Lasgouttes wrote: >> In fact, GNU make is needed to compile lyx. John> why ? Because of the damn gettext makefile... If you are into makefile hacking, you may want to take a look :) JMarc

Re: epsilon disagreement

2000-12-13 Thread Yves Capdeboscq
Point taken. Maybe you should then signal solaris users like me that they should change this line to compile with sun make. After this change, it compiles fine. On 13 Dec 2000, Jean-Marc Lasgouttes wrote: > > Yves> POTFILE_IN_DEPS := $(shell find $(top_srcdir)/src -name > Yves> Makefile.am) >

Re: epsilon disagreement

2000-12-13 Thread Allan Rae
On Wed, 13 Dec 2000, Yves Capdeboscq wrote: > > Point taken. Maybe you should then signal solaris users like me that they > should change this line to compile with sun make. After this change, it > compiles fine. Do you compile --with-included-gettext? Or do you compile with --disable-nls? > On

Re: epsilon disagreement

2000-12-13 Thread Yves Capdeboscq
> Do you compile --with-included-gettext? > Or do you compile with --disable-nls? No idea: whatever the configure script does.