Re: Showing LyX Notes in output

2008-12-15 Thread baseliner
Micha Feigin mi...@... writes:
 
 Look at the thread from a few days back titled
 Changing the color of lyx notes in output
 It tells you how to change the color of the grayed out note which seems to
 achieve what you want, to quote:
 
 On Sat, Nov 29, 2008 at 4:51 PM, Ignacio García
 ignacio.gmora...@...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

Thanks everyone for all the suggestions. I tried out several of them and the one
that comes closest is the one above with changing the greyedout's color. Is
there any way to also change the background color in addition to the text color
for a greyedout note? 

I also liked the Branches idea that Guenter suggested but the coloring for the
insets only shows in the LyX window not in the output. But it still is a cool
way of turning comments on or off throughout the document. 






Re: Showing LyX Notes in output

2008-12-15 Thread baseliner
Micha Feigin mi...@... writes:
 
 Look at the thread from a few days back titled
 Changing the color of lyx notes in output
 It tells you how to change the color of the grayed out note which seems to
 achieve what you want, to quote:
 
 On Sat, Nov 29, 2008 at 4:51 PM, Ignacio García
 ignacio.gmora...@...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

Thanks everyone for all the suggestions. I tried out several of them and the one
that comes closest is the one above with changing the greyedout's color. Is
there any way to also change the background color in addition to the text color
for a greyedout note? 

I also liked the Branches idea that Guenter suggested but the coloring for the
insets only shows in the LyX window not in the output. But it still is a cool
way of turning comments on or off throughout the document. 






Re: Showing LyX Notes in output

2008-12-15 Thread baseliner
Micha Feigin  writes:
> 
> Look at the thread from a few days back titled
> Changing the color of lyx notes in output
> It tells you how to change the color of the grayed out note which seems to
> achieve what you want, to quote:
> 
> On Sat, Nov 29, 2008 at 4:51 PM, Ignacio García
> 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

Thanks everyone for all the suggestions. I tried out several of them and the one
that comes closest is the one above with changing the greyedout's color. Is
there any way to also change the background color in addition to the text color
for a greyedout note? 

I also liked the Branches idea that Guenter suggested but the coloring for the
insets only shows in the LyX window not in the output. But it still is a cool
way of turning comments on or off throughout the document. 






Re: Showing LyX Notes in output

2008-12-07 Thread Pavel Sanda
 On Fri, 5 Dec 2008 21:39:15 + (UTC)
 baseliner [EMAIL PROTECTED] wrote:
 
  James Sutherland [EMAIL PROTECTED] writes:
  
   
   Right-click and then choose Greyed Out. This will show up in the  
   output.
  
  Yeah, as I mentioned in my post, greyed out is too passive and one needs to
  really look for it to find it.. need something that stands out.. like the
  yellow background and black text which is how the Note appears in the LyX
  window.
  
  Maybe I should log a feature request on bugzilla..
  
  
 
 Look at the thread from a few days back titled
 Changing the color of lyx notes in output
 It tells you how to change the color of the grayed out note which seems to
 achieve what you want, to quote:
 
 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

just to add there is LFUN_NOTES_MUTATE which allows you to change all lyx-notes
into greyed-out notes by one shot.

pavel


Re: Showing LyX Notes in output

2008-12-07 Thread Pavel Sanda
 On Fri, 5 Dec 2008 21:39:15 + (UTC)
 baseliner [EMAIL PROTECTED] wrote:
 
  James Sutherland [EMAIL PROTECTED] writes:
  
   
   Right-click and then choose Greyed Out. This will show up in the  
   output.
  
  Yeah, as I mentioned in my post, greyed out is too passive and one needs to
  really look for it to find it.. need something that stands out.. like the
  yellow background and black text which is how the Note appears in the LyX
  window.
  
  Maybe I should log a feature request on bugzilla..
  
  
 
 Look at the thread from a few days back titled
 Changing the color of lyx notes in output
 It tells you how to change the color of the grayed out note which seems to
 achieve what you want, to quote:
 
 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

just to add there is LFUN_NOTES_MUTATE which allows you to change all lyx-notes
into greyed-out notes by one shot.

pavel


Re: Showing LyX Notes in output

