BibTeX, biblatex and biber ⇒ biblatex | Bibliography Error
-
- Posts: 43
- Joined: Wed Oct 27, 2010 10:25 pm
Re: biblatex | Bibliography Error
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 354 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 14
- Joined: Wed Jun 29, 2011 9:38 pm
biblatex | Bibliography Error
(/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
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
-
- Posts: 14
- Joined: Wed Jun 29, 2011 9:38 pm
biblatex | Bibliography Error
Code: Select all
sudo tlmgr install --reinstall biblatex
-
- Posts: 43
- Joined: Wed Oct 27, 2010 10:25 pm
Re: biblatex | Bibliography 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.
-
- Posts: 14
- Joined: Wed Jun 29, 2011 9:38 pm
Re: biblatex | Bibliography Error
http://www.tug.org/texlive/tlmgr.html
Good luck!
-
- Posts: 43
- Joined: Wed Oct 27, 2010 10:25 pm
Re: biblatex | Bibliography Error
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