Re: Elsart class complex frontmatter

2007-07-24 Thread José Matos
On Wednesday 25 July 2007 06:41:38 Jürgen Spitzmüller wrote: > You have to set > OptionalArgs1 > in the style definitions (in the layout file), then you can use > Insert->Short Title. > > Jürgen FWIW I did it in my personal copy and it works. :-) We should do this for 1.5.1, this is not a file

Re: Elsart class complex frontmatter

2007-07-24 Thread Jürgen Spitzmüller
Darren Freeman wrote: > Is there a LyX-native way to enter: > > \author[tag1]{Person1}, \author[tag2]{Person2} > \address[tag1]{Address1} > \address[tag2]{Address2} You have to set OptionalArgs1 in the style definitions (in the layout file), then you can use Insert->Short Title. Jürgen

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread Jürgen Spitzmüller
Stefan Schimanski wrote: > Here is a patch fixing that: Thanks. Can you update the patch to recent svn and post it to bugzilla? I guess it's too late for 1.5.0, but I'd like to shove this in 1.5.1. Jürgen

Re: Middle-click copy-paste borked in SVN

2007-07-24 Thread Bo Peng
Jose, can you wait a bit for the fix of this one? Should be a one liner somewhere. I submitted a quick fix (r19199). It can be reverted if JMarc has some better idea. Bo Index: src/Text3.cpp === --- src/Text3.cpp (revision

Re: Middle-click copy-paste borked in SVN

2007-07-24 Thread Bo Peng
Can anyone else reproduce? Yes. I can. Jose, can you wait a bit for the fix of this one? Should be a one liner somewhere. JMarc? Bo

Re: Long ERT hard to read

2007-07-24 Thread Darren Freeman
On Wed, 2007-07-25 at 13:46 +1000, Darren Freeman wrote: > I find that long ERTs are hard to read because they are fully justified. > Is it possible to make them left-justified in a fixed-width font, much Woops I see it is fixed-width. That would explain why I keep thinking I have multiple spaces

Long ERT hard to read

2007-07-24 Thread Darren Freeman
Hi all, I find that long ERTs are hard to read because they are fully justified. Is it possible to make them left-justified in a fixed-width font, much like when you edit TeX with a regular editor? Have fun, Darren

Elsart class complex frontmatter

2007-07-24 Thread Darren Freeman
Hi all, the Elsart class has a non-standard front matter: http://www.elsevier.com/framework_authors/misc/instructions-num.pdf Is the only way to really make use of the tagged author/address/footnote fields at the moment, to use ERT? Is there a LyX-native way to enter: \author[tag1]{Person1}, \

Middle-click copy-paste borked in SVN

2007-07-24 Thread Darren Freeman
Hi all, I noticed this a few days ago but haven't been actively using. This is all within LyX, no external apps. When I copy and paste something, and then select something else and middle-click paste, I get the earlier selection pasted as though the current selection has no effect. Can anyone el

1.4.5 compile - qt library not found

2007-07-24 Thread Bob Lounsbury
I'm not sure what package needs installed. The install instructions mention qt dev packages, but I'm not sure which one. I'm using Ubuntu Dapper ppc and I've installed libqt3-mt-dev, qt3-apps-dev, and qt3-dev-tools. I don't see any other qt dev package that would apply. My configure command is: .

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread José Matos
On Tuesday 24 July 2007 23:33:09 Pavel Sanda wrote: > > Could you update it, please? > > hmm, are we talking about the same patch ? > > $ cat /trash/revert.patch |patch -p0 --dry-run > patching file frontend_helpers.cpp > $ > > pavel Since the other patch was inline... OK, this applies cleanly and

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread Pavel Sanda
> Could you update it, please? hmm, are we talking about the same patch ? $ cat /trash/revert.patch |patch -p0 --dry-run patching file frontend_helpers.cpp $ pavel Index: frontend_helpers.cpp === --- frontend_helpers.cpp(rev

Re: [patch] Metafile formats and conversion

2007-07-24 Thread Bo Peng
Hi, Joost, Is dictionary downloading of the windows installer working on your side? I can not get it working but I may be using the wrong version of NSIS or dependency file... Cheers, Bo

Re: [patch] Metafile formats and conversion

2007-07-24 Thread Joost Verburg
José Matos wrote: On Tuesday 24 July 2007 21:52:38 Joost Verburg wrote: Is this patch OK to apply? OK. I uploaded it to the trunk and the 1.4 branch. Joost

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread José Matos
On Tuesday 24 July 2007 22:24:10 Pavel Sanda wrote: > > > > Do you have a patch? :-) > > already in list :) > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg123126.html > > pavel Could you update it, please? $ patch --dry-run -p0 < /home/jamatos/tmp/revert-locale.patch patching file front

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread Pavel Sanda
> On Tuesday 24 July 2007 21:43:38 Pavel Sanda wrote: > > > OK, I added a FIXME and committed. > > > > > > > I would like to see 1.5.0 out as soon as possible. :-) > > > > sorry to be tiresome :), but i think that also this > > http://bugzilla.lyx.org/show_bug.cgi?id=2738#c18 > > may be good to res

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread José Matos
On Tuesday 24 July 2007 21:43:38 Pavel Sanda wrote: > > OK, I added a FIXME and committed. > > > > > I would like to see 1.5.0 out as soon as possible. :-) > > sorry to be tiresome :), but i think that also this > http://bugzilla.lyx.org/show_bug.cgi?id=2738#c18 > may be good to resolve before 1.5.

