Italic inline citation in CSL + Pandoc -



Italic inline citation in CSL + Pandoc -

i using csl style under http://www.zotero.org/styles/chicago-author-date pandoc. have authors' names in italics style when citing them in text. how can accomplish this? give thanks help.

edit: more precise, have in-line citations without parentesis, fisman (2001). have tried add together font-style="italic" <text macro="contributors-short"/>, works when using parenthesis-style citations [@fisman2001]. minimal working illustration provided here.

you'll have modify csl style. there various ways of getting want, easies modify line 513 of style from

<text macro="contributors-short"/>

to

<text macro="contributors-short" font-style="italic"/>

see e.g. here general instructions on editing csl styles, though edit file in text editor.

pandoc citations csl

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -