Re: announce lyx-1.1.6pre2; Images in the Lyx Window

2000-12-20 Thread Rainer Hoffmann
I have a tif image, convert it to eps with ImageMagick convert, and insert that eps-file into Lyx. The image is much larger then a page, so I scale it to 80 % of side width. Now the size of the border is correct but the content of that border is only the lower left corner of my image, i. e. the

Re: announce lyx-1.1.6pre2; Images in the Lyx Window

2000-12-20 Thread Rainer Hoffmann
I have a tif image, convert it to eps with ImageMagick convert, and insert that eps-file into Lyx. The image is much larger then a page, so I scale it to 80 % of side width. Now the size of the border is correct but the content of that border is only the lower left corner of my image, i. e. the

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-07 Thread Angus Leeming
2) In the File-Save As Dialog: When I set the cursor in the middle of the filename and press the "Entf"-Key (I think it's called "Del" on english keyboard layouts) the character on the left side of the cursor is deleted instead of the right side 3) Same Dialog as in 2): If I press shift and

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-07 Thread Angus Leeming
> 2) In the File-Save As Dialog: When I set the cursor in the middle of the > filename and press the "Entf"-Key (I think it's called "Del" on english > keyboard layouts) the character on the left side of the cursor is deleted > instead of the right side > 3) Same Dialog as in 2): If I press shift

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Rainer Hoffmann
Allan Rae schrieb: On Wed, 6 Dec 2000, Rainer Hoffmann wrote: I build a new lyx and start it with src/lyx. Then I go to the preferences menu and change something small (e.g. adding an option for dvips). Then I click on save and the appearance of the document on the screen changes: All

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
"Rainer" == Rainer Hoffmann [EMAIL PROTECTED] writes: Rainer # # SCREEN FONTS SECTION # Rainer \screen_dpi 74 \screen_font_sizes 5,00 7,00 8,00 9,00 10,00 Rainer 12,00 0,00 0,00 0,00 0,00 That's the point where things failed. Why are these numbers output with

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 09:30, Jean-Marc Lasgouttes wrote: "Rainer" == Rainer Hoffmann [EMAIL PROTECTED] writes: Rainer # # SCREEN FONTS SECTION # Rainer \screen_dpi 74 \screen_font_sizes 5,00 7,00 8,00 9,00 10,00 Rainer 12,00 0,00 0,00 0,00 0,00

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Well, the only place that font_sizes[] are actually used: Angus src/lyxrc.h:222: float font_sizes[10]; FontLoader.C:232: int Angus fsize = int( (lyxrc.font_sizes[size] * lyxrc.dpi * Angus (lyxrc.zoom/100.0) ) / 72.27 + 0.5 ); Angus I'll

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 10:38, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus Well, the only place that font_sizes[] are actually used: Angus src/lyxrc.h:222: float font_sizes[10]; FontLoader.C:232: int Angus fsize = int( (lyxrc.font_sizes[size]

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I think, therefore that I should leave things as they are. Your Angus fix is the right one I think. Yes, we'll see that later. Angus The real question is why Rainer's preferences file contains the Angus sizes it does: \screen_font_sizes

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
I've just discovered a small inconsistency here. I wasn't allowing the user to input anything other than an unsigned int for the screen font sizes. Since the defaults (on display) are: \screen_font_sizes 5.0 7.0 8.0 9.0 10.0 12.0 14.4 17.28 20.74 24.88 Then that was probably a little

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
"Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I've just discovered a small inconsistency here. I wasn't Angus allowing the user to input anything other than an unsigned int Angus for the screen font sizes. Since the defaults (on display) are: Angus \screen_font_sizes 5.0 7.0 8.0 9.0

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 11:29, Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I've just discovered a small inconsistency here. I wasn't Angus allowing the user to input anything other than an unsigned int Angus for the screen font sizes. Since the

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-06 Thread Rainer Hoffmann
1) When I click with the mouse on a menu, e. g. View then the View menu opens. Fine. Now if I move the mouse right to the Navigate menu while the mouse button is still pressed I would expect that the Naviage menu opens and the View menu closes. But that doesn't happen. Why? 2) In the File-Save As

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 12:31, Rainer Hoffmann wrote: 1) When I click with the mouse on a menu, e. g. View then the View menu opens. Fine. Now if I move the mouse right to the Navigate menu while the mouse button is still pressed I would expect that the Naviage menu opens and the View

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: "Angus" == Angus Leeming [EMAIL PROTECTED] writes: Angus I've just discovered a small inconsistency here. I wasn't Angus allowing the user to input anything other than an unsigned int Angus for the screen font sizes. Since the defaults (on display) are:

Re: announce lyx-1.1.6pre2; Look Feel (continued)

2000-12-06 Thread Rainer Hoffmann
4) In the document, when I press shift and cursor left/right no text is selected. The cursor doesn't move at all. 5) Same is with shift+Pos1 and shift+End. 6) If I click on Insert-Math Panel... the Math Panel doesn't open if I'm in a math text in a table.So I have to open the Math Panel, click

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-06 Thread Rainer Hoffmann
Angus Leeming schrieb: On Wednesday 06 December 2000 12:31, Rainer Hoffmann wrote: 1) When I click with the mouse on a menu, e. g. View then the View menu opens. Fine. Now if I move the mouse right to the Navigate menu while the mouse button is still pressed I would expect that the