2008-12-07 Thread Pavel Sanda
> On Fri, 5 Dec 2008 21:39:15 + (UTC)
> baseliner <[EMAIL PROTECTED]> wrote:
> 
> > James Sutherland <[EMAIL PROTECTED]> writes:
> > 
> > > 
> > > Right-click and then choose "Greyed Out". This will show up in the  
> > > output.
> > 
> > Yeah, as I mentioned in my post, greyed out is too passive and one needs to
> > really look for it to find it.. need something that stands out.. like the
> > yellow background and black text which is how the Note appears in the LyX
> > window.
> > 
> > Maybe I should log a feature request on bugzilla..
> > 
> > 
> 
> Look at the thread from a few days back titled
> Changing the color of lyx notes in output
> It tells you how to change the color of the grayed out note which seems to
> achieve what you want, to quote:
> 
> 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

just to add there is LFUN_NOTES_MUTATE which allows you to change all lyx-notes
into greyed-out notes by one shot.

pavel


Re: Showing LyX Notes in output

2008-12-06 Thread Jürgen Spitzmüller
Manveru wrote:
  Hi - is there a way to show LyX Notes in the output? I want to highlight
  certain things (and make some annotations) that show up in the output to
  a collaborator who does not use LyX (older generation Word person) and am
  looking for a good way to do this.. the Note option seems to be what I
  want but it doesn't show up in the output dvi/pdf. Greyed Out does but
  it's a bit too passive... any ideas? Thanks!

 It would be really nice to have possibility putting LyX notes into PDF
 notes... but we can only dream about it.

Here's something along this line. The module provides a new PDF-comment inset 
that puts annotations into the PDF document.
It relies on this (not yet officially released) package:
http://latex.josef-kleber.de/download/pdfcomment.sty

An alternative method is described in this thread:
http://marc.info/?l=lyx-usersm=122702141306514w=2

Jürgen
#\DeclareLyXModule{PDF comments}
#DescriptionBegin
#Inserts annotations to the PDF file.
#DescriptionEnd
# Author: Juergen Spitzmueller [EMAIL PROTECTED]

Format 11

InsetLayout PDF-Annotation
LyXType   custom
LabelString   PDF
LatexType command
LatexName pdfcomment
Decorationclassic
LabelFont
  Color   magenta
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  1
Preamble
\RequirePackage{pdfcomment}
EndPreamble
End

InsetLayout PDF-Margin
LyXType   custom
LabelString   PDF
LatexType command
Decorationclassic
LatexName pdfmargincomment
LabelFont
  Color   green
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  1
Preamble
\RequirePackage{pdfcomment}
EndPreamble
End



Re: Showing LyX Notes in output

2008-12-06 Thread Guenter Milde
On 2008-12-05, baseliner wrote:
 Hi - is there a way to show LyX Notes in the output? 

No, this is why it is a *LyX* Note.

 I want to highlight certain things (and make some annotations) that
 show up in the output to a collaborator
... 
and am looking for a good way to do this.

Set up a branch in DocumentSettingsBranches. You can set the background
colour and toggle the printing/hiding in the output.

Instead of Notes, use Branch insets (InsertBranch) which take any content
(and style).

