Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Jean-Pierre Chrétien
Stephan Witt st.witt at gmx.net writes: That's why it's crucial to have a so-called shebang at start of a script. If it's missing the script gets executed by the login shell. For scripts installed and used system-wide this is not good. I have the #! line at start of all of my own scripts.

Recursive repaint detected

2011-06-14 Thread Jean-Pierre Chrétien
Hello, I have quite often a crash with lyx-2.0.0 and this kind of errors: QPaintEngine::setSystemClip: Should not be changed while engine is active QPaintEngine::setSystemClip: Should not be changed while engine is active QWidgetPrivate::beginSharedPainter: Painter is already active

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Stephan Witt
Am 14.06.2011 um 08:50 schrieb Jean-Pierre Chrétien: Stephan Witt st.witt at gmx.net writes: That's why it's crucial to have a so-called shebang at start of a script. If it's missing the script gets executed by the login shell. For scripts installed and used system-wide this is not good.

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Kornel
Am utorok 14 Jún 2011 schrieb Stephan Witt: Am 14.06.2011 um 08:50 schrieb Jean-Pierre Chrétien: Stephan Witt st.witt at gmx.net writes: That's why it's crucial to have a so-called shebang at start of a script. If it's missing the script gets executed by the login shell. For scripts

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Kornel
Am pondelok 13 Jún 2011 schrieb Jean-Pierre Chrétien: Enrico Forestieri forenr at lyx.org writes: This seems to be a stupid Qt bug, so let's try without relying on Qt. Does the attached patch work for you? I can now compile the UserGuide flawlessly. Works for me too. Kornel

Re: Recursive repaint detected

2011-06-14 Thread Richard Heck
On 06/14/2011 03:43 AM, Jean-Pierre Chrétien wrote: Hello, I have quite often a crash with lyx-2.0.0 and this kind of errors: QPaintEngine::setSystemClip: Should not be changed while engine is active QPaintEngine::setSystemClip: Should not be changed while engine is active

LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. Richard

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Jean-Marc Lasgouttes
On mar. 14 juin 2011 15:11:23 CEST, Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. I have small changes for

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 09:25 AM, Jean-Marc Lasgouttes wrote: On mar. 14 juin 2011 15:11:23 CEST, Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like

Re: Recursive repaint detected

2011-06-14 Thread Vincent van Ravesteijn
On 14-6-2011 9:43, Jean-Pierre Chrétien wrote: Hello, I have quite often a crash with lyx-2.0.0 and this kind of errors: QPaintEngine::setSystemClip: Should not be changed while engine is active QPaintEngine::setSystemClip: Should not be changed while engine is active

Re: Recursive repaint detected

2011-06-14 Thread Jean-Pierre Chrétien
Vincent van Ravesteijn a écrit : On 14-6-2011 9:43, Jean-Pierre Chrétien wrote: Hello, I have quite often a crash with lyx-2.0.0 and this kind of errors: QPaintEngine::setSystemClip: Should not be changed while engine is active QPaintEngine::setSystemClip: Should not be changed while engine

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Pavel Sanda
Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. i would like to have hunspell detection in. secondly,

Re: LyX on SourceForge (was: Re: ftp.lyx.org down?)

2011-06-14 Thread Pavel Sanda
Liviu Andronic wrote: Shouldn't we follow up on this idea? lyx.org is being systematically brought down by users eager to try out LyX, and it would be a good idea to have a server (or at least a mirror) that can cope with spikes in demand. systematically? i remember once, when 2.0.0 was

Re: Using pkgconfig to configure hunspell (autotools)

