Re: Backgroundcolor?

2000-09-12 Thread Jean-Marc Lasgouttes

 "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:

Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
Harald \background_color ... in lyxrc doesn't work.

The handling of colors in lyxrc has changed. Use
  \set_color background red
if you really like red backgrounds :)

JMarc



Re: Backgroundcolor?

2000-09-12 Thread Jean-Pierre.Chretien


Date: Tue, 12 Sep 2000 18:03:24 +0200
From: [EMAIL PROTECTED] (Harald Ensenberger)
To: Jean-Marc Lasgouttes [EMAIL PROTECTED]
CC: "[EMAIL PROTECTED]" [EMAIL PROTECTED]
Subject: Re: Backgroundcolor?

Jean-Marc Lasgouttes wrote:
 
  "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
 Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
 Harald \background_color ... in lyxrc doesn't work.
 
 The handling of colors in lyxrc has changed. Use
   \set_color background red
 if you really like red backgrounds :)
 
 JMarc

It doesnt' work. I got this errormessages:
LyX: Bad color tag: `background' [around line 208 of file
~/.lyx/lyxrc]
LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

It seems the tag \set_color is not wrong. 
I got similar Errormessages when i write Background or
back_ground...
Any other Idea?

Could be
\set_color "background red"
Seems there has been a post on this

-- 
Jean-Pierre






Re: Backgroundcolor?

2000-09-12 Thread Jean-Marc Lasgouttes

 "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:

Harald It doesnt' work. I got this errormessages: LyX: Bad color tag:
Harald `background' [around line 208 of file ~/.lyx/lyxrc] LyX:
Harald Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

Harald It seems the tag \set_color is not wrong. I got similar
Harald Errormessages when i write Background or back_ground... Any
Harald other Idea?

Then try 
  \set_color "background" "gray80" 

This code has been fixed in my tree, and I do not remember which was
the _only_ syntax which worked...

JMarc



Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

"Jean-Pierre.Chretien" wrote:
 
 Date: Tue, 12 Sep 2000 18:03:24 +0200
 From: [EMAIL PROTECTED] (Harald Ensenberger)
 To: Jean-Marc Lasgouttes [EMAIL PROTECTED]
 CC: "[EMAIL PROTECTED]" [EMAIL PROTECTED]
 Subject: Re: Backgroundcolor?
 
 Jean-Marc Lasgouttes wrote:
 
   "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
  Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
  Harald \background_color ... in lyxrc doesn't work.
 
  The handling of colors in lyxrc has changed. Use
\set_color background red
  if you really like red backgrounds :)
 
  JMarc
 
 It doesnt' work. I got this errormessages:
 LyX: Bad color tag: `background' [around line 208 of file
 ~/.lyx/lyxrc]
 LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]
 
 It seems the tag \set_color is not wrong.
 I got similar Errormessages when i write Background or
 back_ground...
 Any other Idea?
 
 Could be
 \set_color "background red"
 Seems there has been a post on this
 
 --
 Jean-Pierre

:( It will not run! I don't want to reinstall an older version.



Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

Jean-Marc Lasgouttes wrote:
 
  "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
 Harald It doesnt' work. I got this errormessages: LyX: Bad color tag:
 Harald `background' [around line 208 of file ~/.lyx/lyxrc] LyX:
 Harald Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]
 
 Harald It seems the tag \set_color is not wrong. I got similar
 Harald Errormessages when i write Background or back_ground... Any
 Harald other Idea?
 
 Then try
   \set_color "background" "gray80"
 
 This code has been fixed in my tree, and I do not remember which was
 the _only_ syntax which worked...
 
 JMarc
:) 
Thank you very much and have a nice evening.

Harald



Re: Backgroundcolor?

2000-09-12 Thread Benjamin Korvemaker

On Tue, Sep 12, 2000 at 06:30:29PM +0200, Harald Ensenberger wrote:
 "Jean-Pierre.Chretien" wrote:
