Re: [Fwd: beamer trouble in 1.6.2]

2009-03-17 Thread fuyuki hane
Thank you for your rapid response. LyX 1.6.2 showed as follows: LaTeX Error Option clash for package geometry. \geometry {verbose} The package geometry has already been loaded with options: [papersize={12.80cm,9.60cm},hmargin=1cm,vmargin=0cm,head=0.5cm,headsep=0pt,fo ot=0.5cm] Ther

[Fwd: beamer trouble in 1.6.2]

2009-03-17 Thread rgheck
Forwarding to devel. Did something happen that could have changed this? Original Message Subject:beamer trouble in 1.6.2 Date: Wed, 18 Mar 2009 10:33:59 +0900 From: fuyuki hane To: lyx-us...@lists.lyx.org hank you for LyX 1.6.2. The beamer in LyX 1.6.2 doesn

Re: eLyXer logo

2009-03-17 Thread José Matos
On Tuesday 17 March 2009 22:38:26 Alex Fernandez wrote: > Hi, Günter, > > > I have expressed my opinion before. It seems too hard to do, at least > for me, and also it will break the standalone nature of eLyXer. But if > you all think that LyX integration requires it, then I will do my best > to ma

Re: r28842 - in /lyx-devel/trunk: configure.ac src/client/cli...

2009-03-17 Thread Enrico Forestieri
On Tue, Mar 17, 2009 at 10:35:58PM -, for...@lyx.org wrote: > Author: forenr > Date: Tue Mar 17 23:35:55 2009 > New Revision: 28842 > > URL: http://www.lyx.org/trac/changeset/28842 > Log: > Fixes for gcc4 on cygwin. Jürgen, OK for branch? > Modified: > lyx-devel/trunk/configure.ac >

Re: eLyXer logo

2009-03-17 Thread Alex Fernandez
Hi, Günter, > I am impressed on the speed ELyXer developed and hope for an inclusion > into LyX (at least as a "recognize and add to converters" configure > option). Keep in mind that my holidays are over; progress with eLyXer will certainly be slower in the future, although I will try to support

Re: Quotes and document settings

2009-03-17 Thread rgheck
Jürgen Spitzmüller wrote: You can use f. ex. \MakeAutoQuote{»}{«} \MakeInnerQuote{¶} and then This is »quoted and »sub-quoted« text« and some ¶single-quoted¶ text. I thought about this kind of thing, but what if someone used those symbols directly? Then we have a problem. Choosing other s

Re: Cannot view pdf help-math: (xargs.sty not found)

2009-03-17 Thread Uwe Stöhr
Waluyo Adi Siswanto schrieb: I just compile 1.6.2 from source in Ubuntu 8.04, and I try to view pdf help-math, but Error List dialog appear: LateX Error:File'xargs.sty' not found. I don't explicitly load this package in Math.lyx, so it seems that another package needs this. What you need is

Re: Cannot view pdf help-math: (xargs.sty not found)

2009-03-17 Thread Jürgen Spitzmüller
Waluyo Adi Siswanto wrote: > I just compile 1.6.2 from source in Ubuntu 8.04, and I try to view pdf > help-math, but Error List dialog appear: LateX Error:File'xargs.sty' not > found. You can get the missing package here: http://tug.ctan.org/tex-archive/macros/latex/contrib/xargs/ Install it in y

Cannot view pdf help-math: (xargs.sty not found)

2009-03-17 Thread Waluyo Adi Siswanto
I just compile 1.6.2 from source in Ubuntu 8.04, and I try to view pdf help-math, but Error List dialog appear: LateX Error:File'xargs.sty' not found. I have the same problem in 1.6.1. I don't know how to view pdf this help-math. Is it a bug or something missing in my Texlive (2007). Regards wa

Re: Bug i Graphics dialog

2009-03-17 Thread Jürgen Spitzmüller
Anders Ekberg wrote: > Can someone please confirm this and whether it is only on Mac and I > will file a bugzilla report if needed. http://bugzilla.lyx.org/show_bug.cgi?id=3852 Jürgen

Bug i Graphics dialog

