I'm trying to use biblatex and biber so as to have access to @online, etc.
But I'm quite overwhelmed.
In-text citations used to just show the last names. Now they are including first names or initials. How can I make first names/initials go away in the in-text citation?
My journal insists on (author year) rather than (author, year). Ugh, but how can I implement this for in-text citations?
uniquename=falseanduniquelist=falseas package options. However, you won't then be able to disambiguate names in citations which is sounds like you might need to do ... – PLK Aug 3 '12 at 17:44\usepackage[firstinits=false,uniquename=false,uniquelist=false,citestyle=authoryear-comp,bibstyle=authoryear-comp ,sortcites=false,natbib=true,block=space,url=false,doi=true,backend=biber]{biblatex}after adding your two suggestions. They solve problem (1)! I doubt I have real disambiguation problems. It would be nice to know what biber/biblatex thinks is ambiguous (I couldn't tell). – Christopher Barrington-Leigh Aug 3 '12 at 17:52biber --versiongives: biber version: 0.9.8. – Christopher Barrington-Leigh Aug 3 '12 at 17:59