I am using the CSL style under http://www.zotero.org/styles/chicago-author-date with Pandoc. I would like to have the authors' names in italics style when citing them in text. How can I achieve this? Thank you for your help.
EDIT: To be more precise, I would like to have in-line citations without parentesis, like
Fisman (2001). I have tried to add font-style="italic"
to <text macro="contributors-short"/>
, but it only works when using parenthesis-style citations with [@Fisman2001]
. A minimal working example is provided here.