In an effort to keep my directories clean I have created a sub-directory of the directory where my .tex files live called "tmp". I enable the writing of the output files to this directory by using the following option in the LaTeX command from the Build panel of Kile's Configure menu:
Code: Select all
-output-directory=tmp -interaction=nonstopmode '%source'
Code: Select all
document
-file.tex
-morefiles.tex
-file.bib
-tmp/
--file.aux
--file.dvi
--morefiles.aux
--.....
\bibliography{file.bib}
. When I try to compile now I am met with the following error.Code: Select all
[Bibtex: The file /full/path/file.aux does not exist.]
I have tried using the following option for BibTeX with no change in this result.
Code: Select all
--include-directory="./tmp" "./tmp/%S"