Re: Re: Changing the color of notes in pdf output

2008-12-04 Thread Ignacio García
Nikos Alexandris, Tue, 02 Dec 2008:

 Besides using:

 \renewenvironment{lyxgreyedout}
  {\textcolor{blue}\bgroup}{\egroup}

 as suggested by Ignacio G., I would like to use also:

 \usepackage{color}
 \definecolor{lightgray}{gray}{0.3}
 \definecolor{lightblue}{blue}{0.7}


 But it fails. I get for example
 LaTeX Error(s): Undefined color model `blue'.

The second argument only can be 'rgb' 'cmyk' or 'gray'
Details in 2.11.1, Embedded Objects manual

Regards
Ignacio Garcia


Re: Re: Changing the color of notes in pdf output

2008-12-04 Thread Nikos Alexandris
On Thu, 2008-12-04 at 09:39 +0100, Ignacio García wrote:
 Nikos Alexandris, Tue, 02 Dec 2008:
 
  Besides using:
 
  \renewenvironment{lyxgreyedout}
   {\textcolor{blue}\bgroup}{\egroup}
 
  as suggested by Ignacio G., I would like to use also:
 
  \usepackage{color}
  \definecolor{lightgray}{gray}{0.3}
  \definecolor{lightblue}{blue}{0.7}
 
 
  But it fails. I get for example
  LaTeX Error(s): Undefined color model `blue'.
 
 The second argument only can be 'rgb' 'cmyk' or 'gray'
 Details in 2.11.1, Embedded Objects manual
 
 Regards
 Ignacio Garcia

Thanks for your feedback. I should have found that already by myself.
Sorry, I (admit I) didn't really do my homework... (kind of overloaded
these days).

Regards, Nikos



Re: Re: Changing the color of notes in pdf output

2008-12-04 Thread Ignacio García
Nikos Alexandris, Tue, 02 Dec 2008:

 Besides using:

 \renewenvironment{lyxgreyedout}
  {\textcolor{blue}\bgroup}{\egroup}

 as suggested by Ignacio G., I would like to use also:

 \usepackage{color}
 \definecolor{lightgray}{gray}{0.3}
 \definecolor{lightblue}{blue}{0.7}


 But it fails. I get for example
 LaTeX Error(s): Undefined color model `blue'.

The second argument only can be 'rgb' 'cmyk' or 'gray'
Details in 2.11.1, Embedded Objects manual

Regards
Ignacio Garcia


Re: Re: Changing the color of notes in pdf output

2008-12-04 Thread Nikos Alexandris
On Thu, 2008-12-04 at 09:39 +0100, Ignacio García wrote:
 Nikos Alexandris, Tue, 02 Dec 2008:
 
  Besides using:
 
  \renewenvironment{lyxgreyedout}
   {\textcolor{blue}\bgroup}{\egroup}
 
  as suggested by Ignacio G., I would like to use also:
 
  \usepackage{color}
  \definecolor{lightgray}{gray}{0.3}
  \definecolor{lightblue}{blue}{0.7}
 
 
  But it fails. I get for example
  LaTeX Error(s): Undefined color model `blue'.
 
 The second argument only can be 'rgb' 'cmyk' or 'gray'
 Details in 2.11.1, Embedded Objects manual
 
 Regards
 Ignacio Garcia

Thanks for your feedback. I should have found that already by myself.
Sorry, I (admit I) didn't really do my homework... (kind of overloaded
these days).

Regards, Nikos



Re: Re: Changing the color of notes in pdf output

2008-12-04 Thread Ignacio García
Nikos Alexandris, Tue, 02 Dec 2008:

>> Besides using:

>> \renewenvironment{lyxgreyedout}
>>  {\textcolor{blue}\bgroup}{\egroup}

>> as suggested by Ignacio G., I would like to use also:

>> \usepackage{color}
>> \definecolor{lightgray}{gray}{0.3}
>> \definecolor{lightblue}{blue}{0.7}


>> But it fails. I get for example
>> "LaTeX Error(s): Undefined color model `blue'."

The second argument only can be 'rgb' 'cmyk' or 'gray'
Details in 2.11.1, Embedded Objects manual

Regards
Ignacio Garcia


Re: Re: Changing the color of notes in pdf output

