Articles, Essays, and Journal TemplatesReferencing as author-year instead of numbers

IEEE, Elsevier, ACM, ACE, Science, AGU, PNAS, PLOS, RSoC, Springer, Stylish articles and Essays
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Referencing as author-year instead of numbers

Post by templateuser »

Hi,
How do I get the bibliography and references to use author-year instead of numbers?
Thanks!

Bob D

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Referencing as author-year instead of numbers

Post by Vel »

Hi Bob,

Replace the bibliography code in the template with:

\bibliographystyle{apalike}
\bibliography{sample}


Change sample to the name of your BibTeX bibliography filename which should be in the same directory as the article_1.tex file.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply