Articles, Essays, and Journal Templates ⇒ Referencing as author-year instead of numbers
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Referencing as author-year instead of numbers
How do I get the bibliography and references to use author-year instead of numbers?
Thanks!
Bob D
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
Referencing as author-year instead of numbers
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