Change Tracking & PDF Output

2007-05-04 Thread Michael Gerz
Hello, although I spent a lot of effort in change tracking, there is still no way to show changes in pdflatex output :-( In the past, we discussed whether we should replace dvipost by the two packages "changes.sty" and "changebar.sty". At that time, some said that "changes.sty" is too young

Re: Crash on startup in debug mode!

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 09:48:29PM +, Angus Leeming wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > >> Fixed. Having a readable pixmap format is really an advantage, I've just > added > > >> a 'X' to have a consistent file (also gimp complains with the old one). > > > > > > But cou

Re: Crash on startup in debug mode!

2007-05-04 Thread Angus Leeming
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > >> Fixed. Having a readable pixmap format is really an advantage, I've just added > >> a 'X' to have a consistent file (also gimp complains with the old one). > > > > But couldn't we catch the error? > > I already said that XPM files can be compi

Re: [Cvslog] r18203 - /lyx-devel/trunk/src/frontends/qt4/TocWidget.cpp

2007-05-04 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: younes Date: Fri May 4 19:46:03 2007 New Revision: 18203 URL: http://www.lyx.org/trac/changeset/18203 Log: revision 18202: I forgot this one. Modified: lyx-devel/trunk/src/frontends/qt4/TocWidget.cpp A... here it is :-) Michael

Re: [Cvslog] r18202 - in /lyx-devel/trunk: development/scons/scons_man...

2007-05-04 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: younes Date: Fri May 4 19:37:05 2007 New Revision: 18202 URL: http://www.lyx.org/trac/changeset/18202 Log: TOC Widget beautification by Stefan Schimanski: * lib/images: 3 new icons * TocUi/TocWidget: Replace labeled button with icon buttons. Abdel, th

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 07:47:06PM +0200, Abdelrazak Younes wrote: > Andre Poenitz wrote: > >On Fri, May 04, 2007 at 06:49:32PM +0200, Andre Poenitz wrote: > >>>About this particular one, I proposed to make the method pure virtual, > >>>any objection? > >>Unless you do not end up with 85 implement

Re: downsampling in pdflatex output?

2007-05-04 Thread Paul A. Rubin
John Pye wrote: Helge Hafting wrote: John Pye wrote: Hi all I would like to know if there's a way I can easily downsample (or 'degrade') images in my LyX document when creating output using pdflatex. I have a mix of PNGs, PDFs, EPS and JPG in my document, but my PDF file is starting to become

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, May 04, 2007 at 06:49:32PM +0200, Andre Poenitz wrote: About this particular one, I proposed to make the method pure virtual, any objection? Unless you do not end up with 85 implementations, that's fine with me. Negation is considered a projection... What do you

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 06:49:32PM +0200, Andre Poenitz wrote: > > About this particular one, I proposed to make the method pure virtual, > > any objection? > > Unless you do not end up with 85 implementations, that's fine with me. Negation is considered a projection... Andre'

Re: [PATCH] use toobar buttons instead of labeled buttons in the Toc widget (was Re: Table of contents crashes (again)

2007-05-04 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: Here is a slightly modified version of Stefan's patch. I am not a QT expert but the patch seems to make sense! OK. As Jurgen agreed and Jose did not object, I've committed it. We are now *forced* to find proper bindings for the outline LFUNs. I'

Re: lyx user application for posting

2007-05-04 Thread Paul A. Rubin
Li Wang wrote: I am using Lyx1.4, there are only a few available Document Class, most of the class such as DocBook or Articles are unavailable. Could you tell me how to get these document class? The same way you got setspace.sty (in your other posting). Depending on your LaTeX distribution,

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 05:52:16PM +0200, Abdelrazak Younes wrote: > José Matos wrote: > >On Friday 04 May 2007 16:39:32 Michael Gerz wrote: > >>Do we really have to repeat the term "virtual" in all subclasses? > > > > No, we don't but it is usual to do it to warn the developer that the > > meth

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, May 04, 2007 at 05:47:15PM +0200, Abdelrazak Younes wrote: Michael Gerz wrote: Abdelrazak Younes schrieb: About this particular one, I proposed to make the method pure virtual, any objection? Here is the patch. Do we really have to repeat the term "virtual" in al

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 04:47:43PM +0100, José Matos wrote: > On Friday 04 May 2007 16:39:32 Michael Gerz wrote: > > Do we really have to repeat the term "virtual" in all subclasses? > > No, we don't but it is usual to do it to warn the developer that the method > is virtual. It is good practic

Re: File Opening Bug: LyX/Mac-1.5b2

2007-05-04 Thread Bennett Helm
On May 4, 2007, at 1:23 PM, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Anyway, I think this discussion is orthogonal to the patch. I am already glad that it works :-) I'll commit it. Done. Please close the bug in bugzilla Bennett. I don't believe this was reported to bugzilla. Clos

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 05:47:15PM +0200, Abdelrazak Younes wrote: > Michael Gerz wrote: > >Abdelrazak Younes schrieb: > About this particular one, I proposed to make the method pure > virtual, any objection? > >>Here is the patch. > > > >Do we really have to repeat the term "virtual" in a

Re: [PATCH] use toobar buttons instead of labeled buttons in the Toc widget (was Re: Table of contents crashes (again)

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 05:46:40PM +0200, Michael Gerz wrote: > Abdelrazak Younes schrieb: > >Here is a slightly modified version of Stefan's patch. > I am not a QT expert but the patch seems to make sense! I'd wager a guess that none of us is a QuickTime expert ;-) Andre'

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 05:39:32PM +0200, Michael Gerz wrote: > Abdelrazak Younes schrieb: > >>>About this particular one, I proposed to make the method pure > >>>virtual, any objection? > >Here is the patch. > > Do we really have to repeat the term "virtual" in all subclasses? It is formally no

Re: File Opening Bug: LyX/Mac-1.5b2

2007-05-04 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Anyway, I think this discussion is orthogonal to the patch. I am already glad that it works :-) I'll commit it. Done. Please close the bug in bugzilla Bennett. Abdel.

