BibTeX, biblatex and biber ⇒ Formatting references
Formatting references
I would like to format references in the text as (Surname, year) and in the list of references appear with surname first, "Surname, Firstname. Name-of-paper......", i.e. not as a number, e.g [2]. How would I do this? I'm currently using natlib with the plainnat, but it outputs firstname first in the list of references. I'm a bit confused of all the different styles, so I'll try my luck here.
Thanks!
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Formatting references
There are also options such as square and round to natbib.sty that change whether you get brackets, braces, or parentheses around the citation (numerical or author-year). See the natbib documentation for details.