google app for lyx?

2012-10-24 Thread xPol
I am thinking about the possibilty to retrive lyx file from google repository (so called 'drive'), pass it to lyx on my station, edit and save the modified file then upload to google drive as a new version. (google drive manages doc versions). Would an app for google be useful and easy to build

Re: [LyX master] Add support for the URW Classico (Optima) LaTeX font

2012-10-24 Thread Jürgen Spitzmüller
2012/10/24 Georg Baum: > Does it work now? There was an assumption that the build tree was below the > source tree which I forgot about. Yes. Not all tests passed (since I do not have gnumeric installed, for instance), but I committed the updated files. Hope this is all correct. Jürgen > Georg

Re: [PATCH] Fix importation of noweb files with tex2lyx

2012-10-24 Thread Yihui Xie
Gregor may know the history of "Scrap"; that term has been there ever since I started using LyX/Sweave, and I never know how it came in. Noweb is only one of the implementations of literate programming (to beat Knuth's WEB), so I guess "literate" may actually be a better name. Regards, Yihui -- Y

Re: [PATCH] config/lyxinclude.m4: add support for -flto

2012-10-24 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes writes: | Le 24/10/12 22:18, Lars Gullik Bjønnes a écrit : >> Jean-Marc Lasgouttes writes: >> >> | Le 24/10/2012 13:13, Lars Gullik Bjønnes a écrit : Add feature --enable-lto, link-time optimization. >>> >> | Do you see a visible gain, that would make it worth using on

Re: [PATCH] config/lyxinclude.m4: add support for -flto

2012-10-24 Thread Jean-Marc Lasgouttes
Le 24/10/12 22:18, Lars Gullik Bjønnes a écrit : Jean-Marc Lasgouttes writes: | Le 24/10/2012 13:13, Lars Gullik Bjønnes a écrit : Add feature --enable-lto, link-time optimization. | Do you see a visible gain, that would make it worth using on release builds? textdatabss dec

Re: [PATCH 2/2] config/lyxinclude.m4: add support for --enable-cxx11

2012-10-24 Thread Lars Gullik Bjønnes
Richard Heck writes: | On 10/23/2012 09:07 PM, Lars Gullik Bjønnes wrote: >> Using --enable-cxx11 turns on C++11 mode in gcc. | Seems like a good idea. I will have to commit 1/2 in this series as well. Ok? -- Lgb

Re: [PATCH 5/5] src/lyxfind.cpp: use local typedef to simplify

2012-10-24 Thread Lars Gullik Bjønnes
André Pönitz writes: | On Wed, Oct 24, 2012 at 01:27:40AM +0200, Lars Gullik Bjønnes wrote: >> André Pönitz writes: >> >> | On Tue, Oct 23, 2012 at 11:14:42PM +0200, lar...@gullik.org wrote: >> >> From: Lars Gullik Bjønnes >> >> >> >> Use a local typedef pair P to avoid having to repeat >> >>

Re: [PATCH] config/lyxinclude.m4: add support for -flto

2012-10-24 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes writes: | Le 24/10/2012 13:13, Lars Gullik Bjønnes a écrit : >> Add feature --enable-lto, link-time optimization. > | Do you see a visible gain, that would make it worth using on release builds? textdatabss dec hexfilename 8042443 28616 39624 8110683 7b

Re: [LyX master] Add support for the URW Classico (Optima) LaTeX font

2012-10-24 Thread Georg Baum
Jürgen Spitzmüller wrote: > This fails for me with > > /usr/bin/python "./test/runtests.py" ./tex2lyx ../../../lib/scripts > "./test" Traceback (most recent call last): > File "./test/runtests.py", line 84, in > main(sys.argv) > File "./test/runtests.py", line 32, in main > from lyxp

Re: [PATCH 5/5] src/lyxfind.cpp: use local typedef to simplify

2012-10-24 Thread André Pönitz
On Wed, Oct 24, 2012 at 01:27:40AM +0200, Lars Gullik Bjønnes wrote: > André Pönitz writes: > > | On Tue, Oct 23, 2012 at 11:14:42PM +0200, lar...@gullik.org wrote: > >> From: Lars Gullik Bjønnes > >> > >> Use a local typedef pair P to avoid having to repeat > >> that multiple times. > >> --- >

Re: [LyX master] Add support for the URW Classico (Optima) LaTeX font

2012-10-24 Thread Jürgen Spitzmüller
2012/10/23 Georg Baum: > Please update src/tex2lyx/TODO.txt Done. > and the tex2lyx test cases with the new > format (they are currently failing). The latter can be done using > > make updatetests > > in the src/tex2lyx sub folder of the build tree. This fails for me with /usr/bin/python "./tes

Re: [PATCH] Fix importation of noweb files with tex2lyx

2012-10-24 Thread Kayvan Sylvan
Ok, thanks. I'll test your updated patch when you finish it. On Wed, Oct 24, 2012 at 7:21 AM, Jean-Marc Lasgouttes wrote: > Le 24/10/2012 15:27, Jean-Marc Lasgouttes a écrit : > > This is a patch for testing (Kayvan?) since I do not have the >> tools/knowledge. This allows proper importation of

Re: [PATCH] Fix importation of noweb files with tex2lyx

2012-10-24 Thread Jean-Marc Lasgouttes
Le 24/10/2012 15:27, Jean-Marc Lasgouttes a écrit : This is a patch for testing (Kayvan?) since I do not have the tools/knowledge. This allows proper importation of noweb files (at least as good as it used to be). I know now that this patch is broken. Stay tuned for more soon. I wanted to ext

Re: [PATCH 2/2] config/lyxinclude.m4: add support for --enable-cxx11

2012-10-24 Thread Richard Heck
On 10/23/2012 09:07 PM, Lars Gullik Bjønnes wrote: Using --enable-cxx11 turns on C++11 mode in gcc. Seems like a good idea. rh

[PATCH] Fix importation of noweb files with tex2lyx

2012-10-24 Thread Jean-Marc Lasgouttes
This is a patch for testing (Kayvan?) since I do not have the tools/knowledge. This allows proper importation of noweb files (at least as good as it used to be). I also renamed the "literate" format. Tell me whether this is a problem. Finally, is there a reason why the Scrap layout is not Chun

Re: [PATCH] config/lyxinclude.m4: add support for -flto

2012-10-24 Thread Jean-Marc Lasgouttes
Le 24/10/2012 13:13, Lars Gullik Bjønnes a écrit : Add feature --enable-lto, link-time optimization. Do you see a visible gain, that would make it worth using on release builds? JMarc

[PATCH] config/lyxinclude.m4: add support for -flto

2012-10-24 Thread Lars Gullik Bjønnes
Add feature --enable-lto, link-time optimization. Enabling link-time optimization turns debug information off (-g), sine -flto and -g does not currently well work together. Also stdlib-debug is turned off, does also not work well with -flto. --- config/lyxinclude.m4 | 27

Re: [LyX master] Add xfig import test

2012-10-24 Thread Kornel Benko
Am Dienstag, 23. Oktober 2012 um 22:09:29, schrieb Georg Baum > The branch, master, has been updated. > > - Log - > > commit ecf24f1cb5189dfd493609c7f2bc577b0b1c4b3b > Author: Georg Baum > Date: Tue Oct 23 22:08:57 2012 +0200 >

Re: Re: changeset/e94e9e41 makes trunk uncompilable

2012-10-24 Thread Kornel Benko
Am Dienstag, 23. Oktober 2012 um 20:49:59, schrieb Uwe Stöhr > The problem is the following: > when > > COMMAND ${CMAKE_COMMAND} --build "${CMAKE_BINARY_DIR}" --target rebuild_cache > > is called my ${CMAKE_BINARY_DIR} is > "D:\LyXGit\Master\compile-result" > > But after this call MSVC stops be