2011-06-14 Thread José Matos
On Sunday 12 June 2011 15:34:43 Pavel Sanda wrote: I plan to commit this patch to devel. Jose, is there some reason this is not in yet? I had been in Germany last week (Potsdam) so I had no time to commit but it was on my todo list. I noticed that you commited it (both to thrunk and

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Jean-Pierre Chrétien
Kornel kornel at lyx.org writes: But it is. The script starts here with eval '(exit $?0)' eval 'exec perl -S $0 ${1+$ at }' eval 'exec perl -S $0 $argv:q' if 0; This is not a problem, if started through the OS, say #epstopdf --hep but started witch csh directly the

Re: Recursive repaint detected

2011-06-14 Thread Vincent van Ravesteijn
On 14-6-2011 16:13, Jean-Pierre Chrétien wrote: Vincent van Ravesteijn a écrit : On 14-6-2011 9:43, Jean-Pierre Chrétien wrote: Qt 4 Frontend: Qt 4 version: 4.4.3 That's the problem. These problems were fixed in Qt4.5. Vincent

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 10:25 AM, Pavel Sanda wrote: Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. i would like to

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Pavel Sanda
Richard Heck wrote: On 06/14/2011 10:25 AM, Pavel Sanda wrote: Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Pavel Sanda
Richard Heck wrote: email!) So if you have anything you'd like included, please say so now. btw i remember unanswered mail from Paul Rubin about Case environment (some pending patches). pavel

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Tommaso Cucinotta
Il 14/06/2011 15:11, Richard Heck ha scritto: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. Richard I'm working to some

Re: r39048 - in lyx-devel/trunk/lib: examples examples/ca examples/da examples/de examples/el examples/es examples/eu examples/fa examples/fr examples/gl examples/he examples/hu examples/id examples/i

2011-06-14 Thread Pavel Sanda
uwesto...@lyx.org wrote: Author: uwestoehr Date: Tue Jun 14 18:32:44 2011 New Revision: 39048 URL: http://www.lyx.org/trac/changeset/39048 Log: example files, template files, layout files: port my latest changes to trunk 2.0 documentation work was quite unfinished at the time of release

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 12:40 PM, Tommaso Cucinotta wrote: Il 14/06/2011 15:11, Richard Heck ha scritto: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included,

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 12:02 PM, Pavel Sanda wrote: you are aware about the release procedure wiki page, right? i have even some git related scripts locally. Yes, I've looked at that page and will follow it closely, probably updating it as I go. rh

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Uwe Stöhr
Am 14.06.2011 15:11, schrieb Richard Heck: I intend to build and tag LyX 2.0.1 on Wednesday--- This is not possible because MiKTeX has a nasty bug that breaks the installations on Windows: When LyX is installed finally the configure.py is run. This checks for missing LaTeX-packages. When

Re: r39048 - in lyx-devel/trunk/lib: examples examples/ca examples/da examples/de examples/el examples/es examples/eu examples/fa examples/fr examples/gl examples/he examples/hu examples/id examples/i

2011-06-14 Thread Uwe Stöhr
Am 14.06.2011 18:46, schrieb Pavel Sanda: 2.0 documentation work was quite unfinished at the time of release and there is still lot of todo icons in news wiki page. I know and are starting to finish it now. But for 2.0.1 I want to have at least all files in the latest file format and

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 01:07 PM, Uwe Stöhr wrote: Am 14.06.2011 15:11, schrieb Richard Heck: I intend to build and tag LyX 2.0.1 on Wednesday--- This is not possible because MiKTeX has a nasty bug that breaks the installations on Windows: When LyX is installed finally the configure.py is run. This

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Enrico Forestieri
On Mon, Jun 13, 2011 at 03:49:52PM -0400, Richard Heck wrote: On 06/13/2011 02:13 PM, Enrico Forestieri wrote: On Mon, Jun 13, 2011 at 07:25:18AM +, Jean-Pierre Chrétien wrote: Richard Heck rgheck at comcast.net writes: Untested patch attached. But I think something like this is

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Jürgen Spitzmüller
Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. Alas, I just stumbled over a bug today that should be fixed before that. Lyx segfaults as soon as you open a document with an unknown layout. It asserts in

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Peter Kümmel
On 14.06.2011 20:58, Jürgen Spitzmüller wrote: Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. Alas, I just stumbled over a bug today that should be fixed before that. Lyx segfaults as soon as you open a document

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Kornel
Am utorok 14 Jún 2011 schrieb Peter Kümmel: On 14.06.2011 20:58, Jürgen Spitzmüller wrote: Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. Alas, I just stumbled over a bug today that should be fixed before