(So, what is needed might only be an easy conversion of notes to branches
and vice versa...

Günter



Re: Showing LyX Notes in output

2008-12-06 Thread Jürgen Spitzmüller
Manveru wrote:
  Hi - is there a way to show LyX Notes in the output? I want to highlight
  certain things (and make some annotations) that show up in the output to
  a collaborator who does not use LyX (older generation Word person) and am
  looking for a good way to do this.. the Note option seems to be what I
  want but it doesn't show up in the output dvi/pdf. Greyed Out does but
  it's a bit too passive... any ideas? Thanks!

 It would be really nice to have possibility putting LyX notes into PDF
 notes... but we can only dream about it.

Here's something along this line. The module provides a new PDF-comment inset 
that puts annotations into the PDF document.
It relies on this (not yet officially released) package:
http://latex.josef-kleber.de/download/pdfcomment.sty

An alternative method is described in this thread:
http://marc.info/?l=lyx-usersm=122702141306514w=2

Jürgen
#\DeclareLyXModule{PDF comments}
#DescriptionBegin
#Inserts annotations to the PDF file.
#DescriptionEnd
# Author: Juergen Spitzmueller [EMAIL PROTECTED]

Format 11

InsetLayout PDF-Annotation
LyXType   custom
LabelString   PDF
LatexType command
LatexName pdfcomment
Decorationclassic
LabelFont
  Color   magenta
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  1
Preamble
\RequirePackage{pdfcomment}
EndPreamble
End

InsetLayout PDF-Margin
LyXType   custom
LabelString   PDF
LatexType command
Decorationclassic
LatexName pdfmargincomment
LabelFont
  Color   green
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  1
Preamble
\RequirePackage{pdfcomment}
EndPreamble
End



Re: Showing LyX Notes in output

2008-12-06 Thread Guenter Milde
On 2008-12-05, baseliner wrote:
 Hi - is there a way to show LyX Notes in the output? 

No, this is why it is a *LyX* Note.

 I want to highlight certain things (and make some annotations) that
 show up in the output to a collaborator
... 
and am looking for a good way to do this.

Set up a branch in DocumentSettingsBranches. You can set the background
colour and toggle the printing/hiding in the output.

Instead of Notes, use Branch insets (InsertBranch) which take any content
(and style).

(So, what is needed might only be an easy conversion of notes to branches
and vice versa...

Günter



Re: Showing LyX Notes in output

2008-12-06 Thread Jürgen Spitzmüller
Manveru wrote:
> > Hi - is there a way to show LyX Notes in the output? I want to highlight
> > certain things (and make some annotations) that show up in the output to
> > a collaborator who does not use LyX (older generation Word person) and am
> > looking for a good way to do this.. the Note option seems to be what I
> > want but it doesn't show up in the output dvi/pdf. Greyed Out does but
> > it's a bit too passive... any ideas? Thanks!
>
> It would be really nice to have possibility putting LyX notes into PDF
> notes... but we can only dream about it.

Here's something along this line. The module provides a new PDF-comment inset 
that puts annotations into the PDF document.
It relies on this (not yet officially released) package:
http://latex.josef-kleber.de/download/pdfcomment.sty

An alternative method is described in this thread:
http://marc.info/?l=lyx-users=122702141306514=2

Jürgen
#\DeclareLyXModule{PDF comments}
#DescriptionBegin
#Inserts annotations to the PDF file.
#DescriptionEnd
# Author: Juergen Spitzmueller <[EMAIL PROTECTED]>

Format 11

InsetLayout PDF-Annotation
LyXType   custom
LabelString   PDF
LatexType command
LatexName pdfcomment
Decorationclassic
LabelFont
  Color   magenta
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  1
Preamble
\RequirePackage{pdfcomment}
EndPreamble
End

InsetLayout PDF-Margin
LyXType   custom
LabelString   PDF
LatexType command
Decorationclassic
LatexName pdfmargincomment
LabelFont
  Color   green
  SizeSmall
EndFont
MultiPar  false
OptionalArgs  1
Preamble
\RequirePackage{pdfcomment}
EndPreamble
End



Re: Showing LyX Notes in output

2008-12-06 Thread Guenter Milde
On 2008-12-05, baseliner wrote:
> Hi - is there a way to show LyX Notes in the output? 

No, this is why it is a *LyX* Note.

> I want to highlight certain things (and make some annotations) that
> show up in the output to a collaborator
... 
>and am looking for a good way to do this.

Set up a branch in Document>Settings>Branches. You can set the background
colour and toggle the printing/hiding in the output.

Instead of Notes, use Branch insets (Insert>Branch) which take any content
(and style).

(So, what is needed might only be an easy conversion of notes to branches
and vice versa...

Günter



Showing LyX Notes in output

2008-12-05 Thread baseliner
Hi - is there a way to show LyX Notes in the output? I want to highlight 
certain things (and make some annotations) that show up in the output to a 
collaborator who does not use LyX (older generation Word person) and am looking 
for a good way to do this.. the Note option seems to be what I want but it 
doesn't show up in the output dvi/pdf. Greyed Out does but it's a bit too 
passive... any ideas? Thanks! 



Re: Showing LyX Notes in output

2008-12-05 Thread Manveru
2008/12/5 baseliner [EMAIL PROTECTED]:
 Hi - is there a way to show LyX Notes in the output? I want to highlight
 certain things (and make some annotations) that show up in the output to a
 collaborator who does not use LyX (older generation Word person) and am 
 looking
 for a good way to do this.. the Note option seems to be what I want but it
 doesn't show up in the output dvi/pdf. Greyed Out does but it's a bit too
 passive... any ideas? Thanks!


It would be really nice to have possibility putting LyX notes into PDF
notes... but we can only dream about it.


--
Manveru
jabber: [EMAIL PROTECTED]
gg: 1624001
  http://www.manveru.pl


Re: Showing LyX Notes in output

2008-12-05 Thread James Sutherland
Right-click and then choose Greyed Out. This will show up in the  
output.



On Dec 5, 2008, at 12:06 PM, baseliner wrote:

Hi - is there a way to show LyX Notes in the output? I want to  
highlight
certain things (and make some annotations) that show up in the  
output to a
collaborator who does not use LyX (older generation Word person) and  
am looking
for a good way to do this.. the Note option seems to be what I want  
but it
doesn't show up in the output dvi/pdf. Greyed Out does but it's a  
bit too

passive... any ideas? Thanks!





Re: Showing LyX Notes in output

2008-12-05 Thread baseliner
James Sutherland [EMAIL PROTECTED] writes:

 
 Right-click and then choose Greyed Out. This will show up in the  
 output.

Yeah, as I mentioned in my post, greyed out is too passive and one needs to
really look for it to find it.. need something that stands out.. like the yellow
background and black text which is how the Note appears in the LyX window.

Maybe I should log a feature request on bugzilla..




Re: Showing LyX Notes in output

2008-12-05 Thread Micha Feigin
On Fri, 5 Dec 2008 21:39:15 + (UTC)
baseliner [EMAIL PROTECTED] wrote:

 James Sutherland [EMAIL PROTECTED] writes:
 
  
  Right-click and then choose Greyed Out. This will show up in the  
  output.
 
 Yeah, as I mentioned in my post, greyed out is too passive and one needs to
 really look for it to find it.. need something that stands out.. like the
 yellow background and black text which is how the Note appears in the LyX
 window.
 
 Maybe I should log a feature request on bugzilla..
 
 

Look at the thread from a few days back titled
Changing the color of lyx notes in output
It tells you how to change the color of the grayed out note which seems to
achieve what you want, to quote:

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


Re: Showing LyX Notes in output

2008-12-05 Thread baseliner
James Sutherland [EMAIL PROTECTED] writes:

 
 Right-click and then choose Greyed Out. This will show up in the  
 output.
 

Right.. as I mentioned in my original post, greyed out is too passive and one
needs to really look for it to see it. A yellow background w/ black text like
the Note in the LyX window would be great.. I'll file a feature request.



Showing LyX Notes in output

2008-12-05 Thread baseliner
Hi - is there a way to show LyX Notes in the output? I want to highlight 
certain things (and make some annotations) that show up in the output to a 
collaborator who does not use LyX (older generation Word person) and am looking 
for a good way to do this.. the Note option seems to be what I want but it 
doesn't show up in the output dvi/pdf. Greyed Out does but it's a bit too 
passive... any ideas? Thanks! 



Re: Showing LyX Notes in output

2008-12-05 Thread Manveru
2008/12/5 baseliner [EMAIL PROTECTED]:
 Hi - is there a way to show LyX Notes in the output? I want to highlight
 certain things (and make some annotations) that show up in the output to a
 collaborator who does not use LyX (older generation Word person) and am 
 looking
 for a good way to do this.. the Note option seems to be what I want but it
 doesn't show up in the output dvi/pdf. Greyed Out does but it's a bit too
 passive... any ideas? Thanks!


It would be really nice to have possibility putting LyX notes into PDF
notes... but we can only dream about it.


--
Manveru
jabber: [EMAIL PROTECTED]
gg: 1624001
  http://www.manveru.pl


Re: Showing LyX Notes in output

2008-12-05 Thread James Sutherland
Right-click and then choose Greyed Out. This will show up in the  
output.



On Dec 5, 2008, at 12:06 PM, baseliner wrote:

Hi - is there a way to show LyX Notes in the output? I want to  
highlight
certain things (and make some annotations) that show up in the  
output to a
collaborator who does not use LyX (older generation Word person) and  
am looking
for a good way to do this.. the Note option seems to be what I want  
but it
doesn't show up in the output dvi/pdf. Greyed Out does but it's a  
bit too

passive... any ideas? Thanks!





Re: Showing LyX Notes in output

2008-12-05 Thread baseliner
James Sutherland [EMAIL PROTECTED] writes:

 
 Right-click and then choose Greyed Out. This will show up in the  
 output.

Yeah, as I mentioned in my post, greyed out is too passive and one needs to
really look for it to find it.. need something that stands out.. like the yellow
background and black text which is how the Note appears in the LyX window.

Maybe I should log a feature request on bugzilla..




Re: Showing LyX Notes in output

2008-12-05 Thread Micha Feigin
On Fri, 5 Dec 2008 21:39:15 + (UTC)
baseliner [EMAIL PROTECTED] wrote:

 James Sutherland [EMAIL PROTECTED] writes:
 
  
  Right-click and then choose Greyed Out. This will show up in the  
  output.
 
 Yeah, as I mentioned in my post, greyed out is too passive and one needs to
 really look for it to find it.. need something that stands out.. like the
 yellow background and black text which is how the Note appears in the LyX
 window.
 
 Maybe I should log a feature request on bugzilla..
 
 

Look at the thread from a few days back titled
Changing the color of lyx notes in output
It tells you how to change the color of the grayed out note which seems to
achieve what you want, to quote:

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


Re: Showing LyX Notes in output

2008-12-05 Thread baseliner
James Sutherland [EMAIL PROTECTED] writes:

 
 Right-click and then choose Greyed Out. This will show up in the  
 output.
 

Right.. as I mentioned in my original post, greyed out is too passive and one
needs to really look for it to see it. A yellow background w/ black text like
the Note in the LyX window would be great.. I'll file a feature request.



Showing LyX Notes in output

2008-12-05 Thread baseliner
Hi - is there a way to show LyX Notes in the output? I want to highlight 
certain things (and make some annotations) that show up in the output to a 
collaborator who does not use LyX (older generation Word person) and am looking 
for a good way to do this.. the Note option seems to be what I want but it 
doesn't show up in the output dvi/pdf. Greyed Out does but it's a bit too 
passive... any ideas? Thanks! 



Re: Showing LyX Notes in output

2008-12-05 Thread Manveru
2008/12/5 baseliner <[EMAIL PROTECTED]>:
> Hi - is there a way to show LyX Notes in the output? I want to highlight
> certain things (and make some annotations) that show up in the output to a
> collaborator who does not use LyX (older generation Word person) and am 
> looking
> for a good way to do this.. the Note option seems to be what I want but it
> doesn't show up in the output dvi/pdf. Greyed Out does but it's a bit too
> passive... any ideas? Thanks!
>

It would be really nice to have possibility putting LyX notes into PDF
notes... but we can only dream about it.


--
Manveru
jabber: [EMAIL PROTECTED]
gg: 1624001
  http://www.manveru.pl


Re: Showing LyX Notes in output

2008-12-05 Thread James Sutherland
Right-click and then choose "Greyed Out". This will show up in the  
output.



On Dec 5, 2008, at 12:06 PM, baseliner wrote:

Hi - is there a way to show LyX Notes in the output? I want to  
highlight
certain things (and make some annotations) that show up in the  
output to a
collaborator who does not use LyX (older generation Word person) and  
am looking
for a good way to do this.. the Note option seems to be what I want  
but it
doesn't show up in the output dvi/pdf. Greyed Out does but it's a  
bit too

passive... any ideas? Thanks!





Re: Showing LyX Notes in output

2008-12-05 Thread baseliner
James Sutherland <[EMAIL PROTECTED]> writes:

> 
> Right-click and then choose "Greyed Out". This will show up in the  
> output.

Yeah, as I mentioned in my post, greyed out is too passive and one needs to
really look for it to find it.. need something that stands out.. like the yellow
background and black text which is how the Note appears in the LyX window.

Maybe I should log a feature request on bugzilla..




Re: Showing LyX Notes in output

2008-12-05 Thread Micha Feigin
On Fri, 5 Dec 2008 21:39:15 + (UTC)
baseliner <[EMAIL PROTECTED]> wrote:

> James Sutherland <[EMAIL PROTECTED]> writes:
> 
> > 
> > Right-click and then choose "Greyed Out". This will show up in the  
> > output.
> 
> Yeah, as I mentioned in my post, greyed out is too passive and one needs to
> really look for it to find it.. need something that stands out.. like the
> yellow background and black text which is how the Note appears in the LyX
> window.
> 
> Maybe I should log a feature request on bugzilla..
> 
> 

Look at the thread from a few days back titled
Changing the color of lyx notes in output
It tells you how to change the color of the grayed out note which seems to
achieve what you want, to quote:

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


Re: Showing LyX Notes in output

2008-12-05 Thread baseliner
James Sutherland <[EMAIL PROTECTED]> writes:

> 
> Right-click and then choose "Greyed Out". This will show up in the  
> output.
> 

Right.. as I mentioned in my original post, greyed out is too passive and one
needs to really look for it to see it. A yellow background w/ black text like
the Note in the LyX window would be great.. I'll file a feature request.