Re: r38025 - lyx-devel/trunk/src/insets

2011-04-03 Thread Jürgen Spitzmüller
Julien Rioux wrote: > It turns out that isLatex returns true for lilypond document, which made > this test wrong and unreliable. Also, setting isLiterate to true for > lilypond causes other problems. > > The real test here is whether we have created the file we want created, > so I have done th

Re: r38142 - lyx-devel/trunk/lib

2011-04-03 Thread Jürgen Spitzmüller
Julien Rioux wrote: > for branch? Yes, please- Jürgen

navigation addition

2011-04-03 Thread Mark.Bravington
Dear LyX developers It would be nice to have a lyx-fun for "move to top of screen" and "move to bottom of screen"-- in Wordstar-like editors, these are typically bound to C-q E and C-q X respectively. Brilliant piece of software-- many many thanks! Mark Mark Bravington CSIRO CMIS Marine Lab

optional arguments get lost in export

2011-04-03 Thread Johannes Wilm
Hey, I wonder whether when I do a TeX->LyX-TeX conversion the following biblatex command: \parencites[10--12]{biderman83}[166--176]{tijerino08} is turned into: \parencites{[}10--12{]}{biderman83}{[}166--176{]}{tijerino08} Does parencites have to added to some list of commands that can take opt

Re: Sweave and XeTeX: 'conversion failed' error message

2011-04-03 Thread Liviu Andronic
On Sun, Apr 3, 2011 at 11:29 PM, Julien Rioux wrote: > By the way one of my favourite thing to do since I discovered XeTeX is to > select Comic Sans MS as font. Seeing that font in output with all the > kerning done by LaTeX is just hilarious! > I tried this on the beamer template, and it's a bit

Re: Sweave and XeTeX: 'conversion failed' error message

2011-04-03 Thread Julien Rioux
On 03/04/2011 5:23 PM, Liviu Andronic wrote: On Sun, Apr 3, 2011 at 11:18 PM, Julien Rioux wrote: I get a bit further... kpathsea: Invalid fontname `Linux Libertine O', contains ' ' kpathsea: Invalid fontname `Linux Libertine O/BI', contains ' ' kpathsea: Invalid fontname `Linux Biolinum O',

Re: Sweave and XeTeX: 'conversion failed' error message

2011-04-03 Thread Julien Rioux
On 03/04/2011 5:23 PM, Liviu Andronic wrote: On Sun, Apr 3, 2011 at 11:18 PM, Julien Rioux wrote: I get a bit further... kpathsea: Invalid fontname `Linux Libertine O', contains ' ' kpathsea: Invalid fontname `Linux Libertine O/BI', contains ' ' kpathsea: Invalid fontname `Linux Biolinum O',

Re: Sweave and XeTeX: 'conversion failed' error message

2011-04-03 Thread Liviu Andronic
On Sun, Apr 3, 2011 at 11:18 PM, Julien Rioux wrote: > I get a bit further... > > kpathsea: Invalid fontname `Linux Libertine O', contains ' ' > kpathsea: Invalid fontname `Linux Libertine O/BI', contains ' ' > kpathsea: Invalid fontname `Linux Biolinum O', contains ' ' > kpathsea: Invalid fontnam

Re: Sweave and XeTeX: 'conversion failed' error message

2011-04-03 Thread Julien Rioux
On 03/04/2011 4:57 PM, Liviu Andronic wrote: On Sun, Apr 3, 2011 at 10:50 PM, Julien Rioux wrote: Here I don't get your file to compile. I need to install something else to get Cairo? Yes. In R run: install.packages('Cairo', dep=T) If it fails, you also need to install libcairo2-dev (I thin

Re: Sweave and XeTeX: 'conversion failed' error message

2011-04-03 Thread Liviu Andronic
On Sun, Apr 3, 2011 at 10:50 PM, Julien Rioux wrote: > Here I don't get your file to compile. I need to install something else to > get Cairo? > Yes. In R run: install.packages('Cairo', dep=T) If it fails, you also need to install libcairo2-dev (I think). Otherwise look at [1] for instructions. [

Re: Sweave and XeTeX: 'conversion failed' error message

2011-04-03 Thread Julien Rioux
On 03/04/2011 3:10 PM, Liviu Andronic wrote: The subject is a bit misleading: the error pops up but the file compiles and the PDF is generated as expected. And I was getting this message only after I stuck together Romanian, Russian and Greek chars (which is a lot!). Unfortunately, after a LyX r