Re: announce lyx-1.1.6pre2; Look Feel (continued)

2000-12-06 Thread John Levon
On Wed, 6 Dec 2000, Rainer Hoffmann wrote: 4) In the document, when I press shift and cursor left/right no text is selected. The cursor doesn't move at all. 5) Same is with shift+Pos1 and shift+End. I can't reproduce either of these in current 1.1.6cvs. (by Pos1 do you mean Home ?) 6) If

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
"Stephan" == Stephan Witt [EMAIL PROTECTED] writes: Stephan I think it's a better solution to read/write from external Stephan file with non-locale functions to avoid the format problems Stephan when exchange files with other users or other program Stephan versions. But the user interface

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-06 Thread Angus Leeming
Can you tell us what bind file you are using? Edit-Preferences-LookFeel-Interface-Bind file menus.bind If it, by any chance is menus.bind or de_menus.bind then change it IMMEDIATELY to emacs.bind, cua.bind or something meaningful. This bug has already been fixed but it will really

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | On Wednesday 06 December 2000 10:38, Jean-Marc Lasgouttes wrote: | "Angus" == Angus Leeming [EMAIL PROTECTED] writes: | | Angus Well, the only place that font_sizes[] are actually used: | | Angus src/lyxrc.h:222: float font_sizes[10];

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-06 Thread Rainer Hoffmann
I did as you said, the bind file IS now cua.bin, but the problems are still there. Since you said in your first reply something about de_menus.bind I just want to mention, that when I start up lyx I get several messages in the terminal like LyX: Unknown LyX function 'layout-quotes' [around line

Re: announce lyx-1.1.6pre2; Look Feel

2000-12-06 Thread Jean-Marc Lasgouttes
"Rainer" == Rainer Hoffmann [EMAIL PROTECTED] writes: Rainer Since you said in your first reply something about Rainer de_menus.bind I just want to mention, that when I start up lyx Rainer I get several messages in the terminal like Rainer LyX: Unknown LyX function 'layout-quotes' [around line

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Rainer Hoffmann
Allan Rae schrieb: > On Wed, 6 Dec 2000, Rainer Hoffmann wrote: > > > I build a new lyx and start it with src/lyx. Then I go to the > > preferences menu and change something small (e.g. adding an option for > > dvips). Then I click on save and the appearance of the document on the > > screen

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
> "Rainer" == Rainer Hoffmann <[EMAIL PROTECTED]> writes: Rainer> # # SCREEN & FONTS SECTION # Rainer> \screen_dpi 74 \screen_font_sizes 5,00 7,00 8,00 9,00 10,00 Rainer> 12,00 0,00 0,00 0,00 0,00 That's the point where things failed. Why are these numbers

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 09:30, Jean-Marc Lasgouttes wrote: > > "Rainer" == Rainer Hoffmann <[EMAIL PROTECTED]> writes: > > Rainer> # # SCREEN & FONTS SECTION # > > Rainer> \screen_dpi 74 \screen_font_sizes 5,00 7,00 8,00 9,00 10,00 > Rainer> 12,00 0,00 0,00

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Well, the only place that font_sizes[] are actually used: Angus> src/lyxrc.h:222: float font_sizes[10]; FontLoader.C:232: int Angus> fsize = int( (lyxrc.font_sizes[size] * lyxrc.dpi * Angus> (lyxrc.zoom/100.0) ) / 72.27 + 0.5 );

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 10:38, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> Well, the only place that font_sizes[] are actually used: > > Angus> src/lyxrc.h:222: float font_sizes[10]; FontLoader.C:232: int > Angus> fsize = int(

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I think, therefore that I should leave things as they are. Your Angus> fix is the right one I think. Yes, we'll see that later. Angus> The real question is why Rainer's preferences file contains the Angus> sizes it does:

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
I've just discovered a small inconsistency here. I wasn't allowing the user to input anything other than an unsigned int for the screen font sizes. Since the defaults (on display) are: \screen_font_sizes 5.0 7.0 8.0 9.0 10.0 12.0 14.4 17.28 20.74 24.88 Then that was probably a little

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I've just discovered a small inconsistency here. I wasn't Angus> allowing the user to input anything other than an unsigned int Angus> for the screen font sizes. Since the defaults (on display) are: Angus> \screen_font_sizes 5.0

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 11:29, Jean-Marc Lasgouttes wrote: > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I've just discovered a small inconsistency here. I wasn't > Angus> allowing the user to input anything other than an unsigned int > Angus> for the screen font

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-06 Thread Rainer Hoffmann
1) When I click with the mouse on a menu, e. g. View then the View menu opens. Fine. Now if I move the mouse right to the Navigate menu while the mouse button is still pressed I would expect that the Naviage menu opens and the View menu closes. But that doesn't happen. Why? 2) In the File-Save As

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-06 Thread Angus Leeming
On Wednesday 06 December 2000 12:31, Rainer Hoffmann wrote: > 1) When I click with the mouse on a menu, e. g. View then the View menu > opens. Fine. Now if I move the mouse right to the Navigate menu while the > mouse button is still pressed I would expect that the Naviage menu opens > and the

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Stephan Witt
Jean-Marc Lasgouttes wrote: > > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> I've just discovered a small inconsistency here. I wasn't > Angus> allowing the user to input anything other than an unsigned int > Angus> for the screen font sizes. Since the defaults (on

Re: announce lyx-1.1.6pre2; Look & Feel (continued)

2000-12-06 Thread Rainer Hoffmann
4) In the document, when I press shift and cursor left/right no text is selected. The cursor doesn't move at all. 5) Same is with shift+Pos1 and shift+End. 6) If I click on Insert->Math Panel... the Math Panel doesn't open if I'm in a math text in a table.So I have to open the Math Panel, click

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-06 Thread Rainer Hoffmann
Angus Leeming schrieb: > On Wednesday 06 December 2000 12:31, Rainer Hoffmann wrote: > > 1) When I click with the mouse on a menu, e. g. View then the View menu > > opens. Fine. Now if I move the mouse right to the Navigate menu while the > > mouse button is still pressed I would expect that the

