Re: another patch...

2001-03-05 Thread Asger K. Alstrup Nielsen
Regarding improving the performance: I can only recommend using gprof. It's very easy, and it really helps when you want to find and address bottlenecks. Also, I must confess that it was me that introduced the ugly integer packed representation of the font information a long time ago. That was

Re: another patch...

2001-03-05 Thread mike.ressler
On 5 Mar 2001, Jean-Marc Lasgouttes wrote: > I tried the "benchmark" a bit here, and the times in successive rune > fluctuate enough that I do not see how you can interpret them... This wins the "Cool Typo" award. When reading your (the developers') discussions of compilers, pragmas, etc. my

another patch...

2001-03-04 Thread Lars Gullik Bjønnes
This patch includes the previous one and adds the same memore saving as with the paragraph parameters, but now also for LyXFont. It raises binary size a bit more than I would like, but the memory footprint for Userguide is now ~500 Kb. Comments? Lgb diffie

Re: another patch...

2001-03-04 Thread Dekel Tsur
On Sun, Mar 04, 2001 at 07:58:15PM +0100, Lars Gullik Bjønnes wrote: This patch includes the previous one and adds the same memore saving as with the paragraph parameters, but now also for LyXFont. It raises binary size a bit more than I would like, but the memory footprint for

Re: another patch...

2001-03-04 Thread Allan Rae
On Mon, 5 Mar 2001, Dekel Tsur wrote: [...] time lyx -x lyx-quit UserGuide.lyx Cool! A LyX Benchmark! Before too long we'll have a complete scripted benchmark and become the WinStone of the free software world ;-) Allan. (ARRae)

another patch...

2001-03-04 Thread Lars Gullik Bjønnes
This patch includes the previous one and adds the same memore saving as with the paragraph parameters, but now also for LyXFont. It raises binary size a bit more than I would like, but the memory footprint for Userguide is now ~500 Kb. Comments? Lgb diffie

Re: another patch...

2001-03-04 Thread Dekel Tsur
On Sun, Mar 04, 2001 at 07:58:15PM +0100, Lars Gullik Bjønnes wrote: > > > This patch includes the previous one and adds the same memore saving > as with the paragraph parameters, but now also for LyXFont. > > It raises binary size a bit more than I would like, but the memory > footprint for

Re: another patch...

2001-03-04 Thread Allan Rae
On Mon, 5 Mar 2001, Dekel Tsur wrote: [...] > time lyx -x lyx-quit UserGuide.lyx Cool! A LyX Benchmark! Before too long we'll have a complete scripted benchmark and become the WinStone of the free software world ;-) Allan. (ARRae)

Re: Another patch

2000-07-20 Thread Lars Gullik Bjønnes
Dekel Tsur [EMAIL PROTECTED] writes: | This patch adds a file "lib/languages_strings" tha contains translations to | label strings (Figure, Abstract etc.). These translations are used to | translate the label strings according to the language of the paragraph (no | need to edit the layout

Re: Another patch

2000-07-20 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | This patch adds a file "lib/languages_strings" tha contains translations to | label strings (Figure, Abstract etc.). These translations are used to | translate the label strings according to the language of the paragraph (no | need to edit the layout

Another patch

2000-07-19 Thread Dekel Tsur
This patch adds a file "lib/languages_strings" tha contains translations to label strings (Figure, Abstract etc.). These translations are used to translate the label strings according to the language of the paragraph (no need to edit the layout files!). Notes: 1. The implementation is not very

Another patch

2000-07-19 Thread Dekel Tsur
This patch adds a file "lib/languages_strings" tha contains translations to label strings (Figure, Abstract etc.). These translations are used to translate the label strings according to the language of the paragraph (no need to edit the layout files!). Notes: 1. The implementation is not very

another patch

2000-07-03 Thread edscott
First, I apologize for saying that LyX creates .tex files behind your back. It does not. I actually created them myself and then forgot about it (duh). Second, I looked into the code and found out some more about the spaces problem. Actually, there should be no problem for LyX files which do not

another patch

2000-07-03 Thread edscott
First, I apologize for saying that LyX creates .tex files behind your back. It does not. I actually created them myself and then forgot about it (duh). Second, I looked into the code and found out some more about the spaces problem. Actually, there should be no problem for LyX files which do not

<    1   2