Re: RefStyle, Again

2010-07-11 Thread Jürgen Spitzmüller
Richard Heck wrote: > I'm really unsure now how to proceed. So comments welcome. I'm unsure as well. We should get rid of prettyref eventually, because of its shortcomings (especially i18n). On the other hand, it just works for people who currently use it, and the risk of breaking working docume

Re: r34860 - in lyx-devel/branches/BRANCH_1_6_X/development/cmake: . doc lyx2lyx man po src

2010-07-11 Thread Kornel Benko
Am Sonntag 11 Juli 2010 schrieb kuem...@lyx.org: > +message(STATUS "Switch LYX_* variables by -DLYX_*=1 or 0:") Should the message not be rather +message(STATUS "Switch LYX_* variables by -DLYX_*=ON or OFF:") ? Looks more consistent. And why do we need e.g. LYX_PYTHON_EXECUTABLE? This loo

Re: LyX 1.6.7

2010-07-11 Thread Joost Verburg
On 7/11/2010 5:44 PM, Uwe Stöhr wrote: Fine. I use MSVC 2008 and am therefore not affected by the MSVC problems. I've created up-to-date binaries of all the dependencies for MSVC 2010: ftp://ftp.devel.lyx.org/pub/contrib/windows/bin/ ftp://ftp.devel.lyx.org/pub/contrib/windows/branch16/ This in

[patch] support for the DIN ISO C paper format series

2010-07-11 Thread Uwe Stöhr
The new geometry version now also allows to use DIN-ISO C paper sizes for documents. The attached patch implements them for LyX. This will be a fileformat change. regards Uwe Index: lib/lyx2lyx/lyx_2_0.py === --- lib/lyx2lyx/lyx_2_0

changeset/34855

2010-07-11 Thread Uwe Stöhr
Hi Richard, you forgot to commit the file theorems-refprefix.inc regards Uwe

Re: LyX 1.6.7

2010-07-11 Thread Uwe Stöhr
Am 11.07.2010 16:47, schrieb Jürgen Spitzmüller: I do not think, though, that the binaries that do not use cmake (i.e., yours, Enrico's and Bennett's) need to be rebuilt. Fine. I use MSVC 2008 and am therefore not affected by the MSVC problems. regards Uwe

Re: LyX 1.6.7

2010-07-11 Thread Peter Kuemmel
Original-Nachricht > Datum: Sun, 11 Jul 2010 17:40:04 +0200 > Von: "Jürgen Spitzmüller" > An: lyx-devel@lists.lyx.org > CC: Joost Verburg > Betreff: Re: LyX 1.6.7 > Joost Verburg wrote: > > The problems also exist in SCons. It's about the compiler version: MSVC > > 2010 doesn

Re: #6805: "Cannot convert file" importing from RTF, but works on the command line

2010-07-11 Thread Stephan Witt
Am 07.07.2010 um 13:12 schrieb Stephan Witt: > Am 07.07.2010 um 13:02 schrieb Vincent van Ravesteijn: > >>> The import of rtf file fails at the tex2lyx step and there is no output >>> from tex2lyx. >>> Is there any possiblity to make it more verbose and collect the output for >>> presentation >

Re: r34810 - lyx-devel/trunk/src

2010-07-11 Thread Stephan Witt
Am 10.07.2010 um 18:57 schrieb Stephan Witt: > Am 10.07.2010 um 16:09 schrieb Jean-Marc Lasgouttes: > >> Le 8 juil. 10 à 15:17, Jean-Marc Lasgouttes a écrit : >>> BTW, there are warnings about unused arguments on the .m helper file. >> >> These are due to the LYX_PLATFORM_DARWIN10 macro that you

Re: LyX 1.6.7

2010-07-11 Thread Jürgen Spitzmüller
Joost Verburg wrote: > The problems also exist in SCons. It's about the compiler version: MSVC > 2010 doesn't work. I see. I suppose Uwe used another version then. > All the new versions of the dependencies have been prepared for MSVC > 2010 so I think it's a good idea to set up a new tarball a

Re: LyX 1.6.7

2010-07-11 Thread Joost Verburg
On 7/11/2010 11:10 AM, Jürgen Spitzmüller wrote: So everything is OK now? Can I set up a new tarball? No, there's still another compile error. See my previous message. Joost

Re: LyX 1.6.7

2010-07-11 Thread Joost Verburg
On 7/11/2010 10:47 AM, Jürgen Spitzmüller wrote: I will probably set up a new tarball after the cmake issues are sorted out (waiting for Joost's feedback now). I will upload the binaries and release 1.6.7 after these problems are solved. The problems also exist in SCons. It's about the compiler

Re: LyX 1.6.7

2010-07-11 Thread Jürgen Spitzmüller
Joost Verburg wrote: > > Does "now" mean after Peter's recent commits? > > Yes. So everything is OK now? Can I set up a new tarball? Jürgen

Re: LyX 1.6.7

2010-07-11 Thread Joost Verburg
On 7/11/2010 5:08 AM, Jürgen Spitzmüller wrote: Does "now" mean after Peter's recent commits? Yes. Joost

Re: LyX 1.6.7

2010-07-11 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > I've uploaded my installer: > https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id > =17719 Thanks, I grabbed them. > Can you please put them on ftp.lyx.org? I will probably set up a new tarball after the cmake issues are sorted out (waiting for Joost's

Re: LyX 1.6.7

2010-07-11 Thread Uwe Stöhr
> We can go on ... I've uploaded my installer: https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=17719 Can you please put them on ftp.lyx.org? thanks and regards Uwe

Re: LyX 1.6.7

2010-07-11 Thread Jürgen Spitzmüller
Joost Verburg wrote: > On 7/11/2010 12:24 AM, Peter Kuemmel wrote: > > Msvc 10 enables tr1 by default. > > There are the tr1 symbols in the std namespace, so we will get conflicts > > with boost. I've checked in a patch which should disable tr1, but could > > not test it. Does it work? > > The tr1

Re: LyX 1.6.7

2010-07-11 Thread Jürgen Spitzmüller
BH wrote: > Seems to work fine on Mac. I've put the binary here: > > http://edisk.fandm.edu/bennett.helm/LyX/LyX-1.6.7-Mac-Universal.dmg Thanks, I downloaded it. Jürgen

Lyxserver - citation-insert

2010-07-11 Thread Petr Šimon
(I am not on the mailing list, please CC) Hello, I have a question about citation-insert, which I use from a Firefox extension Lyz, a plugin for Zotero. When I set the citation format to (Author, year) (using natbib and plainnat) and send citation-insert to lyxserver the citation is inserted as A

Re: LyX 1.6.7

2010-07-11 Thread Jean-Pierre Chrétien
Jürgen Spitzmüller lyx.org> writes: > > I've uploaded the tarballs to > > ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-1.6.7.tar.gz > ftp://ftp.devel.lyx.org/pub/lyx/stable/lyx-1.6.7.tar.bz2 > > Please check and report back. Compiles and installs fine on Debian Lenny. Remaining