On Tue, Mar 04, 2003 at 08:01:28AM +0000, John Levon wrote:
> On Tue, Mar 04, 2003 at 08:44:02AM +0100, Lars Gullik Bj?nnes wrote:
> 
> > If all I get is latex errors when this package is not installed, then
> > something has to change:
> >          - refuse to build
> 
> Please tell me how to disable changelog stuff based on the latex config,
> and I'll make a patch to do this.

It is possible to do that using only latex code:

\IfFileExists{dvipost.sty}{\usepackage{dvipost}}
 {
 \newcommand{\changestart}{\special{color push Blue}}
 \newcommand{\changeend}{\special{color pop}}
 \newcommand{\overstrikeon}{\special{color push Red}}
 \newcommand{\overstrikeoff}{\special{color pop}}
 }

Reply via email to