The zotcite is a very nice plugin for me to write papers in markdown. But I meet some problems when I want to add some extra words in citations. For examples,[@3KXK5A56#wang2014 and references therein]can cite one paper and add "and reference therein" in the parenthesis, when I use pandoc to translate the md file to docx file.
But when I add two or more papers, such as [@7GF3T4MT#zhao2012; @3P7QGGYM#zhao2015 and references therein] the output will be like this:
The order will change automatically, and I cannot manage it to ensure the extra text in the last in the paranthesis.
Hi there,
The
zotcite
is a very nice plugin for me to write papers in markdown. But I meet some problems when I want to add some extra words in citations. For examples,[@3KXK5A56#wang2014 and references therein]
can cite one paper and add "and reference therein" in the parenthesis, when I use pandoc to translate the md file to docx file.But when I add two or more papers, such as
[@7GF3T4MT#zhao2012; @3P7QGGYM#zhao2015 and references therein]
the output will be like this:The order will change automatically, and I cannot manage it to ensure the extra text in the last in the paranthesis.
Thanks in advance!