
$BODYTEXT = 'BGCOLOR="WHITE"';
$WHITE_BACKGROUND = 1;
$LATEX_COLOR = "\\pagecolor{white}";

sub pre_pre_process {
    s/\\begin\s*{cvnamd}\s*\n?//gom;
    s/\\end\s*{cvnamd}\s*\n?//gom;
    s/\n[^%\n]*\\end\s*{cvlammps}\s*\n?/\001/gom;
    s/((^|\n)[^%\n]*)\\begin\s*{cvlammps}([^\001]*)\001/$1/gom;
    s/\n[^%\n]*\\end\s*{cvrefman}\s*\n?/\001/gom;
    s/((^|\n)[^%\n]*)\\begin\s*{cvrefman}([^\001]*)\001/$1/gom;
}

1;  # this must be the last line
