BibTeX, biblatex and biber ⇒ Citation issue
Citation issue
\usepackage[spanish]{babel}.
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
Citation issue
preamble:
\usepackage[backend=biber,style=apa,autocite=inline]{biblatex}% style=apa, I guess is the equivalent to apalike
\addbibresource{davidtesis.bib}%this should be the new file that I am going to create for my bibliography
begin document:
\printbibliography
and I will set up my texmaker to rum biber
Thanks for your help Johannes!
Citation issue
\usepackage[spanish]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[style=apa,natbib=true,backend=biber]{biblatex}
\DeclareLanguageMapping{spanish}{spanish-apa}
\DefineBibliographyExtras{spanish}
{\setcounter{smartand}{1} %to make sure the conjunction AND is Y like in Spanish
\let\lbx@finalnamedelim=\lbx@es@smartand
\let\lbx@finallistdelim=\lbx@es@smartand}
\addbibresource{bibliografia.bib}
begin{document}
\printbibliography
Citation issue
I have tried to install the above packages and it doesn't do it, it keeps saying in red log error file
When I installed the natbib package I had actually the same problem, I did have to try various times before It was installed. Should I do the same now?
Thanks in advance!
Citation issue
INFO - This is Biber 2.12 INFO - Logfile is 'thesis ordenes.blg' INFO - Reading 'thesis ordenes.bcf' ERROR - Error: Found biblatex control file version 3.6, expected version 3.5. This means that your biber (2.12) and biblatex (3.13a) versions are incompatible. See compat matrix in biblatex or biber PDF documentation. INFO - ERRORS: 1
Process exited with error(s)
I would very much appreciate some help please. Many thankssssss.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Citation issue
There shouldn't be any need to install anything. Or play around with code snippets found on the internet. Do the things step by step.
You now have a version of biblatex that does not match with the biber version installed on your computer.
You have not yet given a real original error message, you just read the summaries your editor shows you. And you never posted a minimal working example so far.
Citation issue
Really hope you can help me tomorrow.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Citation issue
Depending on how far you are into your thesis, you could just update your whole tex distribution using the package manager, but it might lead to other incompatibilities.
Citation issue
Right now, with biblatex installed I compile the following
@book{sanmartiysantacana2005,
title={Els ibers del nord},
author={Sanmartí, Joan y Santacana, Joan},
publisher={Editorial Dalmau},
year={2005}
}
and the bibliography does not appear, and in the text the reference appears as (sanmartiysantacana2005). It seems that it is only reading the entry label.
However, if I cancel the package and codes installed today and I configure tex maker again with texbib and I use again natbib everything is fine again, except that I still have the problem with the conjunction AND in the bibliography.
What can I do? I really hope that my mistake is not going to affect the whole thesis and, that using the percentage symbol, I can come back to the point in which I was before installing biblatex.
Many thanks for your kind help and advice
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm