Hi,
when I cite a paper with more than one author, instead of "and" I get "e".
e.g., What suppose to be (Simmons and Elkins 2004), yields (Simmons e Elkins 2004).
This is true for every paper I have tried to cite. The Mendeley format seems to be correct.
Here's the code:
\documentclass{article ...
Search found 4 matches
- Tue Sep 17, 2019 3:34 pm
- Forum: BibTeX, biblatex and biber
- Topic: An issue when citing a paper with multiple authors
- Replies: 1
- Views: 2970
- Sun Sep 15, 2019 12:36 pm
- Forum: BibTeX, biblatex and biber
- Topic: biblatex not working in WinEdt
- Replies: 1
- Views: 2707
biblatex not working in WinEdt
Hey,
I'm trying to cite with biblatex on WinEdt. Unfourtanly, it doesn't work. Here's the code:
\documentclass{article}
\usepackage[backend=biber, bibencoding=latin1]{biblatex}
\addbibresource{C:/citations/library.bib}
\begin{document}
fsdfsd \textcite{Organski1958}
\printbibliography
\end ...
I'm trying to cite with biblatex on WinEdt. Unfourtanly, it doesn't work. Here's the code:
\documentclass{article}
\usepackage[backend=biber, bibencoding=latin1]{biblatex}
\addbibresource{C:/citations/library.bib}
\begin{document}
fsdfsd \textcite{Organski1958}
\printbibliography
\end ...
- Fri Sep 13, 2019 12:42 pm
- Forum: BibTeX, biblatex and biber
- Topic: Citation in LaTex - question mark+author-year
- Replies: 3
- Views: 6017
Citation in LaTex - question mark+author-year
I am using WinEdt so I cannot run BibTeX. I can only run PDFTeXify.
I attached the .blg file...
Many thanks,
Dan
I attached the .blg file...
Many thanks,
Dan
- Fri Sep 13, 2019 10:20 am
- Forum: BibTeX, biblatex and biber
- Topic: Citation in LaTex - question mark+author-year
- Replies: 3
- Views: 6017
Citation in LaTex - question mark+author-year
I am trying to cite in LaTex.
Code:
\bibliographystyle{plainnat}
\begin{document}
repeated interactions\cite(Axelrod1985)
\bibliography{C:/citations/library.bib}
\end{document}
the output gives me: repeated interactions [?]Axelrod1985) instead of repeated interactions (Axelrod1985).
Do you ...
Code:
\bibliographystyle{plainnat}
\begin{document}
repeated interactions\cite(Axelrod1985)
\bibliography{C:/citations/library.bib}
\end{document}
the output gives me: repeated interactions [?]Axelrod1985) instead of repeated interactions (Axelrod1985).
Do you ...