Open YeyouminTian opened 10 months ago
This extension is only a helper for adding in the citation key, so it shouldn't affect the rendering process.
Perhaps some of the YAML settings are creating the duplicates? I would try playing with the linkReferences
and links-as-notes
settings (perhaps set them to false
) and see if that does anything.
I was using Pandoc within Visual Studio to compile a Markdown document that contains literature citations. The specific problem arises after compilation: the resulting document displays each referenced bibliography entry twice, leading to duplicate references in the output. This issue persists despite the correct implementation of Markdown syntax for citations and the appropriate setup of the bibliography file (mybib.bib) and the CSL file (china-C.csl) which are correct. Additionally, the YAML header in the Markdown document seems to be correctly formatted with necessary fields like bibliography, csl, and other document settings. The problem appears to be related to the PandocCiter conversion process or possibly the settings or templates used during this conversion.
The result of compilation is:
Reference[1]
How can I fix it?