Re: Need wiki upload id/pw

2009-07-25 Thread Jürgen Spitzmüller
Paul A. Rubin wrote: > Hi Pavel, > > No, no response yet (and I do have something I need to upload). I've sent Paul the data. Jürgen

Re: Revised modules for theorem-like environments

2009-07-25 Thread Jürgen Spitzmüller
Paul A. Rubin wrote: > > http://www.lyx.org/trac/ticket/5880 > > could you please upload the new patch there? > > I notice a link on the ticket to the revised files (at marc.info). Do > you still want me to upload the new zip, or does that cover it? Please upload it, then we have everything in on

Re: r30779 - lyx-devel/trunk/src/client

2009-07-25 Thread Jürgen Spitzmüller
sa...@lyx.org wrote: > Log: > Fix bug #6106. This can go to branch Juergen. OK. Jürgen

Re: Need wiki upload id/pw

2009-07-25 Thread Paul A. Rubin
Hi Pavel, No, no response yet (and I do have something I need to upload). Thanks, Paul Pavel Sanda wrote: Paul A. Rubin wrote: Hi, My id/pw for uploads to the wiki suddenly stopped working. Can someone send me the current credentials? have you get response? pavel Thanks, Pau

Re: Assert on setCursor()

2009-07-25 Thread Tommaso Cucinotta
Hi again, with the attached ("heuristic") patch I fixed this problem, which was arising when searching for stuff inside a math environment nested inside a table cell (i.e., searching for a+b inside Math.lyx). In such segments, I'm assuming the direction is Left To Right (but don't actually kn

The case for human parsable LyX native format

2009-07-25 Thread Steve Litt
Hi all, I just solved two very difficult LyX problems using Vim, and it reminded me just how lucky we are that the current LyX native format is easily readable and parsable by a normally intelligent human. In the first case, LyX would crash about 3 seconds after opening a document in 1.6.3. F

Assert on setCursor()

2009-07-25 Thread Tommaso Cucinotta
Hi all, could anyone please explain what is the purpose of the "- 2", in this method (from InsetTabular.cpp) ? 5090bool InsetTabular::isRightToLeft(Cursor & cur) const 5091{ 5092LASSERT(cur.depth() > 1, /**/); 5093Paragraph const & parentpar = cur[cur.depth() - 2].parag

Re: Revised modules for theorem-like environments

2009-07-25 Thread Paul A. Rubin
Jürgen Spitzmüller wrote: On 07/23/2009 02:14 PM, Paul A. Rubin wrote: I submitted some modules a while back to allow all the standard/AMS/AMS extended theorem-like environments to use separate counters. I don't see a ticket in Trac, so I guess I must have just e-mailed them to this list. ht

Re: r30694 - in lyx-devel/trunk: development development/scons lib/lyx2lyx src src/frontends/qt4 src/frontends/qt4/ui

2009-07-25 Thread Pavel Sanda
uwesto...@lyx.org wrote: > Author: uwestoehr > Date: Sun Jul 19 23:13:27 2009 > New Revision: 30694 > URL: http://www.lyx.org/trac/changeset/30694 > > Log: > support to specify the paragraph indentation in the document settings dialog; > introduces the new class HSpace; - file format change nic

Re: [patch] Bug #2969. Double labels appear on empty lines of multi-line equations

2009-07-25 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: Besides this, have a look at the LaTeX companion 2nd edition. Ah, I always wondered what this LaTeX thing is you were all talking about. This book is the best LaTeX book I know. You find there not only the usual LaTeX things but also special solutions and des

Re: [patch] Bug #2969. Double labels appear on empty lines of multi-line equations

2009-07-25 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > > Besides this, have a look at the LaTeX companion 2nd edition. > > Ah, I always wondered what this LaTeX thing is you were all talking about. And it isn't even friday :-) Jürgen

Re: [patch] Bug #2969. Double labels appear on empty lines of multi-line equations

2009-07-25 Thread Vincent van Ravesteijn
Besides this, have a look at the LaTeX companion 2nd edition. Ah, I always wondered what this LaTeX thing is you were all talking about. Vincent

Re: [patch] Bug #4473. Incorrect LaTeX output for inter-word space

2009-07-25 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: Because they are absolutely not the same. The simplest example of #4473 is: asdf asd\textcolor{red}{ dasf } which has nothing to do with #4491. Now I see. regards Uwe

Re: [patch] Bug #2969. Double labels appear on empty lines of multi-line equations

2009-07-25 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: It looks like someone spent some effort not to output &'s if they are not necessary. Why would it be more correct to output all &'s ? Isn't it much cleaner not to output them ? It is not clean and even wrong. That we not output the column separators causes the

Re: [patch] Bug #4473. Incorrect LaTeX output for inter-word space

2009-07-25 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: Vincent van Ravesteijn schrieb: This bug is too important to wait for someone willing to rewrite the code, which is noone, which causes the bug to collect dust for over a year. As said your solution also fixes the bug I only wanted to point out what would be the real solu

Re: LyX in different Linux distros (page in Open Source Watershed)

2009-07-25 Thread Pavel Sanda
Christian Ridderström wrote: > Hi, > > The site Open Source Watershed tracks which version of a software that is > available in a specific version of a distribution. There's a page for LyX, > perhaps useful for us to know about: > > http://oswatershed.org/pkg/lyx there is a snippet of html

Re: [patch] Bug #4473. Incorrect LaTeX output for inter-word space

2009-07-25 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: This bug is too important to wait for someone willing to rewrite the code, which is noone, which causes the bug to collect dust for over a year. As said your solution also fixes the bug I only wanted to point out what would be the real solution. Jürgen already

Re: [patch] Bug #2969. Double labels appear on empty lines of multi-line equations

2009-07-25 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: > Is the attached ok ? This only cures the symptom. The bug is that mathed doesn't output a "&" for every column, no matter if the row is empty or not. Create for example a multiline equation where the first row reads "a = b = c", the second row is empty, and the third row

Re: [patch] Bug #4473. Incorrect LaTeX output for inter-word space

2009-07-25 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Of course it's a hack. The fact that textcolor is a bit buggy is reason > enough to fix it with a hack. Since we already have a similar hack for a similar bug (bug 3382, r19057), I see no problem in adding this (branch and trunk). Of course, in the long run, the L

Re: [patch] Bug #4473. Incorrect LaTeX output for inter-word space

2009-07-25 Thread Vincent van Ravesteijn
Uwe Stöhr schreef: > Is the attached OK ? Currently we output this: \textcolor{cyan}{one }\textcolor{cyan}{\emph{two}}\textcolor{cyan}{ three} your patch changes it to: \textcolor{cyan}{one }\textcolor{cyan}{\emph{two}}\textcolor{cyan}{{} three} I apologize for my confusing comment 2 in ht