Chicago Style Footnote Remove Parentheses
Hi all,
I'm converting my book manuscript from a LaTeX file to Word using Pandoc and the Chicago style from Zotero (chicago-fullnote-bibliography-short-title-subsequent.csl). Everything looks wonderful, but I'm having a slight issue with citations placed within footnotes. In particular, citations within footnotes are contained within parentheses. Is it possible for me to modify the csl-file such that citations within footnotes are no longer within parentheses? If so, I'm assuming it would involve removing prefix="(" suffix=")"?
I'm converting my book manuscript from a LaTeX file to Word using Pandoc and the Chicago style from Zotero (chicago-fullnote-bibliography-short-title-subsequent.csl). Everything looks wonderful, but I'm having a slight issue with citations placed within footnotes. In particular, citations within footnotes are contained within parentheses. Is it possible for me to modify the csl-file such that citations within footnotes are no longer within parentheses? If so, I'm assuming it would involve removing prefix="(" suffix=")"?
There are no parentheses around the whole citation in Chicago-full-note regardless of where the citation is (and so nothing you could remove in the style), so something isn't working as intended.
pandoc --citeproc Test.tex --bibliography=testref.bib --csl=chicago-fullnote-bibliography-short-title-subsequent.csl -o test.docx