BibTeX, biblatex and biber ⇒ apalike, natbib | Numbered instead of Author-Year Citations
apalike, natbib | Numbered instead of Author-Year Citations
I'm doing a work by chapters with references in the end of all.
I included "\usepackage{natbib}" and "\usepackage{apalike}" in the preamble of the main document (the chapters are into folders) but the references appear with a number (e.g.)(6) instead of (Author,year).
Can anyone please help telling me how I can fix this problem?
Thank you in advance,
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
apalike, natbib | Numbered instead of Author-Year Citations
Code: Select all
\usepackage[authoryear]{natbib}
Follow howtoTeX on twitter