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

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}

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

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}

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

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} > >>

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:

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:

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:

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}

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}

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: > >

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

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

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