BibTeX, biblatex and biberbiblatex | Bibliography Error

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
ahmedlasheen
Posts: 43
Joined: Wed Oct 27, 2010 10:25 pm

Re: biblatex | Bibliography Error

Post by ahmedlasheen »

hello
i compile the mini-example and give me the following error
! Undefined control sequence.
<recently read> \addbibresource
l.3 \addbibresource

i donot know if that error is due the way of compilation , i am using quick build in the texmaker.

i have attached the log file
Attachments
biblography.log
(8.66 KiB) Downloaded 353 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

philosopher
Posts: 14
Joined: Wed Jun 29, 2011 9:38 pm

biblatex | Bibliography Error

Post by philosopher »

My installation has newer versions. I have
(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2011/05/12 v1.4c programmable bibliographies

(/usr/local/texlive/2010/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX

where you have
(/usr/local/texlive/2010/texmf-dist/tex/latex/biblatex/biblatex.sty
Package: biblatex 2010/03/19 v0.9a programmable bibliographies

(/usr/local/texlive/2010/texmf-dist/tex/latex/etoolbox/etoolbox.sty
Package: etoolbox 2010/04/10 v1.9 e-TeX tools for LaTeX
You might try to reinstall, or force install, the biblatex package (and maybe the etoolbox package), using tlmgr.
ahmedlasheen
Posts: 43
Joined: Wed Oct 27, 2010 10:25 pm

Re: biblatex | Bibliography Error

Post by ahmedlasheen »

thanks
so the problem is just old version
the tlmgr is frozen , do you know how can i make the forcing for the update in this case?
also do you know when the new version of the texlive 2011 will appear?
philosopher
Posts: 14
Joined: Wed Jun 29, 2011 9:38 pm

Re: biblatex | Bibliography Error

Post by philosopher »

No, I don't know the release schedule for TeXLive. But I think your problem isn't that TeXLive is frozen, but that for some reason your tlmgr isn't getting you the most recent version -- if I could get it, you should be able to as well. Read in the tlmgr doc for how to install/reinstall/force reinstall.
philosopher
Posts: 14
Joined: Wed Jun 29, 2011 9:38 pm

biblatex | Bibliography Error

Post by philosopher »

Try this:

Code: Select all

sudo tlmgr install --reinstall biblatex
ahmedlasheen
Posts: 43
Joined: Wed Oct 27, 2010 10:25 pm

Re: biblatex | Bibliography Error

Post by ahmedlasheen »

i found the following error

tlmgr: package repository /mnt/texlive2010
Cannot load TeX Live database from /mnt/texlive2010 at /usr/local/texlive/2010/bin/x86_64-linux/tlmgr line 4277.
philosopher
Posts: 14
Joined: Wed Jun 29, 2011 9:38 pm

Re: biblatex | Bibliography Error

Post by philosopher »

Don't think I can help. That looks like something about your installation of TeXLive -- tlmgr can't find the database on your system? Maybe look into TeX Live docs and support

http://www.tug.org/texlive/tlmgr.html

Good luck!
ahmedlasheen
Posts: 43
Joined: Wed Oct 27, 2010 10:25 pm

Re: biblatex | Bibliography Error

Post by ahmedlasheen »

Hello
i sent mail to the texlive mailing list and they told me about the solution for the the strange error that make me unable to make update .
they told me those two solution and it works.
You should either:

1. Mount the TeX Live 2010 DVD (or and iso image of it) at /mnt/texlive2010

or

2. Switch the online repository using "tlmgr option repository ctan". Be warned,
however, that this will install the current version of biblatex, probably not
the same as the DVD version. Also, this will stop working in a few days when TL
2011 will be published, this the repo will work with TL 2011 only.

regards
Post Reply