Re: announce lyx-1.1.6pre2; Look & Feel (continued)

2000-12-06 Thread John Levon
On Wed, 6 Dec 2000, Rainer Hoffmann wrote: > 4) In the document, when I press shift and cursor left/right no text is selected. > The cursor doesn't move at all. > > 5) Same is with shift+Pos1 and shift+End. I can't reproduce either of these in current 1.1.6cvs. (by Pos1 do you mean Home ?) >

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Jean-Marc Lasgouttes
> "Stephan" == Stephan Witt <[EMAIL PROTECTED]> writes: Stephan> I think it's a better solution to read/write from external Stephan> file with non-locale functions to avoid the format problems Stephan> when exchange files with other users or other program Stephan> versions. But the user

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-06 Thread Angus Leeming
> > Can you tell us what bind file you are using? > > Edit->Preferences->Look>Interface->Bind file > > menus.bind > > > If it, by any chance is menus.bind or de_menus.bind then change it > > IMMEDIATELY to emacs.bind, cua.bind or something meaningful. This bug has > > already been fixed but it

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-06 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Wednesday 06 December 2000 10:38, Jean-Marc Lasgouttes wrote: | > > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: | > | > Angus> Well, the only place that font_sizes[] are actually used: | > | > Angus> src/lyxrc.h:222: float

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-06 Thread Rainer Hoffmann
I did as you said, the bind file IS now cua.bin, but the problems are still there. Since you said in your first reply something about de_menus.bind I just want to mention, that when I start up lyx I get several messages in the terminal like LyX: Unknown LyX function 'layout-quotes' [around line

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-06 Thread Jean-Marc Lasgouttes
> "Rainer" == Rainer Hoffmann <[EMAIL PROTECTED]> writes: Rainer> Since you said in your first reply something about Rainer> de_menus.bind I just want to mention, that when I start up lyx Rainer> I get several messages in the terminal like Rainer> LyX: Unknown LyX function 'layout-quotes'

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-05 Thread Rainer Hoffmann
I build a new lyx and start it with src/lyx. Then I go to the preferences menu and change something small (e.g. adding an option for dvips). Then I click on save and the appearance of the document on the screen changes: All the fonts look smaller, the title is the same size as standard text. All

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-05 Thread Allan Rae
On Wed, 6 Dec 2000, Rainer Hoffmann wrote: I build a new lyx and start it with src/lyx. Then I go to the preferences menu and change something small (e.g. adding an option for dvips). Then I click on save and the appearance of the document on the screen changes: All the fonts look smaller,

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-05 Thread Rainer Hoffmann
I build a new lyx and start it with src/lyx. Then I go to the preferences menu and change something small (e.g. adding an option for dvips). Then I click on save and the appearance of the document on the screen changes: All the fonts look smaller, the title is the same size as standard text. All

Re: announce lyx-1.1.6pre2; Preferences menu

2000-12-05 Thread Allan Rae
On Wed, 6 Dec 2000, Rainer Hoffmann wrote: > I build a new lyx and start it with src/lyx. Then I go to the > preferences menu and change something small (e.g. adding an option for > dvips). Then I click on save and the appearance of the document on the > screen changes: All the fonts look

Re: announce lyx-1.1.6pre2; Insert Raster Images

2000-11-30 Thread Rainer Hoffmann
Hi all, Two things about the new possibility to insert raster images (which is great!): 1) I expected the menu entry to insert an raster image under Insert-... and not under File-Insert. 2) What I really miss are all the nice settings from the eps-figure: Width and Heigth in relative and