Re: Document diff in change tracking

2011-04-03 Thread Vincent van Ravesteijn
On 3-4-2011 22:38, Jean-Pierre Chrétien wrote: Hello, I found this new feature very useful to upgrade the French manual Customization.lyx from 1.6 to 2.0. There were a lot of distributed changes (editions and new layout declarations), and creating a diff between the original 1.6 and 2.0 Engli

Document diff in change tracking

2011-04-03 Thread Jean-Pierre Chrétien
Hello, I found this new feature very useful to upgrade the French manual Customization.lyx from 1.6 to 2.0. There were a lot of distributed changes (editions and new layout declarations), and creating a diff between the original 1.6 and 2.0 English versions helped me a lot to locate changes. M

Re: Compile errors on older Qts

2011-04-03 Thread Vincent van Ravesteijn
On Sun, Apr 3, 2011 at 9:25 PM, Pavel Sanda wrote: > Pavel Sanda wrote: >> Pavel Sanda wrote: >> > gcc 4.1.2 >> > Qt 4.4.1 >> >> simple ifdef for QTabWidget helps, but there is probably better fix since i >> needed >> ifdefs only in spellcheck, not in findavdanced dialog which uses QTabWidget >>

Re: Compile errors on older Qts

2011-04-03 Thread Pavel Sanda
Pavel Sanda wrote: > Pavel Sanda wrote: > > gcc 4.1.2 > > Qt 4.4.1 > > simple ifdef for QTabWidget helps, but there is probably better fix since i > needed > ifdefs only in spellcheck, not in findavdanced dialog which uses QTabWidget > as well. just committed workaround for the time being. p

Spellchecker raises a question when "Ignore all" is used (Lyx-2.0.0svn)

2011-04-03 Thread Jean-Pierre Chrétien
Hello, Using the spellchecker window, I get this quite often when I hit 'Ignore all': We reached the end of the document, would you like to continue from the beginning? If I say yes, it restars at the beginning, which is not what I want. If I say no, it goes on where I was, which is I want,

Re: Sweave with XeTeX/LuaTeX

2011-04-03 Thread Julien Rioux
On 03/04/2011 1:03 PM, Liviu Andronic wrote: On Sun, Jan 16, 2011 at 11:27 PM, Liviu Andronic wrote: On Sat, Jan 15, 2011 at 10:06 PM, Pavel Sanda wrote: checkProg('a Sweave -> LaTeX converter', ['Rscript --no-save --no-restore $$s/scripts/lyxsweave.R $$i $$e $$r'], rc_entry =

Re: Sweave with XeTeX/LuaTeX

2011-04-03 Thread Liviu Andronic
On Sun, Jan 16, 2011 at 11:27 PM, Liviu Andronic wrote: > On Sat, Jan 15, 2011 at 10:06 PM, Pavel Sanda wrote: >>>     checkProg('a Sweave -> LaTeX converter', ['Rscript --no-save >>> --no-restore >>> $$s/scripts/lyxsweave.R $$i $$e $$r'], >>>         rc_entry = [r'''\converter sweave   latex  

Re: r38222 - lyx-devel/trunk/src

2011-04-03 Thread Richard Heck
On 04/03/2011 04:02 AM, sa...@lyx.org wrote: Author: sanda Date: Sun Apr 3 10:02:08 2011 New Revision: 38222 URL: http://www.lyx.org/trac/changeset/38222 Log: Fix compilation, Richard please check this. Modified: lyx-devel/trunk/src/output_xhtml.cpp Modified: lyx-devel/trunk/src/output_xh

Re: Towards RC3 and final release

2011-04-03 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > hi, > > time to land. optmistic plan is RC3 on 11.4. let us hope RC4~20, final ~27. > > - we must make string freeze very soon so translators have some time > to consolidate .po files and documentation. anybody around still have > something in pipe which introduce new str

Re: Towards RC3 and final release

2011-04-03 Thread Jürgen Spitzmüller
Peter Kümmel wrote: > > we have 2 critical and 2 major bugs, i'm concerned mostly about file > > corruption bug (#7371). its also in 1.6 and there are signals that it > > could be connected to new Qts - we should try to catch this before the > > last 1.6.10 is out > > Are you sure #7371 is als