<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
<FONT COLOR="#000000">[non-HTML th017821.txt attached]</FONT><BR>
<BR>
<FONT COLOR="#000000">Victor Ivrii <vivrii@gmail.com> wrote 2011/07/01 08:54:22:</FONT><BR>
<FONT COLOR="#000000">>> On Fri, Jul 1, 2011 at 12:34 AM, Paul Stanley wrote:</FONT><BR>
<FONT COLOR="#000000">BTW: this is in the future!</FONT><BR>
<BR>
<FONT COLOR="#000000">>> Thanks. The background colour idea sounds good.</FONT><BR>
<FONT COLOR="#000000">>> Do you know the macro for that? </FONT><BR>
<FONT COLOR="#000000">></FONT><BR>
<FONT COLOR="#000000">> \usepackage{xcolor} </FONT><BR>
<FONT COLOR="#000000">> and whenever you want </FONT><BR>
<FONT COLOR="#000000">> \pagecolor{blue} </FONT><BR>
<FONT COLOR="#000000">> You can change color at any page </FONT><BR>
<BR>
<FONT COLOR="#000000">Paul wants to mark changes, originally by colouring changed words. </FONT><BR>
<FONT COLOR="#000000">Marking entire *pages* that contain changed text is probably too unspecific. </FONT><BR>
<BR>
<FONT COLOR="#000000">My proposal to mark changed text by a background colour </FONT><BR>
<FONT COLOR="#000000">was inspired by seeing the backgrnd package. This is just a file </FONT><BR>
<FONT COLOR="#000000">backgrnd.tex from 1996 for \input backgrnd. The only documentation </FONT><BR>
<FONT COLOR="#000000">is ASCII in the same file. I cannot find out what it does right now.</FONT><BR>
<BR>
<FONT COLOR="#000000">It seems to offer both bars (change bars like the `changebar' </FONT><BR>
<FONT COLOR="#000000">package) and background. So it can probably only mark *lines* </FONT><BR>
<FONT COLOR="#000000">containing changed text.</FONT><BR>
<BR>
<FONT COLOR="#000000">Getting background for single *words* again can be achieved with </FONT><BR>
<FONT COLOR="#000000">the color package (or xcolor for extra functionality) by </FONT><BR>
<BR>
<FONT COLOR="#000000">    \colorbox{COLOURNAME}{TEXT}</FONT><BR>
<FONT COLOR="#000000">    </FONT><BR>
<FONT COLOR="#000000">or </FONT><BR>
<BR>
<FONT COLOR="#000000">    \colorbox[COLOURMODEL]{NUMBERS}{TEXT}</FONT><BR>
<FONT COLOR="#000000">    </FONT><BR>
<FONT COLOR="#000000">grfguide.pdf (grfguide.tex) uses</FONT><BR>
<BR>
<FONT COLOR="#000000">    \definecolor{mygrey}[gray]{.75}</FONT><BR>
<FONT COLOR="#000000">    \colorbox{mygrey}{like this}</FONT><BR>
<FONT COLOR="#000000">    </FONT><BR>
<FONT COLOR="#000000">as an example.</FONT><BR>
<BR>
<FONT COLOR="#000000">Sorry, somebody else must give additional help with appropriate </FONT><BR>
<FONT COLOR="#000000">colors. Or Paul, what about asking the addressees?</FONT><BR>
<BR>
<FONT COLOR="#000000">I see that the `changes' package has commands including colouring, </FONT><BR>
<FONT COLOR="#000000">and strinking out. It has \added, \deleted, \replaced, \listofchanges </FONT><BR>
<FONT COLOR="#000000">and commands for choosing the visualization.</FONT><BR>
<BR>
<FONT COLOR="#000000">HTH </FONT><BR>
<BR>
<FONT COLOR="#000000">    Uwe.</FONT><BR>
<FONT COLOR="#000000">    </FONT>
</BODY>
</HTML>