[Fwd from User-list] Paragraph alignment in the toolbar

2009-01-04 Thread Vincent van Ravesteijn
Hi all, This is a mail forwarded (and slightly edited by me) from the User's list of Dieter Jurzitza. I posed two questions in the mail below. Vincent Dieter Jurzitza schreef: > Dear listmembers, > > ... what I would like to see are [four] little symbols for > flush-right, flush-left, center

Another fromLaTeXCommand() Problem

2009-01-04 Thread rgheck
This routine doesn't properly handle things like: {\"u}ber \"u{}ber and the like, but only recognizes: \"{u}ber and similarly, of course, for many other cases. I did something to deal with this case in the read_unicodesymbols() routine in lyx_1_6.py, so maybe something similar should b

Re: Fix for some warnings in the tex2lyx.1 manpage

2009-01-04 Thread Sven Hoexter
On Sun, Jan 04, 2009 at 02:16:30PM -0500, rgheck wrote: > Sven Hoexter wrote: Hi, >> attached is a small patch to set the comments right in the tex2lyx manpage. >> >> > I'm happy to commit this, but someone who actually knows about this > should have a quick look first. Ok. If you look thro

Re: Fix for some warnings in the tex2lyx.1 manpage

2009-01-04 Thread rgheck
Sven Hoexter wrote: Hi, attached is a small patch to set the comments right in the tex2lyx manpage. I'm happy to commit this, but someone who actually knows about this should have a quick look first. rh With this patch applied there are only two warnings waiting to be fixed. $ LANG=C man

Re: AMS math question environment

2009-01-04 Thread rgheck
Russ Woodroofe wrote: Hi all, I hereby license my question environment contribution under the GPL v2 or later (as LyX is licensed). To avoid any possible confusion, I've attached the GPLed patch again below. Thanks! I've committed it and added you to the contributors list. rh

Uninitialized buffer_ Crash

2009-01-04 Thread rgheck
The attached file produces a crash due to an uninitialized Inset::buffer_ in math: #0 0x003c41430ec5 in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x003c41432970 in abort () at abort.c:88 #2 0x00615dba in lyx::lyx_exit (exit_code=7782) at LyX.cpp:200 #3

Fix for some warnings in the tex2lyx.1 manpage

2009-01-04 Thread Sven Hoexter
Hi, attached is a small patch to set the comments right in the tex2lyx manpage. With this patch applied there are only two warnings waiting to be fixed. $ LANG=C man --warnings -l tex2lyx.1 >/dev/null :43: warning: `Tr' not defined :584: warning: `IX' not defined For the first one I've still no