Subject: | ps2pdf path is broken |
The following 2 lines are from LaTeX/Driver/Paths.pm:
$program_path{pdf2ps} = '/usr/bin/pdf2ps';
$program_path{ps2pdf} = '/usr/bin/pdf2ps';
It'd be a simple fix in LaTeX::Driver::Paths. This also breaks the custom
'pdf(ps)' format.