When I want to include the biblatex package I always get the error-message above. Here are some basic information:
- I'm using Ubuntu 14.04LTS and have installed Texlive with the Ubuntu Software-Center
- The
biblatex.stypackage is installed in: /usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty - I'm using Texmaker
I already tried to compile the .tex file from the terminal and it returns the same error, so I guess it has nothing to do with Texmaker.
I read about 'vanilla' tex but as far as I know biblatex is by now included in the recent Texlive-Version of the Ubuntu-Center. I don't need/want more control about my packages and as I mentioned above it indeed is installed, so I don't know if this will help me in any way.
Hopefully you can give me some advice. If I forgot any information please let me know it.
kpsewhcih biblatex.styat the Terminal report? – Joseph Wright Jun 20 '14 at 12:32vanillainstall does omitbiblatex. Please log in asrootor usesuand trytexconfig rehash– Jun 20 '14 at 12:42sudo apt-get install texlive-bibtex-extra? – egreg Jun 20 '14 at 12:52*.texfile. Please post a MWE which leads to that error message. – Jun 20 '14 at 13:01BasicTex. Using this tool:https://github.com/amaxwell/tlutility/releases/tag/1.23it was possible for me to access all the pachages in CTAN and solve this issue. – user9869932 Dec 24 '15 at 03:19