Re: Crash on startup in debug mode!

2007-05-04 Thread Abdelrazak Younes
Peter Kümmel wrote: Peter Kümmel wrote: Abdelrazak Younes wrote: Any idea someone? Edwin? It seems that "lib/images/math/sqintop.xpm" is corrupt or something... Abdel. Fixed. Having a readable pixmap format is really an advantage, I've just added a 'X' to have a consistent file (also gimp c

Re: [patch] Bidirectional cursor movement in Mathed Inset

2007-05-04 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, May 04, 2007 at 04:07:18PM +0300, Dov Feldstern wrote: Andre Poenitz wrote: The LFUNs are named wrongly. It should be 'LFUN_CHAR_LEFT', since that's what's supposed to happen on screen. This could be mapped to LFUN_CHAR_BACKWARD denepding on isRTL() for 'logical' mo

Re: r18200 - /lyx-devel/trunk/lib/images/math/sqintop.xpm

2007-05-04 Thread José Matos
On Friday 04 May 2007 18:00:56 Abdelrazak Younes wrote: > Thanks. > > Shouldn't we try to catch this kind of errors? > > Abdel. We could have some check in the distribution, no need to code this into lyx, I think... -- José Abílio

Re: Crash on startup in debug mode!

2007-05-04 Thread Peter Kümmel
Peter Kümmel wrote: > Abdelrazak Younes wrote: >> Any idea someone? Edwin? >> >> It seems that "lib/images/math/sqintop.xpm" is corrupt or something... >> >> Abdel. >> > > Fixed. Having a readable pixmap format is really an advantage, I've just added > a 'X' to have a consistent file (also gimp co

Re: r18200 - /lyx-devel/trunk/lib/images/math/sqintop.xpm

2007-05-04 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: kuemmel Date: Fri May 4 18:59:21 2007 New Revision: 18200 URL: http://www.lyx.org/trac/changeset/18200 Log: fix xpm Thanks. Shouldn't we try to catch this kind of errors? Abdel. Modified: lyx-devel/trunk/lib/images/math/sqintop.xpm Modified: lyx-de

