When I choose to show changes in output, the changed text appears blue in the pdf output,
and the changebar in the margin appears gray.
I would like to be able to control the color of both the changed text and the changebar.
How do I do that?  Do I change the number (#3) in the \cbstart\color command?
Right now I have in the preamble:

\usepackage{textcomp}

\usepackage{color}
\date{}

\setcounter{page}{1}


\renewcommand{\thesection}{\Alph{section}}

\renewcommand{\contentsname}{} %Suppress the word `Contents' before the Table of Contents


\usepackage{enumitem}

\setlist{leftmargin=0mm, itemindent=3mm, itemsep=0.75mm,nolistsep}


\usepackage[pdftex,outerbars]{changebar}

\renewcommand{\lyxadded}[3]{{\cbstart\color{lyxadded}{}#3\cbend}}

\renewcommand{\lyxdeleted}[3]{{\cbstart\color{lyxdeleted}\sout{#3}\cbend}}




Reply via email to