as this community has helped me a lot over the last couple of months, I now need specific advice for a (seemingly) trivial problem.
I've never organized my bibliography through biblatex, so wanting to start small I tried the following minimal example:
http://www.eng.cam.ac.uk/help/tpl/textp ... latex.html
I basically copy/pasted it; yet it still won't work: the compiled PDF only shows the citation but does not create a bibliography.
This is what I did:
- Installed biblatex through MikTeX Package Manager (MPM).
- Followed their steps, created "refs.bib" and "test1.tex" in the same directory having copied their contents (see section Overview).
- Yet it does not generate the bibliography (have compiled many times, both PDFLaTeX and BibTeX through MiKTeX. I also deleted temporary files etc.)
\bibliography{refs}
does not find the .bib file despite them being in the same directory? Having struggled with that for three hours now, I'm totally confused.