When updating a pdf file using pdflatex, changes in the intermediate .tex
file are not detected. It turns out that the .tex file doesn't end up in the
.dep file.

It's easy to see why the .tex file is not being detected by the log file
regex filter in LaTeX.C by looking at the log file:


This is TeX, Version 3.14159 (Web2c 7.3.3.1) (format=latex 2001.4.1)  24 MAY
2001 15:48
**splash.tex
(./splash.tex
LaTeX2e <2000/06/01>
Babel <v3.7f> and hyphenation patterns for english, french, german, ngerman,
du
tch, greek, portuguese, ukenglish, dumylang, nohyphenation, loaded.

This is pdfTeX, Version 3.14159-14h-pretest-20010210 (Web2c 7.3.3.1)
(format=pdflatex 2001.4.1)  24 MAY 2001 15:51
**splash.tex
(./splash.tex{d:/bin/TeX/texmf-var/pdftex/config/pdftex.cfg}
LaTeX2e <2000/06/01>
Babel <v3.7f> and hyphenation patterns for english, french, german, ngerman,
du
tch, greek, portuguese, ukenglish, dumylang, nohyphenation, loaded.


Any ideas on how to fix this???

(Don't pay attention to d:/bin/TeX/texmf-var/.... this also happens on Unix)

--Ruurd


Reply via email to