Good morning Johannes,
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
BibTeX, biblatex and biber ⇒ Citation issue
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Citation issue
I didn't see a \bibliographystyle command in your very first posts, else i would have suggested a suitable biblatex style.
You need something like \bibliographystyle{apalike}
You need something like \bibliographystyle{apalike}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Citation issue
Sorry, bibliography style was with %, sorted out, was my fault.
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!
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
Hello Johannes,
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
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
I cannot really tell.
Always try out the stuff with minimal examples and see what happens.
Always try out the stuff with minimal examples and see what happens.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Citation issue
Many thanks Johannes! I will try and see what happens.