[snip]
  Could be
  \set_color "background red"
  Seems there has been a post on this
  
  --
  Jean-Pierre
 
 :( It will not run! I don't want to reinstall an older version.


I had similar problems.. this was my fix..

\set_color "background" "red"

(put quotes around each word)

Ben
-- 
Benjamin Korvemaker  Segmentation fault:
[EMAIL PROTECTED]   The only debugging tool you'll ever need.

 PGP signature


Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

Jean-Marc Lasgouttes wrote:
 
  "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
 Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
 Harald \background_color ... in lyxrc doesn't work.
 
 The handling of colors in lyxrc has changed. Use
   \set_color background red
 if you really like red backgrounds :)
 
 JMarc

It doesnt' work. I got this errormessages:
LyX: Bad color tag: `background' [around line 208 of file
~/.lyx/lyxrc]
LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

It seems the tag \set_color is not wrong. 
I got similar Errormessages when i write Background or
back_ground...
Any other Idea?



Re: Backgroundcolor?

2000-09-12 Thread Jean-Marc Lasgouttes

 "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:

Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
Harald \background_color ... in lyxrc doesn't work.

The handling of colors in lyxrc has changed. Use
  \set_color background red
if you really like red backgrounds :)

JMarc



Re: Backgroundcolor?

2000-09-12 Thread Jean-Pierre.Chretien


Date: Tue, 12 Sep 2000 18:03:24 +0200
From: [EMAIL PROTECTED] (Harald Ensenberger)
To: Jean-Marc Lasgouttes [EMAIL PROTECTED]
CC: "[EMAIL PROTECTED]" [EMAIL PROTECTED]
Subject: Re: Backgroundcolor?

Jean-Marc Lasgouttes wrote:
 
  "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
 Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
 Harald \background_color ... in lyxrc doesn't work.
 
 The handling of colors in lyxrc has changed. Use
   \set_color background red
 if you really like red backgrounds :)
 
 JMarc

It doesnt' work. I got this errormessages:
LyX: Bad color tag: `background' [around line 208 of file
~/.lyx/lyxrc]
LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

It seems the tag \set_color is not wrong. 
I got similar Errormessages when i write Background or
back_ground...
Any other Idea?

Could be
\set_color "background red"
Seems there has been a post on this

-- 
Jean-Pierre






Re: Backgroundcolor?

2000-09-12 Thread Jean-Marc Lasgouttes

 "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:

Harald It doesnt' work. I got this errormessages: LyX: Bad color tag:
Harald `background' [around line 208 of file ~/.lyx/lyxrc] LyX:
Harald Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

Harald It seems the tag \set_color is not wrong. I got similar
Harald Errormessages when i write Background or back_ground... Any
Harald other Idea?

Then try 
  \set_color "background" "gray80" 

This code has been fixed in my tree, and I do not remember which was
the _only_ syntax which worked...

JMarc



Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

"Jean-Pierre.Chretien" wrote:
 
 Date: Tue, 12 Sep 2000 18:03:24 +0200
 From: [EMAIL PROTECTED] (Harald Ensenberger)
 To: Jean-Marc Lasgouttes [EMAIL PROTECTED]
 CC: "[EMAIL PROTECTED]" [EMAIL PROTECTED]
 Subject: Re: Backgroundcolor?
 
 Jean-Marc Lasgouttes wrote:
 
   "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
  Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
  Harald \background_color ... in lyxrc doesn't work.
 
  The handling of colors in lyxrc has changed. Use
\set_color background red
  if you really like red backgrounds :)
 
  JMarc
 
 It doesnt' work. I got this errormessages:
 LyX: Bad color tag: `background' [around line 208 of file
 ~/.lyx/lyxrc]
 LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]
 
 It seems the tag \set_color is not wrong.
 I got similar Errormessages when i write Background or
 back_ground...
 Any other Idea?
 
 Could be
 \set_color "background red"
 Seems there has been a post on this
 
 --
 Jean-Pierre