Re: Crash on startup in debug mode!

2007-05-04 Thread Peter Kümmel
Abdelrazak Younes wrote: > Any idea someone? Edwin? > > It seems that "lib/images/math/sqintop.xpm" is corrupt or something... > > Abdel. > Fixed. Having a readable pixmap format is really an advantage, I've just added a 'X' to have a consistent file (also gimp complains with the old one). >

Re: [patch] Bidirectional cursor movement in Mathed Inset

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 04:07:18PM +0300, Dov Feldstern wrote: > Andre Poenitz wrote: > > > >The LFUNs are named wrongly. It should be 'LFUN_CHAR_LEFT', since that's > >what's supposed to happen on screen. This could be mapped to > >LFUN_CHAR_BACKWARD denepding on isRTL() for 'logical' movement. >

Re: File Opening Bug: LyX/Mac-1.5b2

2007-05-04 Thread Bennett Helm
On May 4, 2007, at 12:56 PM, Abdelrazak Younes wrote: With this patch, double-clicking a file when LyX isn't running will start LyX and (apparently) ignore session information about what other files to load. So the "revert" dialog gets properly suppressed. But is this the behavior we want?

Re: [patch] Bidirectional cursor movement in Mathed Inset

2007-05-04 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, May 04, 2007 at 03:54:41PM +0300, Dov Feldstern wrote: Hi! This works for me too, so as far as I'm concerned, this should go in (and thanks, Elazar!). If anyone really objects to using "goto", it could be implemented by separating the actual functionality into se

Re: File Opening Bug: LyX/Mac-1.5b2

2007-05-04 Thread Abdelrazak Younes
Bennett Helm wrote: On May 4, 2007, at 11:57 AM, Abdelrazak Younes wrote: I did notice when trying this patch that when I drag a file to the dock icon that is already loaded via sessions, I get the "The document foo.lyx is already loaded. Do you want to revert to the saved version?" dialog. Th

Re: [patch] Bidirectional cursor movement in Mathed Inset

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 03:54:41PM +0300, Dov Feldstern wrote: > Hi! > > This works for me too, so as far as I'm concerned, this should go in > (and thanks, Elazar!). If anyone really objects to using "goto", it > could be implemented by separating the actual functionality into > separate funct

Crash on startup in debug mode!

2007-05-04 Thread Abdelrazak Younes
Any idea someone? Edwin? It seems that "lib/images/math/sqintop.xpm" is corrupt or something... Abdel. QtCored4.dll!qt_message_output(QtMsgType msgType=QtFatalMsg, const char * buf=0x01bfc494) Line 2155 C++ QtCored4.dll!qFatal(const char * msg=0x6712e604, ...) Line 2375 + 0xe bytes C++

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 02:41:55PM +0200, Abdelrazak Younes wrote: > Georg Baum wrote: > >And then look at the very recent marginal bug: AFAIK (correct me if I am > >wrong) this happened because of missing review of the insetName -> name > >change. > > Small correction: this bug appeared in the In

Re: File Opening Bug: LyX/Mac-1.5b2

