I tried compiling a file that uses the fancytooltips package, according to Gonzalo Medina's answer at Showing the bibliographic entry in a popup when you hover over the citation key. I was able to do pdflatex bibtips.tex. It produces the .aux file:
\relax
\abx@aux@sortscheme{nty}
\abx@aux@cite{goossens93}
\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax }
\abx@aux@cite{knuth79}
But when I tried doing bibtex bibtips.aux, the result is
This is BibTeX, Version 0.99d (TeX Live 2012)
The top-level auxiliary file: bibtips.aux
I found no \citation commands---while reading file bibtips.aux
I found no \bibdata command---while reading file bibtips.aux
I found no \bibstyle command---while reading file bibtips.aux
(There were 3 error messages)
How can I fix it?
biblatexwith thebackend=bibtexoption? (Also you can't dobiblatex bibtex.tex; that should produce an error in your terminal.) – jon Apr 06 '13 at 01:10pdflatex-- just edited. And no, I didn't do anybackend=bibtex. I simply copied over the first two files from Gonzalo Medina's post in that link. – Mika H. Apr 06 '13 at 01:15bibtex bibtips, it produces the same result as in my original post. And I'm not sure what you mean bybiber. Is that a command? – Mika H. Apr 06 '13 at 01:43bibtex bibtips.texgivesI couldn't open file name 'bibtips.tex.aux'. – Mika H. Apr 06 '13 at 01:47pdflatex file.tex,bibtex file.aux,pdflatex file.tex,pdflatex file.tex. And you should tellbiblatexthat you want to usebibtexby doing something like\usepackage[backend=bibtex]{biblatex}– jon Apr 06 '13 at 01:49\usepackage[backend=bibtex]{biblatex}and compiled it againpdflatex real.tex... and it stops atLaTeX Error: File 'eforms.sty' not found.. Doingkpsewhich eforms.styreturns nothing. Why might that be? – Mika H. Apr 06 '13 at 01:59