Dekel Tsur <[EMAIL PROTECTED]> writes:
| Yes, the dependency file of pdflatex can be different.
| So perhaps the correct solution is to use different dependency files for
| latex & pdflatex:
:-) I actually think the dirrerences might be enven larger, since when
using pdf you want to pass "pdflatex" as option to several latex
packages. And thus the whole latex file will be different.
What I'd like to see instead is a LyX that can operate in two modes,
DVI and PDF mode.
In DVI mode we use dvipdf to export pdf, dvips to export ps
In PDF mode we don't have dvi and use pdftops to export ps.
One other possiblity would be to have a separate tmpdir for the pdf
build. (with separate generation of the latex file.)
| > One thing: Your patch seems to be broken with regard to new and
| > deleted files.
| >
| > Do you have a local cvs repository that you create the patches from?
| > (if so don't do that)
|
| I used a script to add new files to the patch. I've now fixed the script.
Note that since you now have access to the main cvs repository you
should use "cvs diff -upN" to create the diffes and get the
deleted/added files into it.
Lgb