2007-05-04 Thread José Matos
On Friday 04 May 2007 17:40:45 Bennett Helm wrote: > But is this the behavior we want? (I'm not sure it isn't; I'm just   > asking.) Would it be preferable to load the double-clicked file   > *together with* all other files from the session file? This is the current behaviour in linux as well. S

Re: File Opening Bug: LyX/Mac-1.5b2

2007-05-04 Thread Bennett Helm
On May 4, 2007, at 11:57 AM, Abdelrazak Younes wrote: I did notice when trying this patch that when I drag a file to the dock icon that is already loaded via sessions, I get the "The document foo.lyx is already loaded. Do you want to revert to the saved version?" dialog. That should probably

Re: how to let Lyx set Double space

2007-05-04 Thread Li Wang
Thank you, It is done successfully. Dank !

Re: Re: antialiasing in formulas

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 11:08:45AM +0200, Leuven, E. wrote: > don't we all love fridays... Tell me why I don't like Mondays... Andre'

Re: Towards 1.5.0?

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 10:41:49AM +0200, Abdelrazak Younes wrote: > Sorry Bo, but this seems not realistic at this point. IMHO, the only > serious thing to do is to release 1.5 ASAP and try to release 1.6 not > too far in the future, say... in 3 or 4 month *maximum*. "Christmas". As usual... A

Re: File Opening Bug: LyX/Mac-1.5b2

2007-05-04 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Bennett Helm wrote: On Apr 27, 2007, at 10:38 AM, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Bennett Helm wrote: On Apr 27, 2007, at 9:38 AM, Abdelrazak Younes wrote: Silly me! Try

Re: antialiasing in formulas

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 10:01:47AM +0200, Leuven, E. wrote: > PS for the curious: > > http://leuven.ecodip.net/lyx/anti.png > http://leuven.ecodip.net/lyx/noanti.png Both look awful. Unfortunately I can't blame any of you... Andre'

Re: Towards 1.5.0?

2007-05-04 Thread Andre Poenitz
On Fri, May 04, 2007 at 09:42:57AM +0200, Jean-Marc Lasgouttes wrote: > > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: > > >> Inset::MARGIN_CODE), > InsetName("float", Inset::FLOAT_CODE), > > Bo> ERT_CODE dictates verbatim output which is exactly what > Bo> InsetListings needs. I do not see a

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Abdelrazak Younes
José Matos wrote: On Friday 04 May 2007 16:39:32 Michael Gerz wrote: Do we really have to repeat the term "virtual" in all subclasses? No, we don't but it is usual to do it to warn the developer that the method is virtual. It is good practice to document the function status although it is

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread José Matos
On Friday 04 May 2007 16:39:32 Michael Gerz wrote: > Do we really have to repeat the term "virtual" in all subclasses? No, we don't but it is usual to do it to warn the developer that the method is virtual. It is good practice to document the function status although it is not required by the

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Abdelrazak Younes
Michael Gerz wrote: Abdelrazak Younes schrieb: About this particular one, I proposed to make the method pure virtual, any objection? Here is the patch. Do we really have to repeat the term "virtual" in all subclasses? Yes I think, in case you want to reimplement the method in further deriv

