I started writing a book last year with
- "TexLive 2015"
- my literature managed by "biber"
- own biblio files bbx and cbx
- "Texmaker" as editor
and everything worked smoothly.
As my old computer started having some troubles, I bought a new one and installed "TexLive 2016" from scratch on it, copied the biblio files (bbx anx cbx) to the respective folders as where they were before and made any settings in "Texmaker" analoguous to what I had on the old computer.
However when I try to compile my book.tex file, it ends up in error messages saying that my bibio files are not found.
A rearch in the forums revealed that "TechLive 2016" is incompatible with biber 2.6. So I tried removing biber 2.6 and replaced it by biber 2.4, but the errors remain unchanged.
Currently, I'm totally lost and afraid, that all the weeks of work on my book is doomed.
Could anyone give me please some information how I can get this software back to work? As I am a newbie, a more detailed description of a remedy is highly appreciated.
Thanks in advance.
Regards,
Oli
Further information:
Here the detailed version of what I did:
- Installation of Linux Mint 18, 64 Bit, Mate on a blank harddisk.
- Download of texlive2016-20160523.iso and extraction of that file into a new folder texlive.
- In that folder texlive
sudo ./install-tl -guiand installation of TexLive 2016. - In terminal environment variable adjusted:
PATH=/usr/local/texlive/2016/bin/x86_64-linux:$PATH - In terminal normal user (Oli) endued with rights:
sudo chown -hR Oli /usr/local/texlive/2016 - In terminal TexLive Manager started with
tlmgr guiand complete update of TexLive (around 375 packages were updated). - Copy of my biblio files
iest_neu.bbxandiest_neu.cbxfrom my old computer to the two folders where they used to be, which are/usr/local/texlive/texmf-local/tex/latex/biblatex-iestand a hidden folder in my home folder~/.texmf/tex/latex/biblatex-iest(ownerships and flags of the copied files were checked for correctness). - In the editor Texmaker adaption of the preferences analoguously to what they looked like on my old computer, which relates to only three settings: a) the PdfLaTex path was set to
/usr/local/texlive/2016/bin/x86_64-linux/pdflatex, b) the Bib(la)tex entry tobiber %, and c) in the quick compilation settings, the radio button was set to the second position.
When I compile my book.tex file on the old computer, it runs through smoothly. The same tex file on the new computer yields many error messages, of which two principles are identified:
- File: /usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.sty, Type: Error, Lines: 13001 and 13002, Message: ! Package biblatex Error: Style 'iest_neu' not found. See the biblatex package docu...

- File: /usr/local/texlive/2016/texmf-dist/tex/latex/biblatex/biblatex.sty, Type: Error, Many lines..., Message: ! Package biblatex Error: Command '\cite' undefined. See the biblatex package docu...

As proposed, I tried to locate my biblio files by kpsewhich. For that, an additional installation of package texlive-binaries was necessary. However when I searched for my biblio files iest_neu.bbx and iest_neu.cbx, as well as for the file biblatex-examples.bib, kpsewhich neither gives an output, nor an error message. Nonetheless, when I look for these files in Midnight Commander, I truly find them (my biblio files iest_neu.bbx and iest_neu.cbx at the places already mentioned above and the file biblatex-examples.bib in the folders /usr/local/texlive/2016/texmf-dist/doc/latex/biblatex/examples and /usr/local/texlive/2016/texmf-dist/bibtex/bib/biblatex).
The attempted removal and reinstallation of biblatex in tlmgr gui fails. The logfile outputs this:

Solution:
Finally, I found the solution to my problems by myself. For the scenario
Texlive 2016 + biber 2.6 + TexMaker 4.4.1 + own biblio files (*.bbx and *.cbx)
I state that in contrast to Texlive 2016 + biber 2.4 the following changes need to be done - otherwise your tex files will fail to compile:
- your own biblio files need to be in your home directory in a visible folder
~/texmf/tex/latex/(formerly, it was possible to put them in a hidden folder) - in the preferences for Bib(la)tex in TexMaker, you need to indicate the full path like that
"/usr/local/texlive/2016/bin/x86_64-linux/biber" %(formerly, it was sufficient to writebiber %there)
Best regards,
Oli
kpsewhich myfile.bbx(if looking formyfile.bbx); is the file found? If not, trykpsewhich biblatex-examples.bib; is that file found? Ifkpsewhichis finding things, then maybe the editor you are using is involved in the problem. If things aren't being found, then that's the first issue to sort out. Please update your question once you have sorted out whether things are being found or not. – jon Oct 28 '16 at 22:14biblatexwith the package manager and reinstall it using the package manager. And place the IEST files in the same directory as the book source. – Johannes_B Oct 29 '16 at 12:15biblatex, but this doesn't work (cf. screenshot of the logfile above). As for TUBAF: When looking for an appropriate biblio style, I found the interesting approach by Frank Sandig [link] (http://ekkehardt.lima-city.de/hp/download/ganzneu/v-biblatex-iest_ul.pdf), who is probably a member of TUBAF. – Oli Oct 30 '16 at 22:24~/texmf. If you installed the files into the local TEXMF tree reather than your personal TEXMF tree, then you must runmktexlsrto update the filename database. Thechowncommand may or may not be what you wanted as it fails to specify a group. How did you do step 4? – cfr Oct 30 '16 at 22:45PATH=/usr/local/texlive/2016/bin/x86_64-linux:$PATHand pressedmktexlsr: No remedy. – Oli Oct 31 '16 at 12:19kpsewhich -var TEXMFHOME. – cfr Oct 31 '16 at 12:30tlmgr, does not know anything about a package namedtexlive-binariesbut Ubuntu's probably does. – cfr Oct 31 '16 at 12:37tlmgr guiallbiblatexrelated packages, 125 in total and reinstalled them afterwards. However, the errors upon compiling my tex file remain unchanged. – Oli Nov 01 '16 at 11:38sudo ./install-tl -gui, as outlined in steps 1 to 3 above. – Oli Nov 01 '16 at 11:43iestwitltlmgr. It is not inclued in TL. You have toinstall the style according to the github documentation. – Johannes_B Nov 01 '16 at 16:08~/.texmf/tex/latex/biblatex-iestnow visible by renaming.texmfintotexmf. As a consequence, The error messages concerning the not found biblio files have disappeared. However now, another single error message appears now:Error : could not start the command : biber "book"(the filename of my tex file is book.tex). That's odd, because of installation step 8b (cf. above). – Oli Nov 01 '16 at 20:55.texmffolder. – Oli Nov 01 '16 at 21:01biberis not in your PATH because you haven't set it correctly.pdflatexis found because you have configured it with a full path name. – cfr Nov 01 '16 at 23:15biber %- without any path. Perhaps that this is not valid anymore for TexLive 2016? Do you know where biber is lying in the file tree? – Oli Nov 02 '16 at 10:47PATHcorrectly. As far as I can tell, you haven't. This is a basic post-installation step required for pretty much anything to work and is not specific to Biber. Just set your PATH. Otherwise, you'll need to use full paths for every single binary in TeX Live. – cfr Nov 02 '16 at 23:00~/.texliveYYYYis hidden, but TEXMFHOME has never been by default that I know of.) – cfr Nov 06 '16 at 12:36