Re: [patch] Metafile formats and conversion

2007-07-24 Thread José Matos
On Tuesday 24 July 2007 21:52:38 Joost Verburg wrote: > Is this patch OK to apply? OK. > Regards, > > Joost -- José Abílio

[patch] Metafile formats and conversion

2007-07-24 Thread Joost Verburg
Hi, The default formats list only includes the 16-bit Windows Metafile (WMF) format. The attached patch adds the 32-bit Enhanced Metafile (EMF) format, which is the replacement for WMF. I also added support for the metafile2eps conversion utility that I have written (based on other open-sour

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread Pavel Sanda
> OK, I added a FIXME and committed. > > > I would like to see 1.5.0 out as soon as possible. :-) sorry to be tiresome :), but i think that also this http://bugzilla.lyx.org/show_bug.cgi?id=2738#c18 may be good to resolve before 1.5.0 release :) pavel

Re: [Cvslog] r19193 - /lyx-devel/trunk/ANNOUNCE

2007-07-24 Thread Andre Poenitz
On Tue, Jul 24, 2007 at 06:39:33PM -, [EMAIL PROTECTED] wrote: > +Following the ad hoc tradition of 1.5.0 pre-releases, called > +respectively Ruby (alpha), Towny (beta) and Quinta ("farm" in > +Portuguese for the release candidates) this release starts the Vintage > +selection that are (will b

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread Stefan Schimanski
Am 24.07.2007 um 17:19 schrieb Jürgen Spitzmüller: José Matos wrote: You can commit the second patch. OK, I added a FIXME and committed. I would like to see 1.5.0 out as soon as possible. :-) Me too. Jürgen The reason of the problem: The idea of the beforeDispX/Y_ variables in the

Re: [Cvslog] r19192 [5/5] - in /lyx-devel/trunk/lib/examples: Foils.ly...

2007-07-24 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Modified: lyx-devel/trunk/lib/examples/nl/multicol.lyx URL: http://www.lyx.org/trac/file/lyx-devel/trunk/lib/examples/nl/multicol.lyx?rev=19192 == --- lyx-devel/trunk/lib/examples/nl/multicol.l

LyX 1.4.5 (pre announce)

2007-07-24 Thread José Matos
Hi, as it has become a tradition with releases I have placed the packages for 1.4.5 in http://www.lyx.org/~jamatos/lyx-1.4 As usual if no problems serious problems show up I will upload this file to its final location soon. FWIW the patch to svn related to the version

Re: Support for automake other than 1.9 in lyx-1.4.x

2007-07-24 Thread José Matos
On Tuesday 24 July 2007 16:32:51 Pavel Sanda wrote: > > Hi, > > what needs to be done to expand the support of other versions of > > automake other than 1.9. > > http://www.lyx.org/trac/changeset/17178 I arrived to the same conclusion. :-) Thank you. :-) We can not support previous versions b

