Can you say more about how you are citing? Share your citekeys / citations as you had them in the markdown. I can’t replicate your issue when testing with the Chicago 17th Edition author-date CSL file from the Zotero repository here:
This is a sentence with a footnote.[^1]
This is a sentence with a parenthetical citation [@Oreskes.Conway2010DefeatingMerchantsDoubt]. @Oreskes.Conway2010DefeatingMerchantsDoubt [p. 28] narrative citation here.
[^1]: Here, I am citing something [@Oreskes.Conway2010DefeatingMerchantsDoubt]. In another sentence, @Oreskes.Conway2010DefeatingMerchantsDoubt said something.
When you use Pandoc citations, you don’t put the citekeys into footnotes like that yourself.
That’s handled by the citation style. What you ought to do is this:
Textabc [@chiang2005What, p. 3].
And then use a citation style that uses footnotes, as I mentioned earlier. The author-date style is an in-text style. It doesn’t use footnotes for citations in the way that you want.
Since none of the default Chicago styles will give you the result you are after, you can use a custom CSL style as found in this Zotero forum post to achieve the result you are after (chicago-author-date-footnotes.csl). Or one of the similar styles mentioned in the thread.
So, this was actually just a mismatch of expectations, and a matter of getting familiar with the Pandoc citation syntax.
I just realized that I was using a modified version because I need to do author-date but in footnotes. You can find the CSL file here in the first reply.
However, I’m now struggling with adding a period to the end of the note. In that Zotero thread someone says to add a suffix thing to line 597 which I did, so now that line looks like <layout delimiter="; " suffix=".">
That adds a period at the end of a note, but only if there’s no page numbers. If there are page numbers, it doesn’t add anything.
Thanks so much for all your help, really appreciate it!
Sorry, another question: How can I edit the resulting bibliography style since pandoc doesn’t take the style from the LaTeX template?
I.e. I need the bibliography to be single spaced and have a hanging indent.
Btw, it’s best practise to keep help posts limited to one issue at a time, and to create new post for new issues. This gets more eyes on your post, increasing your likelihood of getting help, and decreasing pressure on the limited amount of people present in this post. Furthermore, this also aids in discovery, so that others with the same needs have a better chance of utilizing existing answers.