I have Lyx, working on a fairly large document with a lot of citations, using biblatex-chicago, with biber as the backend. In the Document Settings, I have Lyx set to use Natbib with Author-year style. In my preamble, I have the following relevant code:
Code: Select all
\usepackage[notes,natbib,backend=biber,alldates=edtf,idemtracker=context,ibidtracker=context,dateabbrev=false,language=american]{biblatex-chicago}
\renewcommand{\citet}[1]{\autocite{#1}}
\addbibresource{/home/user/bookbib.bib}
My question is this: In my document, citation entries are all enclosed within parentheses. How can I change this? I'd like it to follow the regular CMS style, in which citations are just plain un-parentheses-enclosed citations.
Do I have something here set up wrong?
Thanks for the help,
EE