BibTeX, biblatex and biber ⇒ Citation issue
Citation issue
Thanks for the link, I will try to switch to apacite and see.
However, I have now a new issue. I have canceled all new codes from yesterday and therefore I have configured tex maker again to work with natbib. It was only 2 steps: options, configure tex maker and in commands change biber for bibtex and in quick build select pdflatex + view pdf as it was set before. But now, after doing that, I get the following error:
found no \bibstyle command while reading file
Do you know what could it be or what am I doing wrong?
Thanks in advance
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Citation issue
You need something like \bibliographystyle{apalike}
Citation issue
From the two solutions provided in your last link I find much easier to install apacite with the renewcommand changing the conjunction I (catalan) for the Spanish Y. Thanks for the link!
Citation issue
How does it look the following MWE:
preamble:
\usepackage{apacite}
\bibliographystyle{apacite}
\renewcommand{\BBAA}{y} % between authors in parenthetical cites and ref. list
\renewcommand{\BBAB}{y} % between authors in in-text citation
\renewcommand{\BAnd}{y} % for ``Ed. \& Trans.'' in ref. list
\begin{document}
thanks and sorry to disturb you during your working hours
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Citation issue
Always try out the stuff with minimal examples and see what happens.