Re: LyX on SourceForge (was: Re: ftp.lyx.org down?)

2011-06-14 Thread Liviu Andronic
On Tue, Jun 14, 2011 at 4:27 PM, Pavel Sanda sa...@lyx.org wrote: systematically? i remember once, when 2.0.0 was announced. otherwise i have hard time to remember when this happened. Personally I have stumbled upon an unresponsive server several times, not only around releases, but I also hear

Re: Images in Headings/TOC

2011-06-14 Thread Julien Rioux
On 14/06/2011 10:49 AM, H. Hodges wrote: Julien Riouxjriouxat physics.utoronto.ca writes: There is a way to distinguish in-text section text and in-toc section text. If that's what you want, here's how to do it. With your cursor on the section line inside the LyX editor window, use

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Enrico Forestieri
On Tue, Jun 14, 2011 at 08:58:08PM +0200, Andre Poenitz wrote: On Tue, Jun 14, 2011 at 08:16:49PM +0200, Enrico Forestieri wrote: No, I didn't find anything specific but it is clear that using the QtCore library is not advisable for this task. PS I can do the recommit to branch, once

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Uwe Stöhr
Am 14.06.2011 19:13, schrieb Richard Heck: Is this a problem with current MiKTeX? Is there an older version that works? When LyX 2.0.0 was released it worked, but shipping this version won't help as the first reconfiguration of MiKTeX will introduce the bug and we have to setup LyX for

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Jean-Pierre Chrétien
Stephan Witt gmx.net> writes: > > That's why it's crucial to have a so-called "shebang" at start of a script. > If it's missing the script gets executed by the login shell. For scripts > installed and used system-wide this is not good. > > I have the #! line at start of all of my own scripts.

Recursive repaint detected

2011-06-14 Thread Jean-Pierre Chrétien
Hello, I have quite often a crash with lyx-2.0.0 and this kind of errors: QPaintEngine::setSystemClip: Should not be changed while engine is active QPaintEngine::setSystemClip: Should not be changed while engine is active QWidgetPrivate::beginSharedPainter: Painter is already active

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Stephan Witt
Am 14.06.2011 um 08:50 schrieb Jean-Pierre Chrétien: > Stephan Witt gmx.net> writes: > >> >> That's why it's crucial to have a so-called "shebang" at start of a script. >> If it's missing the script gets executed by the login shell. For scripts >> installed and used system-wide this is not

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Kornel
Am utorok 14 Jún 2011 schrieb Stephan Witt: > Am 14.06.2011 um 08:50 schrieb Jean-Pierre Chrétien: > > Stephan Witt gmx.net> writes: > >> That's why it's crucial to have a so-called "shebang" at start of a > >> script. If it's missing the script gets executed by the login shell. > >> For scripts

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Kornel
Am pondelok 13 Jún 2011 schrieb Jean-Pierre Chrétien: > Enrico Forestieri lyx.org> writes: > > This seems to be a stupid Qt bug, so let's try without relying on Qt. > > Does the attached patch work for you? > > I can now compile the UserGuide flawlessly. Works for me too. Kornel

Re: Recursive repaint detected

2011-06-14 Thread Richard Heck
On 06/14/2011 03:43 AM, Jean-Pierre Chrétien wrote: > Hello, > > I have quite often a crash with lyx-2.0.0 and this kind of errors: > > QPaintEngine::setSystemClip: Should not be changed while engine is active > QPaintEngine::setSystemClip: Should not be changed while engine is active >

LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. Richard

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Jean-Marc Lasgouttes
On mar. 14 juin 2011 15:11:23 CEST, Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. I have small changes for

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 09:25 AM, Jean-Marc Lasgouttes wrote: > On mar. 14 juin 2011 15:11:23 CEST, Richard Heck wrote: >> I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to >> do so, as it will be my first time. (Pavel, Jurgen, please check your >> email!) So if you have anything you'd

Re: Recursive repaint detected

