On Saturday 11 January 2014 18:03:52 stefano franchi wrote: > On Sat, Jan 11, 2014 at 10:47 AM, Wolfgang Engelmann < > > engelm...@uni-tuebingen.de> wrote: > > On Saturday 11 January 2014 16:23:41 stefano franchi wrote: > > > > On Saturday 11 January 2014 11:25:43 Wolfgang Engelmann wrote: > > > for biber type > > > > > > biber --version > > > > it is 1.6 > > > > > for biblatex, the easier way is to look at the latex log. Whn > > > biblatex > > > > > > is loaded (at the beginning of the log) it will tell you the version > > > > biblatex 2013/05/01 v2.6 > > You're all right then---biblatex 2.6 wants biber 1.6, so everything is > fine on that front. > > I still think you may have path-related issues in the preamble. > > Do check the capitalization of your home directory (WE vs we) as per my > previous message.
Did take care of that, Stefano, Your example is working. However, if I try my document, I get on the terminal output under the biber part this: ########### Scanning input file PB-Biber.nlo....done (150 entries accepted, 0 rejected). Sorting entries....done (1163 comparisons). Generating output file PB-Biber.nls....done (298 lines written, 0 warnings). Output written in PB-Biber.nls. Transcript written in PB-Biber.ilg. Running: pdflatex "PB-Biber.tex" > /dev/null This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) restricted \write18 enabled. entering extended mode (./PB-Biber.tex LaTeX2e <2011/06/27> Babel <3.9f> and hyphenation patterns for 78 languages loaded. Running: xdg-open "PB-Biber.pdf" ############ and as a result a pdf file with all citation included, but no Bibliography at the end, listing my references. I wonder what Running: xdg-open "PB-Biber.pdf" means. I guess I have to experiment with Stefanos example, which works, adding bit by bit the essentials of my document and see where and why it fails, unless somebody sees already from the output above what went wrong. Wolfgang