Hi,
I am a newcommer to lyx and also observed the problem with view dvi and update
dvi. Following the suggestions in the mailing list I changed line 520 in
filetools.C. This definitely improved the situation, but didn't fix all the
problems. The problem I still have is with bibtex:
view dvi makes indeed runs through LATEX BIBTEX LATEX, and according to -dbg 128
it finds the .bbl file. It generates the correct list of references at the end
of the document BUT
IT FAILS to in generate the reference numbers in the body of the text. 
Setting \temp_dir false in $HOME/.lyx/lyxrc solves the problem. However, it
would be much better not to have all this auxilliary files floating around my
working directory.

I suspect that the entries in document.tex.dep are not set correctly
for 
\temp_dir false (And this WORKS!!) I get
cat /workdir/document.tex.dep gives:
/home/vkoch/nta/e_by_e/kpifluct.tex 2204895503 2204895503
/home/vkoch/nta/e_by_e/kpifluct.bbl 1333091977 1333091977

whereas when I work with the temporary directories (where it FAILS) I get
something like
cat /tempdir/document.tex.dep gives:
/home/vkoch/nta/e_by_e/kpifluct.tex 2204895503 2204895503
/home/vkoch/nta/e_by_e/kpifluct.bbl 1333091977 0

I suspect that the 0at the end of the second line is the problem. When the view
dvi wasn't working I had zeros for all four entries in the .tex.dep file.

Anybody any idea?
Volker
-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Volker Koch                             Phone: (510) 486-5323   
Theory Group                            Fax:   (510) 486-4794   
Nuclear Science Division                e-mail: [EMAIL PROTECTED]
MS 70A-3307
Lawrence Berkeley Lab             http://www-nsdth.lbl.gov/~vkoch/index.html 
1 Cyclotron Road
Berkeley, CA 94720

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Reply via email to