2011-06-14 Thread Vincent van Ravesteijn
On 14-6-2011 9:43, Jean-Pierre Chrétien wrote: > Hello, > > I have quite often a crash with lyx-2.0.0 and this kind of errors: > > QPaintEngine::setSystemClip: Should not be changed while engine is active > QPaintEngine::setSystemClip: Should not be changed while engine is active >

Re: Recursive repaint detected

2011-06-14 Thread Jean-Pierre Chrétien
Vincent van Ravesteijn a écrit : On 14-6-2011 9:43, Jean-Pierre Chrétien wrote: Hello, I have quite often a crash with lyx-2.0.0 and this kind of errors: QPaintEngine::setSystemClip: Should not be changed while engine is active QPaintEngine::setSystemClip: Should not be changed while engine

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Pavel Sanda
Richard Heck wrote: > I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do > so, as it will be my first time. (Pavel, Jurgen, please check your > email!) So if you have anything you'd like included, please say so now. i would like to have hunspell detection in. secondly,

Re: LyX on SourceForge (was: Re: ftp.lyx.org down?)

2011-06-14 Thread Pavel Sanda
Liviu Andronic wrote: > Shouldn't we follow up on this idea? lyx.org is being systematically > brought down by users eager to try out LyX, and it would be a good > idea to have a server (or at least a mirror) that can cope with spikes > in demand. systematically? i remember once, when 2.0.0 was

Re: Using pkgconfig to configure hunspell (autotools)

2011-06-14 Thread José Matos
On Sunday 12 June 2011 15:34:43 Pavel Sanda wrote: > > I plan to commit this patch to devel. > > Jose, is there some reason this is not in yet? I had been in Germany last week (Potsdam) so I had no time to commit but it was on my todo list. I noticed that you commited it (both to thrunk and

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Jean-Pierre Chrétien
Kornel lyx.org> writes: > But it is. The script starts here with > eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$ "}' && eval > 'exec perl -S $0 $argv:q' > if 0; > > This is not a problem, if started through the OS, say > #epstopdf --hep > but started witch csh directly

Re: Recursive repaint detected

2011-06-14 Thread Vincent van Ravesteijn
On 14-6-2011 16:13, Jean-Pierre Chrétien wrote: > Vincent van Ravesteijn a écrit : >> On 14-6-2011 9:43, Jean-Pierre Chrétien wrote: > Qt 4 Frontend: > Qt 4 version: 4.4.3 That's the problem. These problems were fixed in Qt4.5. Vincent

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 10:25 AM, Pavel Sanda wrote: Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. i would like to

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Pavel Sanda
Richard Heck wrote: > On 06/14/2011 10:25 AM, Pavel Sanda wrote: >> Richard Heck wrote: >>> I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do >>> so, as it will be my first time. (Pavel, Jurgen, please check your >>> email!) So if you have anything you'd like included,

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Pavel Sanda
Richard Heck wrote: > email!) So if you have anything you'd like included, please say so now. btw i remember unanswered mail from Paul Rubin about Case environment (some pending patches). pavel

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Tommaso Cucinotta
Il 14/06/2011 15:11, Richard Heck ha scritto: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included, please say so now. Richard I'm working to some

Re: r39048 - in lyx-devel/trunk/lib: examples examples/ca examples/da examples/de examples/el examples/es examples/eu examples/fa examples/fr examples/gl examples/he examples/hu examples/id examples/i

2011-06-14 Thread Pavel Sanda
uwesto...@lyx.org wrote: > Author: uwestoehr > Date: Tue Jun 14 18:32:44 2011 > New Revision: 39048 > URL: http://www.lyx.org/trac/changeset/39048 > > Log: > example files, template files, layout files: port my latest changes to trunk 2.0 documentation work was quite unfinished at the time of

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 12:40 PM, Tommaso Cucinotta wrote: Il 14/06/2011 15:11, Richard Heck ha scritto: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. (Pavel, Jurgen, please check your email!) So if you have anything you'd like included,

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 12:02 PM, Pavel Sanda wrote: you are aware about the release procedure wiki page, right? i have even some git related scripts locally. Yes, I've looked at that page and will follow it closely, probably updating it as I go. rh

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Uwe Stöhr
Am 14.06.2011 15:11, schrieb Richard Heck: I intend to build and tag LyX 2.0.1 on Wednesday--- This is not possible because MiKTeX has a nasty bug that breaks the installations on Windows: When LyX is installed finally the configure.py is run. This checks for missing LaTeX-packages. When