:( It will not run! I don't want to reinstall an older version.



Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

Jean-Marc Lasgouttes wrote:
 
  "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
 Harald It doesnt' work. I got this errormessages: LyX: Bad color tag:
 Harald `background' [around line 208 of file ~/.lyx/lyxrc] LyX:
 Harald Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]
 
 Harald It seems the tag \set_color is not wrong. I got similar
 Harald Errormessages when i write Background or back_ground... Any
 Harald other Idea?
 
 Then try
   \set_color "background" "gray80"
 
 This code has been fixed in my tree, and I do not remember which was
 the _only_ syntax which worked...
 
 JMarc
:) 
Thank you very much and have a nice evening.

Harald



Re: Backgroundcolor?

2000-09-12 Thread Benjamin Korvemaker

On Tue, Sep 12, 2000 at 06:30:29PM +0200, Harald Ensenberger wrote:
 "Jean-Pierre.Chretien" wrote:
[snip]
  Could be
  \set_color "background red"
  Seems there has been a post on this
  
  --
  Jean-Pierre
 
 :( It will not run! I don't want to reinstall an older version.


I had similar problems.. this was my fix..

\set_color "background" "red"

(put quotes around each word)

Ben
-- 
Benjamin Korvemaker  Segmentation fault:
[EMAIL PROTECTED]   The only debugging tool you'll ever need.

 PGP signature


Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

Jean-Marc Lasgouttes wrote:
 
  "Harald" == Harald Ensenberger [EMAIL PROTECTED] writes:
 
 Harald Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
 Harald \background_color ... in lyxrc doesn't work.
 
 The handling of colors in lyxrc has changed. Use
   \set_color background red
 if you really like red backgrounds :)
 
 JMarc

It doesnt' work. I got this errormessages:
LyX: Bad color tag: `background' [around line 208 of file
~/.lyx/lyxrc]
LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

It seems the tag \set_color is not wrong. 
I got similar Errormessages when i write Background or
back_ground...
Any other Idea?



Re: Backgroundcolor?

2000-09-12 Thread Jean-Marc Lasgouttes

> "Harald" == Harald Ensenberger <[EMAIL PROTECTED]> writes:

Harald> Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
Harald> \background_color ... in lyxrc doesn't work.

The handling of colors in lyxrc has changed. Use
  \set_color background red
if you really like red backgrounds :)

JMarc



Re: Backgroundcolor?

2000-09-12 Thread Jean-Pierre.Chretien


>>Date: Tue, 12 Sep 2000 18:03:24 +0200
>>From: [EMAIL PROTECTED] (Harald Ensenberger)
>>To: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
>>CC: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>>Subject: Re: Backgroundcolor?
>>
>>Jean-Marc Lasgouttes wrote:
>>> 
>>> >>>>> "Harald" == Harald Ensenberger <[EMAIL PROTECTED]> writes:
>>> 
>>> Harald> Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
>>> Harald> \background_color ... in lyxrc doesn't work.
>>> 
>>> The handling of colors in lyxrc has changed. Use
>>>   \set_color background red
>>> if you really like red backgrounds :)
>>> 
>>> JMarc
>>
>>It doesnt' work. I got this errormessages:
>>LyX: Bad color tag: `background' [around line 208 of file
>>~/.lyx/lyxrc]
>>LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]
>>
>>It seems the tag \set_color is not wrong. 
>>I got similar Errormessages when i write Background or
>>back_ground...
>>Any other Idea?

Could be
\set_color "background red"
Seems there has been a post on this

-- 
Jean-Pierre






Re: Backgroundcolor?

2000-09-12 Thread Jean-Marc Lasgouttes

> "Harald" == Harald Ensenberger <[EMAIL PROTECTED]> writes:

Harald> It doesnt' work. I got this errormessages: LyX: Bad color tag:
Harald> `background' [around line 208 of file ~/.lyx/lyxrc] LyX:
Harald> Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