Re: [PATCH] use toobar buttons instead of labeled buttons in the Toc widget (was Re: Table of contents crashes (again)

2007-05-04 Thread Michael Gerz
Abdelrazak Younes schrieb: Here is a slightly modified version of Stefan's patch. I am not a QT expert but the patch seems to make sense! Michael

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Michael Gerz
Abdelrazak Younes schrieb: About this particular one, I proposed to make the method pure virtual, any objection? Here is the patch. Do we really have to repeat the term "virtual" in all subclasses? Michael

Re: [patch] full Armenian language support

2007-05-04 Thread Michael Gerz
José Matos schrieb: I am proposing the removal of the official support for Armenian from 1.5. I tend to agree. Michael

Re: how to let Lyx set Double space

2007-05-04 Thread Jürgen Spitzmüller
Li Wang wrote: > I have tried everything.  I'm getting this error when I try to > double space, Lyx says tex can't find setspace.sty.   > > Where can I get this file? ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/setspace/setspace.sty > and where should I put it so that Lyx can see it?

Re: mathmacro require ignored

2007-05-04 Thread Edwin Leuven
it is in: http://www.lyx.org/trac/changeset/18199 Georg Baum wrote: Leuven, E. wrote: while investigating this bug: http://bugzilla.lyx.org/show_bug.cgi?id=3520 it turned out (thanks to georg for giving me some good hints) that the "requires" field is ignored for macros the attached patch

Re: [patch] full Armenian language support

2007-05-04 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: The biggest quirk I see is that armenian support without having been requested and without input from anybody who understands/needs it (correct me if I am wrong). This is a big error IMO. At the risk of making Uwe very, very angry: Should we revert the changes?

how to change page head ?

2007-05-04 Thread Li Wang
Hi, I am using Lyx 1.4. I use the book in Document Class. Does anybody know how to change the page head from uppercase to lowercase? How to put the page number on the lower page face, not on the upper page face? How to generate a line below the page head and a line above the page number? Thi

Why BufferParam::preamble is a std::string?

2007-05-04 Thread Abdelrazak Younes
The preamble is part of the LyX file right? So it is susceptible to contain non latin unicode characters. Shouldn't we transform that to docstring? Abdel.

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: If you use names for the insets they should IMO be the same names used in the .lyx file after \begin_inset (when this makes sense) Abdelrazak> Yes, that was the idea but I don't know the LyX format. Y

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: And then look at the very recent marginal bug: AFAIK (correct me if I am wrong) this happened because of missing review of the insetName -> name change. Small correction: this bug appeared in the InsetOld -> Inset transfer with the

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: >> And then look at the very recent marginal bug: AFAIK (correct me if I am >> wrong) this happened because of missing review of the insetName -> name >> change. > > Small correction: this bug appeared in the InsetOld -> Inset transfer > with the remov

Re: mathmacro require ignored

2007-05-04 Thread Georg Baum
Leuven, E. wrote: > while investigating this bug: > > http://bugzilla.lyx.org/show_bug.cgi?id=3520 > > it turned out (thanks to georg for giving me some good hints) that the > "requires" field is ignored for macros > > the attached patch fixes the bug for me but, as usual, comments are > apprec

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> If you use names for the insets they should IMO be the same names >> used in the .lyx file after \begin_inset (when this makes sense) Abdelrazak> Yes, that was the idea but I don't know the LyX format. You have to read the v

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: About this particular one, I proposed to make the method pure virtual, any objection? Abdelrazak> Here is the patch. If you use names for the insets they should IM

Re: [PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: >>> About this particular one, I proposed to make the method pure >>> virtual, any objection? Abdelrazak> Here is the patch. If you use names for the insets they should IMO be the same names

Re: mathmacro require ignored

2007-05-04 Thread José Matos
On Friday 04 May 2007 14:59:08 Jean-Marc Lasgouttes wrote: > Looks good. > > JMarc +1 -- José Abílio

[PATCH] name all insets (was Re: lots of unamed insets! (was ...

2007-05-04 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Georg Baum wrote: And then look at the very recent marginal bug: AFAIK (correct me if I am wrong) this happened because of missing review of the insetName -> name change. Small correction: this bug appeared in the InsetOld -> Inset transfer w

Re: mathmacro require ignored

2007-05-04 Thread Jean-Marc Lasgouttes
> "Edwin" == Leuven, E <[EMAIL PROTECTED]> writes: Edwin> while investigating this bug: Edwin> http://bugzilla.lyx.org/show_bug.cgi?id=3520 Edwin> it turned out (thanks to georg for giving me some good hints) Edwin> that the "requires" field is ignored for macros Edwin> the attached patch fi

[PATCH] use toobar buttons instead of labeled buttons in the Toc widget (was Re: Table of contents crashes (again)

2007-05-04 Thread Abdelrazak Younes
Michael Gerz wrote: Jürgen Spitzmüller schrieb: Michael Gerz wrote: Any comments on this issues are welcome. I would like to get some opinions before I change the po file. remove the shortcuts from the dialog and introduce general shortcuts for the outliner actions. Abdel, do you

Re: antialiasing in formulas

2007-05-04 Thread Stefan Schimanski
Thanks! Stefan Edwin Leuven wrote: i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) however, i *strongly* suggest that we revert this patch: http://www.lyx.org/trac/changeset/17639 and get rid of the antialiasing in formulas for the following two re

mathmacro require ignored

2007-05-04 Thread Leuven, E.
while investigating this bug: http://bugzilla.lyx.org/show_bug.cgi?id=3520 it turned out (thanks to georg for giving me some good hints) that the "requires" field is ignored for macros the attached patch fixes the bug for me but, as usual, comments are appreciated... require.patch Descriptio

[Updated Patch] bug 3201: restore cursor position in preamble

2007-05-04 Thread Abdelrazak Younes
Juergen Spitzmueller wrote: Abdelrazak Younes wrote: This patch does that and a bit more. It ensures that the coords are saved and restored in any case (closeEvent and buffer switching). It also does move the preamble related code in apply() and updateParam() in the new PreambleModule class. Id

crash: svn1.5.0 Bidi stability issues

2007-05-04 Thread Dov Feldstern
While looking into the issue of cursor direction in RTL paragraphs, using the latest svn version, I ran into a lot of stability issues and crashes. I'm attaching a file I created, which causes LyX to crash when I try to view the dvi. I haven't investigated this. It may be that the file is corr

Re: [patch] Bidirectional cursor movement in Mathed Inset

2007-05-04 Thread Dov Feldstern
Andre Poenitz wrote: The LFUNs are named wrongly. It should be 'LFUN_CHAR_LEFT', since that's what's supposed to happen on screen. This could be mapped to LFUN_CHAR_BACKWARD denepding on isRTL() for 'logical' movement. Andre' I'm not sure that this is correct: precisely in the situations we'

Re: [patch] Bidirectional cursor movement in Mathed Inset

2007-05-04 Thread Abdelrazak Younes
Dov Feldstern wrote: Hi! This works for me too, so as far as I'm concerned, this should go in (and thanks, Elazar!). If anyone really objects to using "goto", it could be implemented by separating the actual functionality into separate functions --- one for left and one for right, similarly t

lots of unamed insets! (was Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE)

2007-05-04 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Georg Baum wrote: And then look at the very recent marginal bug: AFAIK (correct me if I am wrong) this happened because of missing review of the insetName -> name change. Small correction: this bug appeared in the InsetOld -> Inset transfer with the removal of setInse

Re: [patch] Bidirectional cursor movement in Mathed Inset

2007-05-04 Thread Dov Feldstern
Hi! This works for me too, so as far as I'm concerned, this should go in (and thanks, Elazar!). If anyone really objects to using "goto", it could be implemented by separating the actual functionality into separate functions --- one for left and one for right, similarly to how it's done in h

Re: downsampling in pdflatex output?

2007-05-04 Thread John Pye
Helge Hafting wrote: > John Pye wrote: >> Hi all >> >> I would like to know if there's a way I can easily downsample (or >> 'degrade') images in my LyX document when creating output using >> pdflatex. I have a mix of PNGs, PDFs, EPS and JPG in my document, but my >> PDF file is starting to become l

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Abdelrazak Younes
Georg Baum wrote: And then look at the very recent marginal bug: AFAIK (correct me if I am wrong) this happened because of missing review of the insetName -> name change. Small correction: this bug appeared in the InsetOld -> Inset transfer with the removal of setInsetName(). Nothin to do with

Re: [patch] full Armenian language support

2007-05-04 Thread José Matos
On Friday 04 May 2007 11:13:52 Jean-Marc Lasgouttes wrote: > The biggest quirk I see is that armenian support without having been > requested and without input from anybody who understands/needs it > (correct me if I am wrong). This is a big error IMO. I agree. > JMarc -- José Abílio

Re: [patch] full Armenian language support

2007-05-04 Thread José Matos
On Wednesday 02 May 2007 02:55:07 Uwe Stöhr wrote: > Of course but nobody replied to this topic and your first statement was: > Commit it. I am sorry but what said was: >   Do you have an OK from Georg? If yes then please commit if not I would > like to hear from him. (Hi Georg!) :-) There is

Re: [pacth] bug 3526: utf8 without inputenc (XeTeX)

2007-05-04 Thread Jürgen Spitzmüller
José Matos wrote: > Yes. >   Just nitpicking, the entry in FORMAT should refer to utf8 (there is > utf16)... Did that and committed. Jürgen

Re: [pacth] bug 3526: utf8 without inputenc (XeTeX)

2007-05-04 Thread José Matos
On Friday 04 May 2007 08:40:40 Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: > > > Does this need some lyx2lyx action, i.e. file format change? > > > > Yes. > > Actually, the question was rather silly. > > Attached is a patch including the file format business (in lyx2lyx, I just > copied the utf8x

Lyx 1.5.0beta2 float centering feature request

2007-05-04 Thread Yegor Yefremov
Hi! My use case is: I use figure float and I want to center the graphics. To do this I click somewhere near the graphics and adjust paragraph settings. My question is if it better to extend float menu (accessed with right mouse click) with paragraph settings. Then I have only one global centering

Re: antialiasing in formulas

2007-05-04 Thread Enrico Forestieri
On Fri, May 04, 2007 at 10:34:53AM +0200, Abdelrazak Younes wrote: > Leuven, E. wrote: > >> The only thing I don't like in the antialias case is the > >> horizontal line in the sqrt symbol > > > > i don't like it *at all*, this mixing of antialiasing with non-antialiasing > > And I don't like at

Re: Add article to Press about LyX section on homepage

2007-05-04 Thread Andreas K .
<[EMAIL PROTECTED]> writes: > > On Thu, 3 May 2007, Andreas Karlsson wrote: > > > Hi, > > > > Could someone please add the link > > > > http://www.jstatsoft.org/index.php?vol=17&t=s > > > > to the "Press about LyX" section on > > > > http://www.lyx.org/about/press.php > > I can try to do that

how to let Lyx set Double space

2007-05-04 Thread Li Wang
I have tried everything. I'm getting this error when I try to double space, Lyx says tex can't find setspace.sty. Where can I get this file? and where should I put it so that Lyx can see it?

Re: Towards 1.5.0?

2007-05-04 Thread Ozgur Ugras BARAN
ah, also I can help reviewing/maintaining the code for inset part (and QT part if nobody volunteers). On 5/4/07, Ozgur Ugras BARAN <[EMAIL PROTECTED]> wrote: Listings is a really good package. I agree about not to insert new features at this point but I will be sorry to postpone this feature fo

Re: Towards 1.5.0?

2007-05-04 Thread Ozgur Ugras BARAN
Listings is a really good package. I agree about not to insert new features at this point but I will be sorry to postpone this feature for more than a year. My suggestion is to put this feature in lyx 1.5.0, but not put it in any user visible place. Doing, we keep backward compatibility between 1.

lyx user application for posting

2007-05-04 Thread Li Wang
I am using Lyx1.4, there are only a few available Document Class, most of the class such as DocBook or Articles are unavailable. Could you tell me how to get these document class? The Document Class--book format to write, I found that if I select the Single line Spacing in Text Layout, then it

Re: [patch] full Armenian language support

2007-05-04 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I know that the current state is OK for you and I respect that. Georg> But since Jose asked for quirks and you did only mention one I Georg> felt the need to list the others. That does not mean that any Georg> of these needs to be fixe

RE: antialiasing in formulas

2007-05-04 Thread Leuven, E.
Uwe wrote: > That looks exactly the same here on my system, so what is the problem? if you like the mixing of fuzzy and non-fuzzy lines here: http://leuven.ecodip.net/lyx/anti.png then there is no problem. thing is, i don't and much prefer this: http://leuven.ecodip.net/lyx/noanti.png ... an

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> And then look at the very recent marginal bug: AFAIK (correct Georg> me if I am wrong) this happened because of missing review of Georg> the insetName -> name change. A simple and safe looking change Georg> caused a serious bug. I am c

Re: [patch] full Armenian language support

2007-05-04 Thread Georg Baum
Uwe Stöhr wrote: > >> Are there any quirks in the support for Armenian? If there are > >> please > >> document that somewhere so that we can point people to the right > >> place. > > > Uwe, why did you not answer this question? I am doing that now, because > > I think that the quirks sh

Re: antialiasing in formulas

2007-05-04 Thread Uwe Stöhr
Leuven, E. schrieb: the only thing i can conclude after using it is that in practice this is a regression wrt 1.4 on my system What does not work? Here on Windows, the antialiasing makes things significantly better and is an improvement. http://leuven.ecodip.net/lyx/anti.png http://leuven.

Re: antialiasing in formulas

2007-05-04 Thread Abdelrazak Younes
Leuven, E. wrote: URL: http://www.lyx.org/trac/changeset/18197 Please try again. thanks, but unfortunately still no good: http://leuven.ecodip.net/lyx/anti2.png PS just to be more specific: i do allow screen fonts to be "smoothed around the edges", but i don't have cleartype enabled I do

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: Georg Baum wrote: think I need to reiterate all of them, one example can be seen in my other mail of today. Georg, you know very well that you have to get involved in order to lead. Uwe is simply not as competent as you in this field, I guess none of

RE: Re: antialiasing in formulas

2007-05-04 Thread Leuven, E.
> URL: http://www.lyx.org/trac/changeset/18197 > Please try again. thanks, but unfortunately still no good: http://leuven.ecodip.net/lyx/anti2.png PS just to be more specific: i do allow screen fonts to be "smoothed around the edges", but i don't have cleartype enabled

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Georg Baum
Michael Gerz wrote: > I looked up the meaning of "endorse" and I must confess that I am sorry > that you cannot endorse a product on which you have spent sooo much > spare time. > > Apart from the Armenian support and the recent InsetListings discussion, > what exactly is missing to make LyX 1.5.

Re: antialiasing in formulas

2007-05-04 Thread Abdelrazak Younes
Edwin Leuven wrote: i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) however, i *strongly* suggest that we revert this patch: http://www.lyx.org/trac/changeset/17639 and get rid of the antialiasing in formulas for the following two reasons: 1. the res

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-04 Thread Georg Baum
Abdelrazak Younes wrote: > Georg Baum wrote: >> think I need to reiterate all of them, one example can be seen in my >> other mail of today. > > Georg, you know very well that you have to get involved in order to > lead. Uwe is simply not as competent as you in this field, I guess none > of us is

RE: Re: antialiasing in formulas

2007-05-04 Thread Leuven, E.
don't we all love fridays... ;-) -Original Message- From: news on behalf of Abdelrazak Younes Sent: Fri 5/4/07 11:05 To: lyx-devel@lists.lyx.org Subject: Re: antialiasing in formulas Leuven, E. wrote: >>> i did, here you go again: >> I said that already. Why don't you obey to me > >

Re: antialiasing in formulas

2007-05-04 Thread Abdelrazak Younes
Leuven, E. wrote: i did, here you go again: I said that already. Why don't you obey to me i saw your email only after i send mine? I know... just kidding. and shut up? I forgot the :-) I guess my fate is not to become a manager... I knew that already. not something to regret i

RE: Re: antialiasing in formulas

2007-05-04 Thread Leuven, E.
>> i did, here you go again: > > I said that already. Why don't you obey to me i saw your email only after i send mine? > and shut up? > I guess my fate is not to become a manager... I knew that already. not something to regret i think...

Re: antialiasing in formulas

2007-05-04 Thread Abdelrazak Younes
Leuven, E. wrote: Stefan Schimanski wrote: If you talk about ugliness maybe you should give some proof, pictures could do that. i did, here you go again: I said that already. Why don't you obey to me and shut up? I guess my fate is not to become a manager... I knew that already. Abdel.

RE: antialiasing in formulas

2007-05-04 Thread Leuven, E.
Stefan Schimanski wrote: > If you talk about ugliness maybe you should give some proof, pictures > could do that. i did, here you go again: http://leuven.ecodip.net/lyx/anti.png http://leuven.ecodip.net/lyx/noanti.png > If you don't like antialiased fonts, that's telling a lot already. I > gue

Re: antialiasing in formulas

2007-05-04 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 03.05.2007 um 22:48 schrieb Edwin Leuven: Abdelrazak Younes wrote: Edwin Leuven wrote: i have switched to svn for my daily work now (don't miss good old 1.4.3 for one second!!) however, i *strongly* suggest that we revert this patch: http://www.lyx.org/trac/chan

  1   2   >