I am slightly a beginner for LaTeX and LyX and wrote my thesis with LyX using the style template "classicthesis" provided by André Miede (http://www.miede.de/index.php?page=classicthesis)
I wanted to tune the way to cite from text but couldn't find a way from documentation how to do the following for all citations (need to add for preamble probably?)
I cited all my references by the "Cite in LyX" of LyZ-plugin for Zotero (used with Firefox) so the default format for all my citations was the: (citet)
\citet{roenneberg2008modelling} , i.e. Roenneberg et al. (2008)
and I figured out the way to manually change it to the format that I wanted without the brackets around the year and with a comma: (citealp)
\citealp{roenneberg2008modelling}, i.e. Roenneberg et al., 2008
But as I have so many citations that changing them manually one-by-one would be pure insanity, I was wondering if there is way to apply to changes to all the files?
So the classicthesis uses natbib:
Code: Select all
\PassOptionsToPackage{square,comma}{natbib}
\RequirePackage{natbib}
http://en.wikibooks.org/wiki/LaTeX/More_Bibliographies
Best wishes,
Petteri