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=")"?
  • Could you paste an example ?-- ideally the relevant snippet in LaTeX and and the output from Word?
    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.
  • Hi there! As I continue to trouble shoot the issue I believe the crux of the problem is with \cite contained within \footnote. Thoughts? If informative, I'm also using the \usepackage{biblatex-chicago} package.
  • It may also be a consequence of how Pandoc is handling the conversion? I'm converting my .tex file using the following command in Mac Terminal :
    pandoc --citeproc Test.tex --bibliography=testref.bib --csl=chicago-fullnote-bibliography-short-title-subsequent.csl -o test.docx
Sign In or Register to comment.