BibTeX, biblatex and biber ⇒ biblatex | Bibliography Error
-
- Posts: 43
- Joined: Wed Oct 27, 2010 10:25 pm
Re: biblatex | Bibliography Error
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
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 352 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 14
- Joined: Wed Jun 29, 2011 9:38 pm
biblatex | Bibliography Error
My installation has newer versions. I have
where you 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
You might try to reinstall, or force install, the biblatex package (and maybe the etoolbox package), using tlmgr.(/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
-
- Posts: 43
- Joined: Wed Oct 27, 2010 10:25 pm
Re: biblatex | Bibliography Error
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?
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?
-
- Posts: 14
- Joined: Wed Jun 29, 2011 9:38 pm
Re: biblatex | Bibliography Error
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.
-
- Posts: 14
- Joined: Wed Jun 29, 2011 9:38 pm
biblatex | Bibliography Error
Try this:
Code: Select all
sudo tlmgr install --reinstall biblatex
-
- Posts: 43
- Joined: Wed Oct 27, 2010 10:25 pm
Re: biblatex | Bibliography Error
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.
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.
-
- Posts: 14
- Joined: Wed Jun 29, 2011 9:38 pm
Re: biblatex | Bibliography Error
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!
http://www.tug.org/texlive/tlmgr.html
Good luck!
-
- Posts: 43
- Joined: Wed Oct 27, 2010 10:25 pm
Re: biblatex | Bibliography Error
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
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