2008-12-04 Thread Nikos Alexandris
On Thu, 2008-12-04 at 09:39 +0100, Ignacio García wrote:
> Nikos Alexandris, Tue, 02 Dec 2008:
> 
> >> Besides using:
> 
> >> \renewenvironment{lyxgreyedout}
> >>  {\textcolor{blue}\bgroup}{\egroup}
> 
> >> as suggested by Ignacio G., I would like to use also:
> 
> >> \usepackage{color}
> >> \definecolor{lightgray}{gray}{0.3}
> >> \definecolor{lightblue}{blue}{0.7}
> 
> 
> >> But it fails. I get for example
> >> "LaTeX Error(s): Undefined color model `blue'."
> 
> The second argument only can be 'rgb' 'cmyk' or 'gray'
> Details in 2.11.1, Embedded Objects manual
> 
> Regards
> Ignacio Garcia

Thanks for your feedback. I should have found that already by myself.
Sorry, I (admit I) didn't really do my homework... (kind of overloaded
these days).

Regards, Nikos



Re: Changing the color of notes in pdf output

2008-12-02 Thread Nikos Alexandris
On Fri, 2008-11-28 at 15:40 +0100, Matts Lindström wrote:
 Hello,
 
 Is it somehow possible to change the color of notes (Greyed out notes) in
 the pdf that lyx outputs? (I'm using LyX 1.6rc2 and texlive running on
 Ubuntu Linux)
 
 Regards,
 Matts Lindström

Hi!

Besides using:

\renewenvironment{lyxgreyedout}
 {\textcolor{blue}\bgroup}{\egroup}

as suggested by Ignacio G., I would like to use also:

\usepackage{color}
\definecolor{lightgray}{gray}{0.3}
\definecolor{lightblue}{blue}{0.7}


But it fails. I get for example LaTeX Error(s): Undefined color model
`blue'.

---

I have seen several color-related bugs/wishes[1] and I feel covered,
that is I am not going to file another ticket. I wish, as many others,
to have at some point an easy way to play around with custom colors (not
only the standard colors) for the text, for the notes, for the
links/urls, for footnotes, etc.

Kind regards, Nikos
---
[1] Bugzilla Bug(s) 3865, 3683, 3714, 5208, 



Re: Changing the color of notes in pdf output

2008-12-02 Thread Nikos Alexandris
On Fri, 2008-11-28 at 15:40 +0100, Matts Lindström wrote:
 Hello,
 
 Is it somehow possible to change the color of notes (Greyed out notes) in
 the pdf that lyx outputs? (I'm using LyX 1.6rc2 and texlive running on
 Ubuntu Linux)
 
 Regards,
 Matts Lindström

Hi!

Besides using:

\renewenvironment{lyxgreyedout}
 {\textcolor{blue}\bgroup}{\egroup}

as suggested by Ignacio G., I would like to use also:

\usepackage{color}
\definecolor{lightgray}{gray}{0.3}
\definecolor{lightblue}{blue}{0.7}


But it fails. I get for example LaTeX Error(s): Undefined color model
`blue'.

---

I have seen several color-related bugs/wishes[1] and I feel covered,
that is I am not going to file another ticket. I wish, as many others,
to have at some point an easy way to play around with custom colors (not
only the standard colors) for the text, for the notes, for the
links/urls, for footnotes, etc.

Kind regards, Nikos
---
[1] Bugzilla Bug(s) 3865, 3683, 3714, 5208, 



Re: Changing the color of notes in pdf output

2008-12-02 Thread Nikos Alexandris
On Fri, 2008-11-28 at 15:40 +0100, Matts Lindström wrote:
> Hello,
> 
> Is it somehow possible to change the color of notes ("Greyed out notes") in
> the pdf that lyx outputs? (I'm using LyX 1.6rc2 and texlive running on
> Ubuntu Linux)
> 
> Regards,
> Matts Lindström

Hi!

Besides using:

\renewenvironment{lyxgreyedout}
 {\textcolor{blue}\bgroup}{\egroup}

as suggested by Ignacio G., I would like to use also:

\usepackage{color}
\definecolor{lightgray}{gray}{0.3}
\definecolor{lightblue}{blue}{0.7}


