Vincent van Ravesteijn wrote:
> While we are at the subject, I realized that the latex output with
> changes might be subject to change too.
>
> Do we want to exactly use the same colors in the output as on screen ?

Yes, why not.

> For now, the dvipost implementation of changes in the output is
> hardcoded as Red and Blue, can this be made any color ?

Yes, you have to pass the color as dvi special via \dvipost, e.g.

\dvipost{cbstart color push rgb .33 .15 .77}

Furthermore, I'd propose to change the PDF output to use package ulem instead 
of soul, which turned out to be too fragile (cf. bug 5480, 5647).

If you want to have a go at this, too, the needed commands would be:

\usepackage[normalem]{ulem}
\newcommand{\lyxdeleted}[3]{{\color{lyxdeleted}\sout{#3}}}

instead of

\usepackage{soul}
\newcommand{\lyxdeleted}[3]{{\color{lyxdeleted}\st{#3}}}

However, I'd propose to proceed step by step.

Jürgen

Reply via email to