Re: announce lyx-1.1.6pre2; Insert Raster Images

2000-11-30 Thread Baruch Even
On Thu, 30 Nov 2000, Rainer Hoffmann wrote: Hi all, Two things about the new possibility to insert raster images (which is great!): 1) I expected the menu entry to insert an raster image under Insert-... and not under File-Insert. For that I have no answer, ask those who decided on the

Re: announce lyx-1.1.6pre2; Insert Raster Images

2000-11-30 Thread Rainer Hoffmann
Just to make this clear to me: Is there any way now to insert a raster image via the External Inset and scale down the resulting eps-file or can I just scale down the raster image via -geometry and loose information? Rainer Hoffmann Baruch Even schrieb: On Thu, 30 Nov 2000, Rainer Hoffmann

Re: announce lyx-1.1.6pre2; Insert Raster Images

2000-11-30 Thread Rainer Hoffmann
Hi all, Two things about the new possibility to insert raster images (which is great!): 1) I expected the menu entry to insert an raster image under Insert->... and not under File->Insert. 2) What I really miss are all the nice settings from the eps-figure: Width and Heigth in relative and

Re: announce lyx-1.1.6pre2; Insert Raster Images

2000-11-30 Thread Baruch Even
On Thu, 30 Nov 2000, Rainer Hoffmann wrote: > Hi all, > > Two things about the new possibility to insert raster images (which is great!): > 1) I expected the menu entry to insert an raster image under Insert->... and not > under File->Insert. For that I have no answer, ask those who decided on