Re: r39048 - in lyx-devel/trunk/lib: examples examples/ca examples/da examples/de examples/el examples/es examples/eu examples/fa examples/fr examples/gl examples/he examples/hu examples/id examples/i

2011-06-14 Thread Uwe Stöhr
Am 14.06.2011 18:46, schrieb Pavel Sanda: 2.0 documentation work was quite unfinished at the time of release and there is still lot of todo icons in news wiki page. I know and are starting to finish it now. But for 2.0.1 I want to have at least all files in the latest file format and

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Richard Heck
On 06/14/2011 01:07 PM, Uwe Stöhr wrote: Am 14.06.2011 15:11, schrieb Richard Heck: I intend to build and tag LyX 2.0.1 on Wednesday--- This is not possible because MiKTeX has a nasty bug that breaks the installations on Windows: When LyX is installed finally the configure.py is run. This

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Enrico Forestieri
On Mon, Jun 13, 2011 at 03:49:52PM -0400, Richard Heck wrote: > On 06/13/2011 02:13 PM, Enrico Forestieri wrote: > > On Mon, Jun 13, 2011 at 07:25:18AM +, Jean-Pierre Chrétien wrote: > > > >> Richard Heck comcast.net> writes: > >> > >>> Untested patch attached. But I think something like this

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Jürgen Spitzmüller
Richard Heck wrote: > I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do > so, as it will be my first time. Alas, I just stumbled over a bug today that should be fixed before that. Lyx segfaults as soon as you open a document with an unknown layout. It asserts in

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Peter Kümmel
On 14.06.2011 20:58, Jürgen Spitzmüller wrote: Richard Heck wrote: I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do so, as it will be my first time. Alas, I just stumbled over a bug today that should be fixed before that. Lyx segfaults as soon as you open a document

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Kornel
Am utorok 14 Jún 2011 schrieb Peter Kümmel: > On 14.06.2011 20:58, Jürgen Spitzmüller wrote: > > Richard Heck wrote: > >> I intend to build and tag LyX 2.0.1 on Wednesday---or at least try to do > >> so, as it will be my first time. > > > > Alas, I just stumbled over a bug today that should be

Re: LyX on SourceForge (was: Re: ftp.lyx.org down?)

2011-06-14 Thread Liviu Andronic
On Tue, Jun 14, 2011 at 4:27 PM, Pavel Sanda wrote: > systematically? i remember once, when 2.0.0 was announced. otherwise > i have hard time to remember when this happened. > Personally I have stumbled upon an unresponsive server several times, not only around releases, but I also

Re: Images in Headings/TOC

2011-06-14 Thread Julien Rioux
On 14/06/2011 10:49 AM, H. Hodges wrote: Julien Rioux writes: There is a way to distinguish in-text section text and in-toc section text. If that's what you want, here's how to do it. With your cursor on the section line inside the LyX editor window, use

Re: epstopdf fails with 2.0.1svn

2011-06-14 Thread Enrico Forestieri
On Tue, Jun 14, 2011 at 08:58:08PM +0200, Andre Poenitz wrote: > On Tue, Jun 14, 2011 at 08:16:49PM +0200, Enrico Forestieri wrote: > > No, I didn't find anything specific but it is clear that using the QtCore > > library is not advisable for this task. > > > > > PS I can do the recommit to

Re: LyX 2.0.1 Wednesday

2011-06-14 Thread Uwe Stöhr
Am 14.06.2011 19:13, schrieb Richard Heck: Is this a problem with current MiKTeX? Is there an older version that works? When LyX 2.0.0 was released it worked, but shipping this version won't help as the first reconfiguration of MiKTeX will introduce the bug and we have to setup LyX for