Re: Urmpf

2001-11-30 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> The vspace patch Looks OK. BTW, insetminipage and insettabular both use VSpace for some horizontal spaces. They should use LyXLength instead (or LyXGlueLength if glue is allowed/needed; does anyone know about that?). JMarc

Urmpf

2001-11-29 Thread Andre Poenitz
The vspace patch -- André Pönitz .. [EMAIL PROTECTED] Index: vspace.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/vspace.C,v retrieving revision 1.44 diff -u -p -r1.44 vspace.C --

urmpf

2001-11-28 Thread Andre Poenitz
-- André Pönitz .. [EMAIL PROTECTED] types.diff.gz Description: application/gunzip

Re: Urmpf

2001-08-24 Thread Dekel Tsur
On Fri, Aug 24, 2001 at 09:46:25AM +0900, Shigeru Miyata wrote: > In-Reply-To: <[EMAIL PROTECTED]> > > Andre Poenitz <[EMAIL PROTECTED]> wrote: > > > > and the support for \mathscr (\usepackage{eucal}) is problematic since > > > it changes the meaning of \mathcal as well. > > > > How? > > It s

Re: Urmpf^2

2001-08-24 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 06:32:55PM +0200, Andre Poenitz wrote: > > Next try. Here is an updated version of Andre's patch. This version allow to view on screen (almost) all AMS symbols. font4.diff.gz #!/usr/bin/python import sys,string,re def is_prefix(a, b): return a[:len(b)] == b def g

Re: Urmpf

2001-08-23 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> Andre Poenitz <[EMAIL PROTECTED]> wrote: > > and the support for \mathscr (\usepackage{eucal}) is problematic since > > it changes the meaning of \mathcal as well. > > How? It seems \usepackage{euscript} is preferred over \usepackage{eucal}. Anyway, w/o \usepack

Re: Urmpf

2001-08-22 Thread Andre Poenitz
On Thu, Aug 23, 2001 at 10:17:56AM +0900, Shigeru Miyata wrote: > > +namespace { > > + > > +char const * math_font_name[] = { > > + "mathrm", > > + "mathcal", > > + "mathbf", > > + "mathsf", > > + "mathtt", > > + "mathit", > > + "textrm" > > It seems you

Re: Urmpf

2001-08-22 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> Andre Poenitz <[EMAIL PROTECTED]> wrote: > Index: math_charinset.C > === > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_charinset.C,v > retrieving revision 1.9 > diff -u -p -r1.9 math_ch

Urmpf^2

2001-08-22 Thread Andre Poenitz
Next try. -- André Pönitz . [EMAIL PROTECTED] Index: FontLoader.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/FontLoader.C,v retrieving revision 1.29 diff -u -p -r1.29 FontLoader

Re: Urmpf

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 06:08:14PM +0200, Andre Poenitz wrote: This patch only contains the changes in mathed. > Index: math_charinset.C

Urmpf

2001-08-22 Thread Andre Poenitz
-- André Pönitz . [EMAIL PROTECTED] Index: math_charinset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_charinset.C,v retrieving revision 1.9 diff -u -p -r1.9 math_cha