Re: Underscores in import LaTex

2004-06-25 Thread Chris Karakas
Aleksandar Donev <[EMAIL PROTECTED]> schrieb am 25.06.04 20:20:28: > > Hello, > > I am wondering why bug 1389 is still unconfirmed and not being fixed? It > is a real problem for me since I use underscores in citation keys and > equation labels heavily and this simply does not get imported corr

Re: DocBook Export - must distinguish between "equation" and "inlineequation"

2004-06-25 Thread Chris Karakas
Jose' Matos wrote: > On Wednesday 19 May 2004 02:30, Chris Karakas wrote: > Hello Jose', > > regarding the CDATA or not CDATA inside equations if I try to insert an > inequality inside the equation the docbook output is: > ... > < alt >\[ > E< mc^{2} \] > > > ... > without the CDATA

Underscores in import LaTex

2004-06-25 Thread Aleksandar Donev
Hello, I am wondering why bug 1389 is still unconfirmed and not being fixed? It is a real problem for me since I use underscores in citation keys and equation labels heavily and this simply does not get imported correctly by LyX. Any fixes for me? Also, a feature request: The ability to do "se

Re: [PATCH] Re: Bug: problem when using 'very wide margins'

2004-06-25 Thread Angus Leeming
Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: >> > Also add another const: >> >> Then I have to change the whole tex-strings file. > > ...and a bit more. Please have a look at the attached. Looks luverly to me. One less chance for humans to go wrong. -- Angus

Re: [PATCH] Re: Bug: problem when using 'very wide margins'

2004-06-25 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > > Also add another const: > > Then I have to change the whole tex-strings file. ...and a bit more. Please have a look at the attached. Jürgen. Index: lyxlex.C === RCS file: /usr/local/lyx/cvsroot/lyx-dev

Re: [PATCH] Re: Bug: problem when using 'very wide margins'

2004-06-25 Thread Juergen Spitzmueller
Angus Leeming wrote: > size_t const size_string_paperpackages = >         sizeof(string_paperpackages) / sizeof(string_paperpackages[0]); why is this size_t const thing necessary? > Also add another const: Then I have to change the whole tex-strings file. Jürgen.

Re: [PATCH] Re: Bug: problem when using 'very wide margins'

2004-06-25 Thread Angus Leeming
Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: >> Juergen, could you take a look at this? > > The off-by-one-error is in tex-strings.C. I think that the attached > solution is correct and safe, but I'd like to hear your opinion. > Please also tell me if I can apply this also to 1.3 >

[PATCH] Re: Bug: problem when using 'very wide margins'

2004-06-25 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen, could you take a look at this? The off-by-one-error is in tex-strings.C. I think that the attached solution is correct and safe, but I'd like to hear your opinion. Please also tell me if I can apply this also to 1.3 Regards, Jürgen Index: tex-strings.C ===

Re: [PATCH] Fix bug #1609 -- error on emphasize, bold, and similar

2004-06-25 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> Hi JMarc, Alfredo> Jean-Marc Lasgouttes wrote: >> See: http://bugzilla.lyx.org/show_bug.cgi?id=1609 >> >> This patch fixes LyXText::getWord to operate on full LCursor >> instances instead of simple CursorSlices. This fixe

Re: [PATCH] Fix bug #1609 -- error on emphasize, bold, and similar

2004-06-25 Thread Alfredo Braunstein
Hi JMarc, Jean-Marc Lasgouttes wrote: > See: http://bugzilla.lyx.org/show_bug.cgi?id=1609 > > This patch fixes LyXText::getWord to operate on full LCursor instances > instead of simple CursorSlices. This fixes word selection, which was > the problem in bug 1609. I don't get exactly why this sol