RE: Add path to original file to converter script

2009-01-19 Thread Roland Clobus
> Roland Clobus wrote: > > > Pavel Sanda wrote: > > > you are right, that there is a bug that $$p is not used. however > this > > > patch > > > looks suspicious from the first sight, as $$i is stuffed from > infile2 > > > while > > > your $$p is stuffed from orig_from. according to the doc $$p shou

Re: Small problem with BlanketPermission on the new site.

2009-01-19 Thread José Matos
On Sunday 18 January 2009 19:21:57 you wrote: > On Tue, Jan 13, 2009 at 01:02:31PM +, Jos? Matos wrote: > > On Tuesday 13 January 2009 02:43:36 John Weiss wrote: > > > On Sat, Jan 10, 2009 at 07:06:41PM +0100, Pavel Sanda wrote: > > > > Angus Leeming wrote: > > > > > We had one curmudgeonly gen

Re: tex2lyx doesn't know about modules...

2009-01-19 Thread Jürgen Spitzmüller
rgheck wrote: > ...and therefore import of AMS documents is messed up. See here: >      http://www.mail-archive.com/lyx-us...@lists.lyx.org/msg70390.html and here: http://bugzilla.lyx.org/show_bug.cgi?id=5702 Jürgen

Re: LyX does not correctly import yex files

2009-01-19 Thread rgheck
Vincent van Ravesteijn - TNW wrote: LyX 1.6.1 for Mac cannot correctly import tex files, even if the tex file has been previously exported from a LyX 1.6.1 file. When the tex file is imported, LyX does not recognize the environments (theorems, lemmas, definitions, etc.), leaves them as plain tex

Re: tex2lyx doesn't know about modules...

2009-01-19 Thread rgheck
rgheck wrote: ...and therefore import of AMS documents is messed up. See here: http://www.mail-archive.com/lyx-us...@lists.lyx.org/msg70390.html A short-term fix would just automatically load the AMS modules with AMS classes. A longer-term fix would have some kind of mapping from environme

tex2lyx doesn't know about modules...

2009-01-19 Thread rgheck
...and therefore import of AMS documents is messed up. See here: http://www.mail-archive.com/lyx-us...@lists.lyx.org/msg70390.html A short-term fix would just automatically load the AMS modules with AMS classes. A longer-term fix would have some kind of mapping from environments and command

Re: [patch] number localization

2009-01-19 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > What are your environment settings wrt the variables I mentionned? juer...@whisper:~/lyx/lyx-qt> echo $LANGUAGE de juer...@whisper:~/lyx/lyx-15x> locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_

Re: [patch] number localization

2009-01-19 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: >> > I see. LANGUAGE=en_EN works as expected. >> >> So, is there a bug that remains? > > Well, still "LC_NUMERIC=C lyx" does not work. I expect it to set the decimal > separator to "." even in a German localization, but it is still "," (yo

Re: [patch] number localization

2009-01-19 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > I see. LANGUAGE=en_EN works as expected. > > So, is there a bug that remains? Well, still "LC_NUMERIC=C lyx" does not work. I expect it to set the decimal separator to "." even in a German localization, but it is still "," (you can also check yourself; some widget

Re: [patch] number localization

2009-01-19 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: >> LANG does not have priority over LC_xxx. Order is LANGUAGE, LC_ALL, >> LC_xxx and LANG. > > I see. LANGUAGE=en_EN works as expected. So, is there a bug that remains? JMarc

Re: [patch] number localization

2009-01-19 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > LANG does not have priority over LC_xxx. Order is LANGUAGE, LC_ALL, > LC_xxx and LANG. I see. LANGUAGE=en_EN works as expected. Jürgen

Re: [patch] number localization

2009-01-19 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > juer...@whisper:~/lyx/lyx-qt> LANG=en_EN src/lyx -dbg locale > Setting debug level to locale > Debugging `locale' (Locale/Internationalisation) > GuiApplication.cpp(1080): Tring to set default locale to: de > GuiApplication.cpp(1097): Successfully installed Qt translat

Re: Export to Latex and Overwriting Included Images

2009-01-19 Thread Anders Host-Madsen
Thanks. I think at least there should be a 'skip' option for the eps files. On Jan 17, 2009, at 10:22 PM, Konrad Hofbauer wrote: Hello, Anders Host-Madsen wrote: > Thanks for your help. After getting a better understanding of LyX I now > understand what is going on. The .eps files that LyX

Re: [patch] number localization

2009-01-19 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > This part of the patch is probably helpful. Could you try it out? It does not seem to help, the decimal separator is still localized with LC_NUMERIC=C. Th console shows this: juer...@whisper:~/lyx/lyx-qt> LC_NUMERIC=C src/lyx -dbg locale Setting debug level to local

Re: LyX Rules!!!

2009-01-19 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: rgheck writes: LyX is currently listed as THE most popular download on eeedownload.asus.com!! Hmm, not anymore. And the number of downloads is 893... Still some work to do before ruling the world. Rabajoie!

Re: [patch] number localization

2009-01-19 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Where I'm heading to, is to make LyX aware of manual LC_NUMERIC changes. So > that LyX respects me requesting "LC_NUMERIC=C lyx". Currently, the value is > overwritten by the LANG (or LANGUAGE?) setting. Unless I miss something, I > don't think your patch changes th

Re: LyX Rules!!!

2009-01-19 Thread Jean-Marc Lasgouttes
rgheck writes: > LyX is currently listed as THE most popular download on > eeedownload.asus.com!! Hmm, not anymore. And the number of downloads is 893... Still some work to do before ruling the world. JMarc

RE: LyX does not correctly import yex files

2009-01-19 Thread Vincent van Ravesteijn - TNW
>LyX 1.6.1 for Mac cannot correctly import tex files, even >if the tex file has been previously exported from a LyX 1.6.1 >file. When the tex file is imported, LyX does not recognize >the environments (theorems, lemmas, definitions, etc.), leaves >them as plain tex commands, and cannot compile the

LyX does not correctly import yex files

2009-01-19 Thread Ehtibar Dzhafarov
LyX 1.6.1 for Mac cannot correctly import tex files, even if the tex file has been previously exported from a LyX 1.6.1 file. When the tex file is imported, LyX does not recognize the environments (theorems, lemmas, definitions, etc.), leaves them as plain tex commands, and cannot compile t