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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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