Roey Angel wrote: > Now my only problem is that I'd like to change the global settings to > format all citations as (author year) rather than have to click on > each citation to change it. > > Is the any way to do this?
Try
\renewrobustcmd*{\citet}{%
\@ifstar
{\AtNextCite{\defcounter{maxnames}{999}}%
\parencite}
{\parencite}}
in preamble.
HTH
Jürgen
