Re: rtf2latex2e 2-2-0 released, includes LyX Metafile to EPS converter

2012-06-27 Thread Wilfried
Liviu Andronic wrote: > On Tue, Jun 26, 2012 at 7:17 PM, Wilfried wrote: > > For the _Unix_ version we haven't yet found a better converter as in > > rtf2latex2e version 2-0-1. We are experimenting with jodconverter which > > in turn uses parts of OpenOffice for the conversion. It works with some

Re: Windows installer for LyX 2.0.4

2012-06-27 Thread Vincent van Ravesteijn
Op 27-6-2012 2:56, Uwe Stöhr schreef: I now finished the new Windows installer. It is the merge of my old one and Joost's. It still doesn't comply to my first demand, so I still won't accept it. I don't understand why I have to say this over and over again. I already have released a test ve

Re: rtf2latex2e 2-2-0 released, includes LyX Metafile to EPS converter

2012-06-27 Thread Liviu Andronic
On Wed, Jun 27, 2012 at 9:50 AM, Wilfried wrote: > There is an issue with jodconverter and LibreOffice 3.5, see > http://code.google.com/p/jodconverter/issues/detail?id=103 > but the author of jodconverter does not maintain it any longer and waits > for someone to fork and maintain it, see > http:

Re: rtf2latex2e 2-2-0 released, includes LyX Metafile to EPS converter

2012-06-27 Thread Liviu Andronic
On Wed, Jun 27, 2012 at 9:50 AM, Wilfried wrote: > There is an issue with jodconverter and LibreOffice 3.5, see > http://code.google.com/p/jodconverter/issues/detail?id=103 > What about 'unoconv' [1], another cross-platform LibreOffice-based converter. The programme has seen a recent released so i

Re: Cross-session instant preview cache

2012-06-27 Thread Richard Heck
On 06/26/2012 05:12 PM, Alessandro Di Federico wrote: Hi, if you have a lot of instant preview insets in a document, generating all of them requires some time. The LyX GUI doesn't freeze but still it'd be nice to have all the images immediately available, in particular if you just restarted LyX a

Re: Cross-session instant preview cache

2012-06-27 Thread Alessandro Di Federico
On Wed, 2012-06-27 at 07:29 -0400, Richard Heck wrote: > At least some of our conversions are cached, in the cache/ > subdirectory > of the user directory. I guess I'm surprised if none of the instant > previews are. Enable Instant Preview, Help -> Maths, wait to load, close the document, Help

Re: [patch] ampersand + shortcut leaves an underscore in menu

2012-06-27 Thread Jean-Marc Lasgouttes
Le 21/05/2012 08:02, Scott Kostyshak a écrit : In any case, it doesn't look like anyone has reproduced this and no one has complained about it before so I guess we should not do anything about it? Is it unity bug https://bugs.launchpad.net/ubuntu/+source/libdbusmenu/+bug/994564 that you see?

Re: rtf2latex2e 2-2-0 released, includes LyX Metafile to EPS converter

2012-06-27 Thread Wilfried
(This is a copy of the further discussion with Liviu by personal mail.) Liviu Andronic wrote: > On Wed, Jun 27, 2012 at 9:50 AM, Wilfried wrote: > > There is an issue with jodconverter and LibreOffice 3.5, see > > http://code.google.com/p/jodconverter/issues/detail?id=103 > > > What about 'unoconv

Re: rtf2latex2e 2-2-0 released, includes LyX Metafile to EPS converter

2012-06-27 Thread Wilfried
(This is a copy of the further discussion with Liviu by personal mail.) Wilfried wrote: > 1. If we need OpenOffice as helper app for rtf2latex2e, we could do the > conversion completely with OOo and don't need rtf2latex2e at all. > So - does it make sense to use OOo as helper for rtf2latex2e? In m

RE: [patch] ampersand + shortcut leaves an underscore in menu

2012-06-27 Thread Scott Kostyshak
From: Jean-Marc Lasgouttes [lasgout...@lyx.org] Sent: Wednesday, June 27, 2012 9:31 AM >>Le 21/05/2012 08:02, Scott Kostyshak a écrit : >> In any case, it doesn't look like anyone has reproduced this and no one has >> complained about it before so I guess we should not do anything about it? >Is

Re: [LyX master] CJK support for tex2lyx

2012-06-27 Thread Uwe Stöhr
Am 25.06.2012 09:27, schrieb Vincent van Ravesteijn: As Pavel already said, please don't make member variables public just because it is easy. Not only did Pavel suggest to use get** and set** methods, these methods are already there, and you even already use them in your code. I had a look

Re: [LyX master] CJK support for tex2lyx

2012-06-27 Thread Uwe Stöhr
Am 27.06.2012 22:13, schrieb Uwe Stöhr: I had a look but are not able to compile it then. get() is no member of Parser and I can also don't find Pavel's proposed "get_var" elsewhere. Can you please give me a hint or an example? I found it now. regards Uwe

Re: [LyX master] fix bug #8210

2012-06-27 Thread Uwe Stöhr
Am 25.06.2012 10:12, schrieb Vincent van Ravesteijn: Even though Pavel had adviced you to not do this kind of thing, I haven't read Pavel's email before committing this. Please add a function: Thanks, done now. regards Uwe

Re: [LyX master] texlyx: re-privatize a variable as suggested

2012-06-27 Thread Vincent van Ravesteijn
Op 27 jun. 2012 22:33 schreef "Uwe Stöhr" het volgende: > > The branch, master, has been updated. > > - Log - > > commit b6192b7c7f15b44e1f36074c60cc5fc645adcac2 > Author: Uwe Stöhr > Date: Wed Jun 27 22:32:36 2012 +0200 > >tex

Re: [LyX master] tex2lyx: support fontspec scale option

2012-06-27 Thread Uwe Stöhr
Am 26.06.2012 15:32, schrieb Vincent van Ravesteijn: If fontopts is "Mapping=tex-text,Scale=0.75", then i < pos, which is probably not what you want. Many thanks. I forgot to start the search at pos. This is now fixed. regards Uwe

Re: Windows installer for LyX 2.0.4

2012-06-27 Thread Uwe Stöhr
Am 27.06.2012 10:21, schrieb Vincent van Ravesteijn: Op 27-6-2012 2:56, Uwe Stöhr schreef: I now finished the new Windows installer. It is the merge of my old one and Joost's. It still doesn't comply to my first demand, so I still won't accept it. I don't understand why I have to say this o

Re: [LyX master] texlyx: re-privatize a variable as suggested

2012-06-27 Thread Uwe Stöhr
Am 27.06.2012 23:12, schrieb Vincent van Ravesteijn: - p.encoding_latex_ = encoding_old; + p.getEncoding() = encoding_old; Omg, you must be kidding ? This can't work. I'm not god and are not kidding. I of course also make mistakes and this was a copy/past mistake

Re: Windows installer for LyX 2.0.4

2012-06-27 Thread Liviu Andronic
On Wed, Jun 27, 2012 at 11:51 PM, Uwe Stöhr wrote: > If I remember your only remaining complain was that I set MiKTeX to install > missing packages silently. I several times explained in detail why this is > necessary. I accept that you are an expert in many fields but the average > user is not. W