2009-03-17 Thread Anders Ekberg
When opening the graphics dialog (by clicking on the graphics) for an image with Set width defined. Alter the width and close the dialogue. The next time a graphics dialog is opened the cursor is blinking in the field with the width value (as it should), but the active field is actually the F

Re: Solved - Re: New Language Testing

2009-03-17 Thread Waluyo Adi Siswanto
OK thank you.. that's better and faster, make life easier was > > Yes, I forgot that. Or maybe only > > make id.gmo > sudo make install > > JMarc >

Re: Solved - Re: New Language Testing

2009-03-17 Thread Jean-Marc Lasgouttes
Waluyo Adi Siswanto writes: >>From my local branch po folder: > make update-po > sudo make install Yes, I forgot that. Or maybe only make id.gmo sudo make install JMarc

Re: [patch] child doc session handling

2009-03-17 Thread Jürgen Spitzmüller
rgheck wrote: > Ah, yes. Missed that part. I guess, if there are children open---i.e., > shown in tabs---then the master should just be hidden, rather than closed. I agree. > >> Oh, and your fix to the dataloss bug in that vicinity has one minor > >> flaw: You get asked about the child twice. > >

Re: [patch] child doc session handling

2009-03-17 Thread rgheck
Jürgen Spitzmüller wrote: rgheck wrote: While you're looking at this, have you noticed that closing the master tends to close all the children? That's not necessarily what one wants. Yes, see what I wrote above. Ah, yes. Missed that part. I guess, if there are children open---i.e.,

Re: r28837 - /lyx-devel/trunk/src/VCBackend.cpp

2009-03-17 Thread Jürgen Spitzmüller
rgheck wrote: > This all looks fine to me. Thanks. Jürgen

Re: r28837 - /lyx-devel/trunk/src/VCBackend.cpp

2009-03-17 Thread rgheck
sp...@lyx.org wrote: Author: spitz Date: Tue Mar 17 12:06:28 2009 New Revision: 28837 URL: http://www.lyx.org/trac/changeset/28837 Log: * VCBackend.cpp: - some spelling and grammar fixes (a native EN speaker will have to double-check). This all looks fine to me. rh

Re: eLyXer logo

2009-03-17 Thread José Matos
On Monday 16 March 2009 10:40:30 Abdelrazak Younes wrote: > Once you have an answer, you can add some comments to the source code. > Do we have something like doxygen for python by the way? If yes, is it > used? Any function definition can have a string as the first element and that can be access

Re: Quotes and document settings

2009-03-17 Thread Helge Hafting
Jürgen Spitzmüller wrote: Richard Heck wrote: Should we try to get rid of the quote inset and replace it with a csquote inset? You could ALMOST do it as an InsetFlex, though not quite, due to drawing issues. But surely it wouldn't be that hard. I don't think so. Hard-coded quotation marks are

Re: [PATCH] Bug 1492

2009-03-17 Thread rgheck
Abdelrazak Younes wrote: rgheck wrote: So this seems to fix this old bug. But I'm thinking there's some reason it's too easy. Someone want to tell me why? You're brilliant? ;-) I guess I'm worried that this won't work right with other languages. I get that wrong a lot. rh

Re: [patch] child doc session handling

2009-03-17 Thread Jürgen Spitzmüller
rgheck wrote: > While you're looking at this, have you noticed that closing the master > tends to close all the children? That's not necessarily what one wants. Yes, see what I wrote above. > Oh, and your fix to the dataloss bug in that vicinity has one minor > flaw: You get asked about the child

Re: [patch] child doc session handling

2009-03-17 Thread rgheck
Jürgen Spitzmüller wrote: this patch fixes an annoying problem: child documents that have a default master set are never restored after reopening a session (even if the master was not opened). The patch still keeps the apparently intended behaviour of the removed code: if a master and a child

Re: [patch] bug 5709: multicolumn alignment cannot be changed via toolbar

2009-03-17 Thread rgheck
Jürgen Spitzmüller wrote: Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=5709 This long standing bug is now easy to fix by means of command-alternatives. However, the toolbar is not yet prepared to command-alternatives. The attached patch implements a simple solution: just