Harald> It seems the tag \set_color is not wrong. I got similar
Harald> Errormessages when i write Background or back_ground... Any
Harald> other Idea?

Then try 
  \set_color "background" "gray80" 

This code has been fixed in my tree, and I do not remember which was
the _only_ syntax which worked...

JMarc



Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

"Jean-Pierre.Chretien" wrote:
> 
> >>Date: Tue, 12 Sep 2000 18:03:24 +0200
> >>From: [EMAIL PROTECTED] (Harald Ensenberger)
> >>To: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
> >>CC: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> >>Subject: Re: Backgroundcolor?
> >>
> >>Jean-Marc Lasgouttes wrote:
> >>>
> >>> >>>>> "Harald" == Harald Ensenberger <[EMAIL PROTECTED]> writes:
> >>>
> >>> Harald> Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
> >>> Harald> \background_color ... in lyxrc doesn't work.
> >>>
> >>> The handling of colors in lyxrc has changed. Use
> >>>   \set_color background red
> >>> if you really like red backgrounds :)
> >>>
> >>> JMarc
> >>
> >>It doesnt' work. I got this errormessages:
> >>LyX: Bad color tag: `background' [around line 208 of file
> >>~/.lyx/lyxrc]
> >>LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]
> >>
> >>It seems the tag \set_color is not wrong.
> >>I got similar Errormessages when i write Background or
> >>back_ground...
> >>Any other Idea?
> 
> Could be
> \set_color "background red"
> Seems there has been a post on this
> 
> --
> Jean-Pierre

:( It will not run! I don't want to reinstall an older version.



Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

Jean-Marc Lasgouttes wrote:
> 
> > "Harald" == Harald Ensenberger <[EMAIL PROTECTED]> writes:
> 
> Harald> It doesnt' work. I got this errormessages: LyX: Bad color tag:
> Harald> `background' [around line 208 of file ~/.lyx/lyxrc] LyX:
> Harald> Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]
> 
> Harald> It seems the tag \set_color is not wrong. I got similar
> Harald> Errormessages when i write Background or back_ground... Any
> Harald> other Idea?
> 
> Then try
>   \set_color "background" "gray80"
> 
> This code has been fixed in my tree, and I do not remember which was
> the _only_ syntax which worked...
> 
> JMarc
:) 
Thank you very much and have a nice evening.

Harald



Re: Backgroundcolor?

2000-09-12 Thread Benjamin Korvemaker

On Tue, Sep 12, 2000 at 06:30:29PM +0200, Harald Ensenberger wrote:
> "Jean-Pierre.Chretien" wrote:
[snip]
> > Could be
> > \set_color "background red"
> > Seems there has been a post on this
> > 
> > --
> > Jean-Pierre
> 
> :( It will not run! I don't want to reinstall an older version.


I had similar problems.. this was my fix..

\set_color "background" "red"

(put quotes around each word)

Ben
-- 
Benjamin Korvemaker  Segmentation fault:
[EMAIL PROTECTED]   The only debugging tool you'll ever need.

 PGP signature


Re: Backgroundcolor?

2000-09-12 Thread Harald Ensenberger

Jean-Marc Lasgouttes wrote:
> 
> > "Harald" == Harald Ensenberger <[EMAIL PROTECTED]> writes:
> 
> Harald> Hi, how can i change the backgroundcolor in Lyx 1.1.5fix1?
> Harald> \background_color ... in lyxrc doesn't work.
> 
> The handling of colors in lyxrc has changed. Use
>   \set_color background red
> if you really like red backgrounds :)
> 
> JMarc

It doesnt' work. I got this errormessages:
LyX: Bad color tag: `background' [around line 208 of file
~/.lyx/lyxrc]
LyX: Unknown tag `gray80' [around line 209 of file ~/.lyx/lyxrc]

It seems the tag \set_color is not wrong. 
I got similar Errormessages when i write Background or
back_ground...
Any other Idea?