Re: r40402 - lyx-devel/trunk/src/support

2011-12-06 Thread Richard Heck
On 12/6/11 7:20 PM, Enrico Forestieri wrote: On Tue, Dec 06, 2011 at 09:52:20PM +0100, kuem...@lyx.org wrote: Author: kuemmel Date: Tue Dec 6 21:52:19 2011 New Revision: 40402 URL: http://www.lyx.org/trac/changeset/40402 Log: timeout_min is platform independent If a converter hangs, you canno

Re: Collaborative real-time editing (#7859)

2011-12-06 Thread Tommaso Cucinotta
Il 05/12/2011 22:50, Guenter Milde ha scritto: However, I think that it makes more sense to have 'pidgin-lyx' plugin than adding chatting capabilities to LyX. A quick internet search pointed to an existing 'pidgin-latex' plugin [1]. I guess that this could be readily used to paste math copied f

Re: r40402 - lyx-devel/trunk/src/support

2011-12-06 Thread Pavel Sanda
Enrico Forestieri wrote: > May I, at least, suggest to either allowing to kill stalled converters this will be indeed useful. i have been already bitten by the impossibility to exit lyx when export freezes -- just try to reproduce #7914 ! :) pavel

Re: r40402 - lyx-devel/trunk/src/support

2011-12-06 Thread Enrico Forestieri
On Tue, Dec 06, 2011 at 09:52:20PM +0100, kuem...@lyx.org wrote: > Author: kuemmel > Date: Tue Dec 6 21:52:19 2011 > New Revision: 40402 > URL: http://www.lyx.org/trac/changeset/40402 > > Log: > timeout_min is platform independent If a converter hangs, you cannot quit LyX before 30 minutes. It h

Re: HTML Footnotes as Endnotes

2011-12-06 Thread Rob Oakes
Hi Richard, Thanks for the feedback, I really appreciate it. On Dec 6, 2011, at 4:39 PM, Richard Heck wrote: > I wonder if we'd be better just outputting footnotes as endnotes > all the time. The inline version we now use is cool, but maybe it's too > cool for it's own good. I actually think th

Re: HTML Footnotes as Endnotes

2011-12-06 Thread Richard Heck
On 12/06/2011 03:55 PM, Rob Oakes wrote: > Dear LyX Developers, > > I've continued working on some of the challenges to getting clean ePub from > LyX and have finished an inset that tentatively allows you to move footnotes > to endnotes when exporting to HTML. Attached is a patch implementing th

Re: Export Stylesheet as Separate File

2011-12-06 Thread Richard Heck
On 12/04/2011 06:37 PM, Rob Oakes wrote: > Hi Richard and Others, > > Thanks for the clarification. I've rewritten the export CSS to export CSS as > a separate file. It now uses the export machinery correctly to copy the > files. I've also tried to structure it so that it fails more gracefully, p

Re: CMake problems was: removing scons

2011-12-06 Thread Peter Kümmel
There is another issue I noticed: Even if I just have compiled LyX and thus all libs are upt to date, the po-files are recreated. This is unnecessary because nothing has been changed. Is it possible to check also for the po files if something was changed and compile only then? Same here, I'

Re: Cmake patch

2011-12-06 Thread Peter Kümmel
On 01.12.2011 10:01, Benjamin Piwowarski wrote: Hi, please find two patches (in the same file) for cmake building: - the first sets the compiler to gcc for Xcode (based on Xcode version) What happens if the compiler is not set? Does it use clang? Couldn't we also build lyx with clang? -- you

HTML Footnotes as Endnotes

2011-12-06 Thread Rob Oakes
Dear LyX Developers, I've continued working on some of the challenges to getting clean ePub from LyX and have finished an inset that tentatively allows you to move footnotes to endnotes when exporting to HTML. Attached is a patch implementing the change (or the logic of it, at least). I'd app

Re: Some remaining CMake problems

2011-12-06 Thread Peter Kümmel
On 05.12.2011 22:19, Uwe Stöhr wrote: Am 05.12.2011 13:36, schrieb Vincent van Ravesteijn: 1 Warning(s) This seems not harmful. This is just a warning that tells you that static_mutex.cpp is sort of empty because BOOST_HAS_THREADS is not defined. This shouldn't also be related to CMake. Is

Re: Trunk tarballs broken by cmake & boost

2011-12-06 Thread Peter Kümmel
On 06.12.2011 00:14, Pavel Sanda wrote: cmake folks, its impossible to create tarballs of trunk because of changing locations of various CMakeLists.txt files without changing makefiles accordingly. quick fix is to simply kill these files in tarballs but i guess you dont want that (see attachment

Re: Trunk tarballs broken by cmake & boost

2011-12-06 Thread Peter Kümmel
On 06.12.2011 00:14, Pavel Sanda wrote: cmake folks, its impossible to create tarballs of trunk because of changing locations of various CMakeLists.txt files without changing makefiles accordingly. quick fix is to simply kill these files in tarballs but i guess you dont want that (see attachment

Re: epstopdf fails with 2.0.1 and 2.0.2

2011-12-06 Thread Enrico Forestieri
On Tue, Dec 06, 2011 at 10:58:51AM +, Jack Kelly wrote: > > I'd really love it if someone could suggest a solution! Inserting the following lines in the preamble works for me: \usepackage{graphicx} \usepackage{epstopdf} \def\docpath#1{#1} \DeclareGraphicsRule{.eps}{pdf}{.pdf}{% `epstopdf \

Re: epstopdf fails with 2.0.1 and 2.0.2

2011-12-06 Thread Jack Kelly
I've made 3 files available to try to make it as easy as possible to replicate this bug. The files are: * graph.eps * graph.tex * testEPStoPDF.lyx They are available at: http://www.doc.ic.ac.uk/~dk3810/epstopdf/

Re: Re: Trunk tarballs broken by cmake & boost

2011-12-06 Thread Kornel Benko
Am Dienstag, 6. Dezember 2011 um 12:38:24, schrieb Pavel Sanda > Peter Kümmel wrote: > > Have you checked if all boost headers are packed? Because when I've updated > > boost I haven't updated any .am file. > > well, its kinda clear that some boost files are missing so i didn't > investigated de

Re: Trunk tarballs broken by cmake & boost

2011-12-06 Thread Pavel Sanda
Peter Kümmel wrote: > Have you checked if all boost headers are packed? Because when I've updated > boost I haven't updated any .am file. well, its kinda clear that some boost files are missing so i didn't investigated deeper. --without-included-boost "fixed" the situation for me at the moment ;

epstopdf fails with 2.0.1 and 2.0.2

2011-12-06 Thread Jack Kelly
I would like to report a problem which may be a bug related to the changes to "\input@path" in 2.0.1.  I cannot get epstopdf to work with Lyx 2.0.1 or 2.0.2, although it worked perfectly with Lyx 2.0.0. I have read a thread in the devel mailing list with the subject "epstopdf fails with 2.0.1svn"

Re: Trunk tarballs broken by cmake & boost

2011-12-06 Thread Peter Kuemmel
Original-Nachricht > Datum: Tue, 6 Dec 2011 00:14:50 +0100 > Von: Pavel Sanda > An: LyX devel > Betreff: Trunk tarballs broken by cmake & boost > cmake folks, > > its impossible to create tarballs of trunk because of changing locations > of various CMakeLists.txt files witho

Re: Collaborative real-time editing (#7859)

2011-12-06 Thread Guenter Milde
On 2011-12-04, Liviu Andronic wrote: > On Sun, Dec 4, 2011 at 3:44 PM, Tommaso Cucinotta wrote: >> Il 04/12/2011 06:45, Liviu Andronic ha scritto: >>> Wouldn't a chat be overkill for LyX? I never quite needed this, but >>> wouldn't it suffice to chat/talk via Pidgin/Skype and work in LyX? >> Depe