Re: New layouttranslation strings

2011-07-14 Thread Kornel
Am Freitag, 15. Juli 2011 schrieb Uwe Stöhr: > Am 14.07.2011 03:42, schrieb Pavel Sanda: > >> I have not touched the file "layouttranslations". > > > > well, not directly. if you change strings they are going to appear in .po > > files sooner or later. if you change/add some environments which are

Re: recompile one .cpp

2011-07-14 Thread Xu Wang
ok, thanks On Thu, Jul 14, 2011 at 6:59 PM, Richard Heck wrote: > On 07/14/2011 06:00 PM, Xu Wang wrote: > > I just want to check that I can do the same thing after updating from > > svn. Is the following fine? > > > > svn update > > make > > sudo make install > > > As long as you've already don

Re: New layouttranslation strings

2011-07-14 Thread Uwe Stöhr
Am 14.07.2011 03:42, schrieb Pavel Sanda: I have not touched the file "layouttranslations". well, not directly. if you change strings they are going to appear in .po files sooner or later. if you change/add some environments which are translatable in .tex output, they'll soon appear in layoutt

Re: recompile one .cpp

2011-07-14 Thread Richard Heck
On 07/14/2011 06:00 PM, Xu Wang wrote: > I just want to check that I can do the same thing after updating from > svn. Is the following fine? > > svn update > make > sudo make install > As long as you've already done ./autogen.sh and ./configure, yes. Note that if you change a file, then you don't

Re: recompile one .cpp

2011-07-14 Thread Xu Wang
I just want to check that I can do the same thing after updating from svn. Is the following fine? svn update make sudo make install Thanks On Thu, Jul 14, 2011 at 5:19 PM, Xu Wang wrote: > beautiful, > > Thank you > > On Thu, Jul 14, 2011 at 4:49 PM, Julien Rioux > wrote: > >> On 14/07/2011 4

Re: recompile one .cpp

2011-07-14 Thread Xu Wang
beautiful, Thank you On Thu, Jul 14, 2011 at 4:49 PM, Julien Rioux wrote: > On 14/07/2011 4:19 PM, Xu Wang wrote: > >> Hi, >> >> How can I recompile just one of the .cpp and reinstall lyx on ubuntu? >> >> Before, I was doing >> make uninstall >> make clean >> make >> sudo make install >> >> But

Re: recompile one .cpp

2011-07-14 Thread Julien Rioux
On 14/07/2011 4:19 PM, Xu Wang wrote: Hi, How can I recompile just one of the .cpp and reinstall lyx on ubuntu? Before, I was doing make uninstall make clean make sudo make install But this takes a long time. See my pitiful attempt below for recompiling one cpp: xuwang@ubuntu:~/lyx-2.0.x/src

recompile one .cpp

2011-07-14 Thread Xu Wang
Hi, How can I recompile just one of the .cpp and reinstall lyx on ubuntu? Before, I was doing make uninstall make clean make sudo make install But this takes a long time. See my pitiful attempt below for recompiling one cpp: xuwang@ubuntu:~/lyx-2.0.x/src$ g++ LaTeX.cpp LaTeX.cpp:16:20: fatal e

Re: Springer layout files

2011-07-14 Thread Marcus Kriele
On 2011-7-13 22:35 , Uwe Stöhr wrote: Am 11.07.2011 23:35, schrieb Marcus Kriele: However, I would change the label of the sol environment: Currently it is an automatically generated counter that may have nothing to do with the counter of the corresponding problem. I find this misleading. To

Re: New Benchmark Tool for LyX & Results.

2011-07-14 Thread Abdelrazak Younes
On 14/07/2011 12:26, Abdelrazak Younes wrote: On 14/07/2011 12:03, Abdelrazak Younes wrote: On 14/07/2011 10:14, Abdelrazak Younes wrote: On 14/07/2011 08:37, John McCabe-Dansted wrote: Anyway: I have reproduced the increase in memory use with =rel as well. It appears to be caused by the addit

Re: New Benchmark Tool for LyX & Results.

2011-07-14 Thread Abdelrazak Younes
On 14/07/2011 12:03, Abdelrazak Younes wrote: On 14/07/2011 10:14, Abdelrazak Younes wrote: On 14/07/2011 08:37, John McCabe-Dansted wrote: Anyway: I have reproduced the increase in memory use with =rel as well. It appears to be caused by the additions to lib/layouttranslations. Does LyX make a

Re: New Benchmark Tool for LyX & Results.

2011-07-14 Thread John McCabe-Dansted
On Thu, Jul 14, 2011 at 2:37 PM, John McCabe-Dansted wrote: > Anyway: I have reproduced the increase in memory use with =rel as > well. It appears to be caused by the additions to > lib/layouttranslations. Does LyX make an in memory copy of the > translations for every inset? LyX appears to be usi

Re: New Benchmark Tool for LyX & Results.

2011-07-14 Thread Abdelrazak Younes
On 14/07/2011 10:14, Abdelrazak Younes wrote: On 14/07/2011 08:37, John McCabe-Dansted wrote: Anyway: I have reproduced the increase in memory use with =rel as well. It appears to be caused by the additions to lib/layouttranslations. Does LyX make an in memory copy of the translations for every

Re: New Benchmark Tool for LyX & Results.

2011-07-14 Thread Abdelrazak Younes
On 14/07/2011 08:37, John McCabe-Dansted wrote: Anyway: I have reproduced the increase in memory use with =rel as well. It appears to be caused by the additions to lib/layouttranslations. Does LyX make an in memory copy of the translations for every inset? I had a look at the code and it doesn'