BibTeX, biblatex and biber ⇒ Bibliography Database in other Directory than Source
Bibliography Database in other Directory than Source
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Bibliography Database in other Directory than Source
Code: Select all
\bibliography{C:/literature/ref.bib}
Code: Select all
C:/MyDocument/PhD/Literature/ref.bib
C:/MyDocument/PhD/Thesis/thesis.tex
Code: Select all
\bibliography{../literature/ref.bib}
thesis.tex
, it will understandRe: Bibliography Database in other Directory than Source
Another issue that came up is that I'm using hard wrap mode, and I had two bib files, and so I wasn't able to fit them both on the same line, and the hard wrap in the middle of the second made it not be recognized. I fixed this by combining the two into one. But I wonder whether there's a way to keep a particular line from wrapping in hard wrap mode.