Re: Support for automake other than 1.9 in lyx-1.4.x

2007-07-24 Thread Pavel Sanda
> Hi, > what needs to be done to expand the support of other versions of > automake > other than 1.9. http://www.lyx.org/trac/changeset/17178

Support for automake other than 1.9 in lyx-1.4.x

2007-07-24 Thread José Matos
Hi, what needs to be done to expand the support of other versions of automake other than 1.9. In lyx 1.5 we support automake from 1.5 to 1.10... -- José Abílio

Re: [PATCH] Announcement patch for bug 3971, can not display Chinese characters under some circustances.

2007-07-24 Thread Pavel Sanda
> Jose, OK? just an idea - i registered also another problems from CJK user similar to http://bugzilla.lyx.org/show_bug.cgi?id=3673 . (see http://bugs.gentoo.org/show_bug.cgi?id=168799#c20 ). what about to write some paragraph about using CJK into our help for known problems and additional packa

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread Jürgen Spitzmüller
José Matos wrote: >   You can commit the second patch. OK, I added a FIXME and committed. > I would like to see 1.5.0 out as soon as possible. :-) Me too. Jürgen

Re: [PATCH] Announcement patch for bug 3971, can not display Chinese characters under some circustances.

2007-07-24 Thread Bo Peng
On 7/24/07, José Matos <[EMAIL PROTECTED]> wrote: On Tuesday 24 July 2007 15:50:50 Bo Peng wrote: > Jose, OK? OK. Done. Thanks. Bo

Re: [patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread José Matos
On Tuesday 24 July 2007 09:21:39 Jürgen Spitzmüller wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=4055 > > The attached patch (4055.diff) fixes one part of this crash. However, LyX > still asserts when "rtl support" is checked in Preferences->Languages (i.e. > in the default settings). I suspect

Re: [PATCH] Announcement patch for bug 3971, can not display Chinese characters under some circustances.

2007-07-24 Thread José Matos
On Tuesday 24 July 2007 15:50:50 Bo Peng wrote: > Jose, OK? OK. -- José Abílio

[PATCH] Announcement patch for bug 3971, can not display Chinese characters under some circustances.

2007-07-24 Thread Bo Peng
Jose, OK? Index: ANNOUNCE === --- ANNOUNCE(revision 19182) +++ ANNOUNCE(working copy) @@ -113,6 +113,8 @@ the user interface. Note that setting the encoding for these languages in LyX 1.5 by using ERT or the document preamble

Re: Untranslateable strings in LyX (toolbar tooltip, TOC dialog, source preview)

2007-07-24 Thread Bo Peng
But I know some further tests: Add a bogus translation to zh_CN.po, using ascii characters. If you don't see that bogus translation, then something else in LyX is broken. If you see it - then it really is just a font issue. I can see all English (non-translated) words. Another test: Try pasti

Re: Untranslateable strings in LyX (toolbar tooltip, TOC dialog, source preview)

2007-07-24 Thread Helge Hafting
Bo Peng wrote: Testing other languages isn't that hard, if you want to try. Example for debian linux: 1. Ensure that the linux distribution itself has language support. The reason for this is that LyX will not be allowed to select a GUI language not also supported by the distribution.

Re: [patch] fix encoding check

2007-07-24 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > here is a patch. feel free to change it. Thanks. I've applied a modified version. Jürgen

[patch] half fix of bug 4055 (crash when inserting math symbol)

2007-07-24 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=4055 The attached patch (4055.diff) fixes one part of this crash. However, LyX still asserts when "rtl support" is checked in Preferences->Languages (i.e. in the default settings). I suspect the bidi tables are not correctly updated, but I don't understan

Re: plastex

2007-07-24 Thread Jean-Pierre Chrétien
Neal Becker <[EMAIL PROTECTED]> writes: > > Not sure how this could be of use, but it certainly looks interesting: > > http://plastex.sourceforge.net/ > > Sure, as it has a parser included. Tried it on a tex export of example_lyxified.lyx, doesnt't seem to like babel however... -- Jean-Pi