GeneralAuthor-Year citing and referencing in Harvard Style

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Compaq
Posts: 6
Joined: Tue Feb 05, 2013 7:23 pm

Author-Year citing and referencing in Harvard Style

Post by Compaq »

Hi all!

I need some assistance finding a package that gives me the possibility to cite in-text with author(s) and year, and which also efficiently organizes my references harvard style at the end of my document.

I did install natbib, but I just couldn't get {thebibliography} environment to work properly. Plus, I didn't find any examples on how to add more than just author and year in the references! I want to, obviously, to be able to provide my readers with more information about the citation than author and year.

Or maybe I can do that with natbib, but I wasn't able to. I even copied their example code into my document, but still I got just empty space under where "References" appeared!

I was hoping someone here perhaps could help me :)


Regards,
Anders,

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Hoed
Posts: 28
Joined: Sat Jan 07, 2012 12:46 pm

Author-Year citing and referencing in Harvard Style

Post by Hoed »

Try using

Code: Select all

\bibliography
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
instead of

Code: Select all

\thebibliography
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
.

Regards, H.
Post Reply