But it fails. I get for example "LaTeX Error(s): Undefined color model
`blue'."

---

I have seen several color-related bugs/wishes[1] and I feel "covered",
that is I am not going to file another ticket. I wish, as many others,
to have at some point an easy way to play around with custom colors (not
only the standard colors) for the text, for the notes, for the
links/urls, for footnotes, etc.

Kind regards, Nikos
---
[1] Bugzilla Bug(s) 3865, 3683, 3714, 5208, 



Re: Changing the color of notes in pdf output

2008-12-01 Thread Matts Lindström
Thanks a lot!

On Sat, Nov 29, 2008 at 4:51 PM, Ignacio García
[EMAIL PROTECTED]wrote:

 Matts Lindström, Fri, 28 Nov 2008
  Is it somehow possible to change the color of notes (Greyed out notes)
 in
  the pdf that lyx outputs?

 Yes, add in the LaTeX preamble:

 \renewenvironment{lyxgreyedout}
  {\textcolor{blue}\bgroup}{\egroup}

 blue or you want.

 More info in sec. 4.1 in the Embedded Objects manual

 Regards
 Ignacio G.



Re: Changing the color of notes in pdf output

2008-12-01 Thread Matts Lindström
Thanks a lot!

On Sat, Nov 29, 2008 at 4:51 PM, Ignacio García
[EMAIL PROTECTED]wrote:

 Matts Lindström, Fri, 28 Nov 2008
  Is it somehow possible to change the color of notes (Greyed out notes)
 in
  the pdf that lyx outputs?

 Yes, add in the LaTeX preamble:

 \renewenvironment{lyxgreyedout}
  {\textcolor{blue}\bgroup}{\egroup}

 blue or you want.

 More info in sec. 4.1 in the Embedded Objects manual

 Regards
 Ignacio G.



Re: Changing the color of notes in pdf output

2008-12-01 Thread Matts Lindström
Thanks a lot!

On Sat, Nov 29, 2008 at 4:51 PM, Ignacio García
<[EMAIL PROTECTED]>wrote:

> Matts Lindström, Fri, 28 Nov 2008
> >> Is it somehow possible to change the color of notes ("Greyed out notes")
> in
> >> the pdf that lyx outputs?
>
> Yes, add in the LaTeX preamble:
>
> \renewenvironment{lyxgreyedout}
>  {\textcolor{blue}\bgroup}{\egroup}
>
> blue or you want.
>
> More info in sec. 4.1 in the Embedded Objects manual
>
> Regards
> Ignacio G.
>


Re: Changing the color of notes in pdf output

2008-11-29 Thread Ignacio García
Matts Lindström, Fri, 28 Nov 2008
 Is it somehow possible to change the color of notes (Greyed out notes) in
 the pdf that lyx outputs?

Yes, add in the LaTeX preamble:

\renewenvironment{lyxgreyedout}
 {\textcolor{blue}\bgroup}{\egroup}

blue or you want.

More info in sec. 4.1 in the Embedded Objects manual

Regards
Ignacio G.


Re: Changing the color of notes in pdf output

2008-11-29 Thread Ignacio García
Matts Lindström, Fri, 28 Nov 2008
 Is it somehow possible to change the color of notes (Greyed out notes) in
 the pdf that lyx outputs?

Yes, add in the LaTeX preamble:

\renewenvironment{lyxgreyedout}
 {\textcolor{blue}\bgroup}{\egroup}

blue or you want.

More info in sec. 4.1 in the Embedded Objects manual

Regards
Ignacio G.


Re: Changing the color of notes in pdf output

2008-11-29 Thread Ignacio García
Matts Lindström, Fri, 28 Nov 2008
>> Is it somehow possible to change the color of notes ("Greyed out notes") in
>> the pdf that lyx outputs?

Yes, add in the LaTeX preamble:

\renewenvironment{lyxgreyedout}
 {\textcolor{blue}\bgroup}{\egroup}

blue or you want.

More info in sec. 4.1 in the Embedded Objects manual

Regards
Ignacio G.


Changing the color of notes in pdf output

2008-11-28 Thread Matts Lindström
Hello,

Is it somehow possible to change the color of notes (Greyed out notes) in
the pdf that lyx outputs? (I'm using LyX 1.6rc2 and texlive running on
Ubuntu Linux)

Regards,
Matts Lindström


Changing the color of notes in pdf output

2008-11-28 Thread Matts Lindström
Hello,

Is it somehow possible to change the color of notes (Greyed out notes) in
the pdf that lyx outputs? (I'm using LyX 1.6rc2 and texlive running on
Ubuntu Linux)

Regards,
Matts Lindström


Changing the color of notes in pdf output

2008-11-28 Thread Matts Lindström
Hello,

Is it somehow possible to change the color of notes ("Greyed out notes") in
the pdf that lyx outputs? (I'm using LyX 1.6rc2 and texlive running on
Ubuntu Linux)

Regards,
Matts Lindström