Re: announce lyx-1.1.6pre2; Insert Raster Images

2000-11-30 Thread Rainer Hoffmann
Just to make this clear to me: Is there any way now to insert a raster image via the External Inset and scale down the resulting eps-file or can I just scale down the raster image via -geometry and loose information? Rainer Hoffmann Baruch Even schrieb: > On Thu, 30 Nov 2000, Rainer Hoffmann

[Rainer Hoffmann rainer.hoffmann@ops.de] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
Beaubert Francois schrieb: Rainer Hoffmann wrote: 3) I tried the PDF-Export: The fonts on the screen with acrobat reader were ugly. Looked like bitmap fonts. Can that be changed? Bye, Rainer Hoffmann yes remove the T1 encoding in the preferences - output - misc popup 1)

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Bronek Baraniecki
On wto, 28 lis 2000, Herbert wrote: "Lars Gullik Bjønnes" wrote: The second prerelease of 1.1.6 has been available for some days now, and this time it is also announced here and not just on the developers list. H: when the printing menu is opened, by default the button H: "all pages"

PATCH: Re: [Rainer Hoffmann rainer.hoffmann@ops.de] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Angus Leeming
Attached is the patch to the Color inherit is undefined or may not be redefined when LANG!=C problem. Many thanks for the bug report, Rainer Angus yes remove the T1 encoding in the preferences - output - misc popup 1) That gave an interesting reaction (together with a long long beep):

Re: announce lyx-1.1.6pre2

2000-11-29 Thread John Levon
On Wed, 29 Nov 2000, Allan Rae wrote: Hmmm... The only reason OK should be disabled is if there is an invalid input (no filename, a page-to entry but no page-from entry and other obvious things). I'll take a look. Allan. (ARRae) Allan, I fixed it with the attached patch. It seems safe

