Re: Format Output of Track Changes

2011-10-05 Thread Diego Queiroz
Thank you guys.

---
Diego Queiroz


Re: Format Output of Track Changes

2011-10-05 Thread Diego Queiroz
Thank you guys.

---
Diego Queiroz


Re: Format Output of Track Changes

2011-10-05 Thread Diego Queiroz
Thank you guys.

---
Diego Queiroz


Re: Format Output of Track Changes

2011-10-04 Thread Richard Heck
On 10/04/2011 01:45 AM, Diego Queiroz wrote:
 Hello.

 Is there a way to format the output of Track Changes?
 I mean, currently the text is marked with blue color, but I want to
 print the document in a BW printer, so it would be nice if I could
 underline the text.

The colors are defined by LyX in the premable. You can redefine them:

\definecolor{lyxadded}{rgb}{1,0,1} % violet

\definecolor{lyxdeleted}{rgb}{0.5,0.5,0.5} % lightish gray

rh



Re: Format Output of Track Changes

2011-10-04 Thread Julien Rioux

On 04/10/2011 5:11 PM, Richard Heck wrote:

On 10/04/2011 01:45 AM, Diego Queiroz wrote:

Hello.

Is there a way to format the output of Track Changes?
I mean, currently the text is marked with blue color, but I want to
print the document in a BW printer, so it would be nice if I could
underline the text.


The colors are defined by LyX in the premable. You can redefine them:

\definecolor{lyxadded}{rgb}{1,0,1} % violet

\definecolor{lyxdeleted}{rgb}{0.5,0.5,0.5} % lightish gray

rh




Besides the colors, you can also redefine the macros \lyxadded and 
\lyxdeleted themselves.


% deleted text marked red and striked out
\usepackage{soul}
\def\lyxdeleted#1#2#3{\textcolor{red}{\st{#3}}}

--
Julien



Re: Format Output of Track Changes

2011-10-04 Thread Richard Heck
On 10/04/2011 01:45 AM, Diego Queiroz wrote:
 Hello.

 Is there a way to format the output of Track Changes?
 I mean, currently the text is marked with blue color, but I want to
 print the document in a BW printer, so it would be nice if I could
 underline the text.

The colors are defined by LyX in the premable. You can redefine them:

\definecolor{lyxadded}{rgb}{1,0,1} % violet

\definecolor{lyxdeleted}{rgb}{0.5,0.5,0.5} % lightish gray

rh



Re: Format Output of Track Changes

2011-10-04 Thread Julien Rioux

On 04/10/2011 5:11 PM, Richard Heck wrote:

On 10/04/2011 01:45 AM, Diego Queiroz wrote:

Hello.

Is there a way to format the output of Track Changes?
I mean, currently the text is marked with blue color, but I want to
print the document in a BW printer, so it would be nice if I could
underline the text.


The colors are defined by LyX in the premable. You can redefine them:

\definecolor{lyxadded}{rgb}{1,0,1} % violet

\definecolor{lyxdeleted}{rgb}{0.5,0.5,0.5} % lightish gray

rh




Besides the colors, you can also redefine the macros \lyxadded and 
\lyxdeleted themselves.


% deleted text marked red and striked out
\usepackage{soul}
\def\lyxdeleted#1#2#3{\textcolor{red}{\st{#3}}}

--
Julien



Re: Format Output of Track Changes

2011-10-04 Thread Richard Heck
On 10/04/2011 01:45 AM, Diego Queiroz wrote:
> Hello.
>
> Is there a way to format the output of Track Changes?
> I mean, currently the text is marked with blue color, but I want to
> print the document in a B printer, so it would be nice if I could
> underline the text.
>
The colors are defined by LyX in the premable. You can redefine them:

\definecolor{lyxadded}{rgb}{1,0,1} % violet

\definecolor{lyxdeleted}{rgb}{0.5,0.5,0.5} % lightish gray

rh



Re: Format Output of Track Changes

2011-10-04 Thread Julien Rioux

On 04/10/2011 5:11 PM, Richard Heck wrote:

On 10/04/2011 01:45 AM, Diego Queiroz wrote:

Hello.

Is there a way to format the output of Track Changes?
I mean, currently the text is marked with blue color, but I want to
print the document in a B printer, so it would be nice if I could
underline the text.


The colors are defined by LyX in the premable. You can redefine them:

\definecolor{lyxadded}{rgb}{1,0,1} % violet

\definecolor{lyxdeleted}{rgb}{0.5,0.5,0.5} % lightish gray

rh




Besides the colors, you can also redefine the macros \lyxadded and 
\lyxdeleted themselves.


% deleted text marked red and striked out
\usepackage{soul}
\def\lyxdeleted#1#2#3{\textcolor{red}{\st{#3}}}

--
Julien



Format Output of Track Changes

2011-10-03 Thread Diego Queiroz
Hello.

Is there a way to format the output of Track Changes?
I mean, currently the text is marked with blue color, but I want to print
the document in a BW printer, so it would be nice if I could underline the
text.


Best regards,
---
Diego Queiroz


Format Output of Track Changes

2011-10-03 Thread Diego Queiroz
Hello.

Is there a way to format the output of Track Changes?
I mean, currently the text is marked with blue color, but I want to print
the document in a BW printer, so it would be nice if I could underline the
text.


Best regards,
---
Diego Queiroz


Format Output of Track Changes

2011-10-03 Thread Diego Queiroz
Hello.

Is there a way to format the output of Track Changes?
I mean, currently the text is marked with blue color, but I want to print
the document in a B printer, so it would be nice if I could underline the
text.


Best regards,
---
Diego Queiroz