Solved - Re: New Language Testing

2009-03-17 Thread Waluyo Adi Siswanto
Finally I found a way to compile the updated po, so I can test in Lyx svn before I send to po-upda...@lyx.org >From my local branch po folder: make update-po sudo make install Now I can work with po and see it in LyX.. Regards was On Tue, 2009-03-17 at 00:16 +0800, Waluyo Adi Siswanto wrote

Re: Branches UI

2009-03-17 Thread Guenter Milde
On 2009-03-16, Richard Heck wrote: > Guenter Milde wrote: >> On 2009-03-16, Pavel Sanda wrote: >>> the attached patches: >>> - introduce new menu item for defining new branch, so you can directly >>> put new branch into the document. I do not know where the new item is currently inserted, but p

Re: LyX 1.6.2

2009-03-17 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: > Any sign of life from Joost yet ? no. Jürgen

RE: LyX 1.6.2

2009-03-17 Thread Vincent van Ravesteijn - TNW
Any sign of life from Joost yet ? Vincent

Re: Update on aussie phaseout and new server

2009-03-17 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Martin Vermeer wrote: >> > Question: how is this server maintained? Do we have good reasons to be >> > confident that it will stay afloat better than aussie did? >> >> Actually aussie did pretty well given its age. Perhaps we owe Trolltech a >> note of thank you. > >

Re: Update on aussie phaseout and new server

2009-03-17 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > > Question: how is this server maintained? Do we have good reasons to be > > confident that it will stay afloat better than aussie did? > > Actually aussie did pretty well given its age. Perhaps we owe Trolltech a > note of thank you. +1 Jürgen

Re: r28831 - in /lyx-devel/branches/BRANCH_1_6_X/src: insets/...

2009-03-17 Thread Jürgen Spitzmüller
spitz wrote: > Author: spitz > Date: Tue Mar 17 10:26:37 2009 > New Revision: 28831 > > URL: http://www.lyx.org/trac/changeset/28831 > Log: > * Fix encoding problem following a Listing (bug 5783). I have tested this change thoroughly for several weeks now (real work) and did not find a problem. H

Re: Update on aussie phaseout and new server

2009-03-17 Thread Martin Vermeer
On Mon, 16 Mar 2009 23:26:33 +0100 Jean-Marc Lasgouttes wrote: > > Question: how is this server maintained? Do we have good reasons to be > confident that it will stay afloat better than aussie did? Actually aussie did pretty well given its age. Perhaps we owe Trolltech a note of thank you. >

Re: eLyXer logo

2009-03-17 Thread Abdelrazak Younes
Guenter Milde wrote: I had a look at lyx2lyx (considering to write a reStructuredText exporter) but badly miss some documentation. I came accross this, maybe it can be of some help: http://blog.tapoueh.org/misc.html http://pgsql.tapoueh.org/hdi/ Abdel.

[patch] child doc session handling

2009-03-17 Thread Jürgen Spitzmüller
this patch fixes an annoying problem: child documents that have a default master set are never restored after reopening a session (even if the master was not opened). The patch still keeps the apparently intended behaviour of the removed code: if a master and a child are opened (child opened fr

Re: LyX 1.6.2: possible performance issue inside master document

2009-03-17 Thread Abdelrazak Younes
pseudo2...@gmx.at wrote: Hi all, has anybody noticed some performance issues while editing inside a master document that includes a number (say about 5 or more) of long child docs. The same large document caused no problems in LyX 1.5.6 indication: cursor movement is annoyingly slow, fast typ

LyX 1.6.2: possible performance issue inside master document

2009-03-17 Thread pseudo2009
Hi all, has anybody noticed some performance issues while editing inside a master document that includes a number (say about 5 or more) of long child docs. The same large document caused no problems in LyX 1.5.6 indication: cursor movement is annoyingly slow, fast typing on keyboard-> you can

Re: [PATCH] Bug 1492

2009-03-17 Thread Abdelrazak Younes
rgheck wrote: So this seems to fix this old bug. But I'm thinking there's some reason it's too easy. Someone want to tell me why? You're brilliant? Abdel.