Re: PATCH: Re: [Rainer Hoffmann rainer.hoffmann@ops.de] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Attached is the patch to the Color inherit is undefined or may not be | redefined when LANG!=C problem. I'll apply this. Lgb

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Kayvan A. Sylvan
On Tue, Nov 28, 2000 at 11:37:04PM +0100, Lars Gullik Bjønnes wrote: Herbert Voss [EMAIL PROTECTED] writes: | "Lars Gullik Bjønnes" wrote: | | The second prerelease of 1.1.6 has been available for some days now, | and this time it is also announced here and not just on the developers

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: Oh really? I just click on the "file" box and back to the "printer" box and then I can hit OK to print. Just clicking on the already yellow "printer" box does it for me. If neither box was already yellow, this would be clear. Most of the time I print to file anyway,

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | "Kayvan A. Sylvan" wrote: | | Oh really? I just click on the "file" box and back to the "printer" box | and then I can hit OK to print. | Just clicking on the already yellow "printer" box does it for me. If | neither box was already yellow, this

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Martin Vermeer
To: Lars Gullik Bjønnes [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: announce lyx-1.1.6pre2 Hi all, 1) I downloaded the .tar.gz-file, .configured, maked and started it with src/lyx Then the following messages came: LyX: Unknown LyX function `buffer-fax' [around line

[Rainer Hoffmann <rainer.hoffmann@ops.de>] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
Beaubert Francois schrieb: > Rainer Hoffmann wrote: > > > > > > 3) I tried the PDF-Export: > > The fonts on the screen with acrobat reader were ugly. Looked like bitmap fonts. > > Can that be changed? > > > > Bye, > > > > Rainer Hoffmann > > yes remove the T1 encoding in the preferences ->

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Bronek Baraniecki
On wto, 28 lis 2000, Herbert wrote: > "Lars Gullik Bjønnes" wrote: > > > > The second prerelease of 1.1.6 has been available for some days now, > > and this time it is also announced here and not just on the developers > > list. H:> when the printing menu is opened, by default the button H:>

PATCH: Re: [Rainer Hoffmann <rainer.hoffmann@ops.de>] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Angus Leeming
Attached is the patch to the Color inherit is undefined or may not be redefined when LANG!=C problem. Many thanks for the bug report, Rainer Angus > > yes remove the T1 encoding in the preferences -> output -> misc popup > > 1) That gave an interesting reaction (together with a long long

Re: announce lyx-1.1.6pre2

2000-11-29 Thread John Levon
On Wed, 29 Nov 2000, Allan Rae wrote: > Hmmm... The only reason OK should be disabled is if there is an invalid > input (no filename, a page-to entry but no page-from entry and other > obvious things). I'll take a look. > > Allan. (ARRae) > Allan, I fixed it with the attached patch. It seems

Re: PATCH: Re: [Rainer Hoffmann <rainer.hoffmann@ops.de>] Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Attached is the patch to the Color inherit is undefined or may not be | redefined when LANG!=C problem. I'll apply this. Lgb

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Kayvan A. Sylvan
On Tue, Nov 28, 2000 at 11:37:04PM +0100, Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | "Lars Gullik Bjønnes" wrote: > | > > | > The second prerelease of 1.1.6 has been available for some days now, > | > and this time it is also announced here and not just on the

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > Oh really? I just click on the "file" box and back to the "printer" box > and then I can hit OK to print. Just clicking on the already yellow "printer" box does it for me. If neither box was already yellow, this would be clear. Most of the time I print to file anyway,

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | "Kayvan A. Sylvan" wrote: | | > Oh really? I just click on the "file" box and back to the "printer" box | > and then I can hit OK to print. | Just clicking on the already yellow "printer" box does it for me. If | neither box was already yellow,

Re: announce lyx-1.1.6pre2

2000-11-29 Thread Martin Vermeer
Printing Systems > X-Mailer: Mozilla 4.5 [de] (WinNT; I) > X-Accept-Language: de > To: Lars Gullik Bjønnes <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: announce lyx-1.1.6pre2 > > Hi all, > > 1) I downloaded the .tar.gz-file, .configu

[Patrick DUPRE pdupre@labs.polycnrs-gre.fr] Re: announce lyx-1.1.6pre2

2000-11-28 Thread Lars Gullik Bjønnes
Hello, I already mentionned previously (but I did not get any answer apparently). When I try to edit a reference, I cannot edit the Ref field, have you already observe this behavior (RedHat6.2). Thanks. -- ==

Re: [Patrick DUPRE pdupre@labs.polycnrs-gre.fr] Re: announce lyx-1.1.6pre2

2000-11-28 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | From: Patrick DUPRE [EMAIL PROTECTED] | Subject: Re: announce lyx-1.1.6pre2 | To: Lars Gullik Bjønnes [EMAIL PROTECTED] | Date: Tue, 28 Nov 2000 17:20:56 +0100 | Organization: GHMFL/CNRS | | Hello, | | I already mentionned previously (but I did

Re: [Patrick DUPRE pdupre@labs.polycnrs-gre.fr] Re: announce lyx-1.1.6pre2

2000-11-28 Thread Angus Leeming
PRE [EMAIL PROTECTED] | Subject: Re: announce lyx-1.1.6pre2 | To: Lars Gullik Bjønnes [EMAIL PROTECTED] | Date: Tue, 28 Nov 2000 17:20:56 +0100 | Organization: GHMFL/CNRS | | Hello, | | I already mentionned previously (but I did not get any answer | apparently). | When I try to edit a refe

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Allan Rae
On 28 Nov 2000, Lars Gullik Bjønnes wrote: From NEWS: - LyX now has a Preference popup where you can change most of your lyxrc settings [Allan, details?] I see I still haven't updated NEWS with the things I added in LDN. I'll make time for that. Allan. (ARRae)

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Allan Rae
On Tue, 28 Nov 2000, Herbert Voss wrote: "Lars Gullik Bjønnes" wrote: The second prerelease of 1.1.6 has been available for some days now, and this time it is also announced here and not just on the developers list. when the printing menu is opened, by default the button "all pages"

announce lyx-1.1.6pre2

2000-11-28 Thread Lars Gullik Bjønnes
The second prerelease of 1.1.6 has been available for some days now, and this time it is also announced here and not just on the developers list. We'd like it a lot if people took the time to test this version, but let me come with a stern warning first: The LyX file format has changed, so you

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Rainer Hoffmann
Hi all, 1) I downloaded the .tar.gz-file, .configured, maked and started it with src/lyx Then the following messages came: LyX: Unknown LyX function `buffer-fax' [around line 60 of file ~/Software/lyx-1.1.6pre2/lib/bind/de_menus.bind] LyX: Unknown LyX function `layout-paper' [around line 114 of

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Herbert Voss
"Lars Gullik Bjønnes" wrote: The second prerelease of 1.1.6 has been available for some days now, and this time it is also announced here and not just on the developers list. when the printing menu is opened, by default the button "all pages" is valid. but it's not possible to click on the

[Patrick DUPRE <pdupre@labs.polycnrs-gre.fr>] Re: announce lyx-1.1.6pre2

2000-11-28 Thread Lars Gullik Bjønnes
Hello, I already mentionned previously (but I did not get any answer apparently). When I try to edit a reference, I cannot edit the Ref field, have you already observe this behavior (RedHat6.2). Thanks. -- ==

Re: [Patrick DUPRE <pdupre@labs.polycnrs-gre.fr>] Re: announce lyx-1.1.6pre2

2000-11-28 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | From: Patrick DUPRE <[EMAIL PROTECTED]> | Subject: Re: announce lyx-1.1.6pre2 | To: Lars Gullik Bjønnes <[EMAIL PROTECTED]> | Date: Tue, 28 Nov 2000 17:20:56 +0100 | Organization: GHMFL/CNRS | | Hello, | | I already mentionned previ

Re: [Patrick DUPRE <pdupre@labs.polycnrs-gre.fr>] Re: announce lyx-1.1.6pre2

2000-11-28 Thread Angus Leeming
ck DUPRE <[EMAIL PROTECTED]> > | Subject: Re: announce lyx-1.1.6pre2 > | To: Lars Gullik Bjønnes <[EMAIL PROTECTED]> > | Date: Tue, 28 Nov 2000 17:20:56 +0100 > | Organization: GHMFL/CNRS > | > | Hello, > | > | I already mentionned previously (but I did not get any

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Allan Rae
On 28 Nov 2000, Lars Gullik Bjønnes wrote: > From NEWS: > - LyX now has a Preference popup where you can change most of your > lyxrc settings [Allan, details?] I see I still haven't updated NEWS with the things I added in LDN. I'll make time for that. Allan. (ARRae)

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Allan Rae
On Tue, 28 Nov 2000, Herbert Voss wrote: > "Lars Gullik Bjønnes" wrote: > > > > The second prerelease of 1.1.6 has been available for some days now, > > and this time it is also announced here and not just on the developers > > list. > > when the printing menu is opened, by default the button

announce lyx-1.1.6pre2

2000-11-28 Thread Lars Gullik Bjønnes
The second prerelease of 1.1.6 has been available for some days now, and this time it is also announced here and not just on the developers list. We'd like it a lot if people took the time to test this version, but let me come with a stern warning first: The LyX file format has changed, so you

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Rainer Hoffmann
Hi all, 1) I downloaded the .tar.gz-file, .configured, maked and started it with src/lyx Then the following messages came: LyX: Unknown LyX function `buffer-fax' [around line 60 of file ~/Software/lyx-1.1.6pre2/lib/bind/de_menus.bind] LyX: Unknown LyX function `layout-paper' [around line 114 of

Re: announce lyx-1.1.6pre2

2000-11-28 Thread Herbert Voss
"Lars Gullik Bjønnes" wrote: > > The second prerelease of 1.1.6 has been available for some days now, > and this time it is also announced here and not just on the developers > list. when the printing menu is opened, by default the button "all pages" is valid. but it's not possible to click on