public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: <denis.maier-NSENcxR/0n0@public.gmane.org>
To: <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Cc: <brenton-jLuUjP8OPppAfugRpC6u6w@public.gmane.org>
Subject: AW: pandoc citation problem
Date: Tue, 7 Jun 2022 10:17:21 +0000	[thread overview]
Message-ID: <4ec832d4d4014c428d3675fca0bd87df@unibe.ch> (raw)
In-Reply-To: <5a7614fb-9721-417e-bd54-48552ab4cac9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2404 bytes --]

Line 1847, change givenname-disambiguation-rule="primary-name-with-initials" to givenname-disambiguation-rule="per-cite". But I’m pretty sure that’s on purpose.

Best,
Denis


Von: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Im Auftrag von Tina Su
Gesendet: Dienstag, 7. Juni 2022 12:12
An: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Betreff: pandoc citation problem


Hi,

I have two references which same publication year and the authors have same last name:

Zhao, K. (2015). The motivation behind China’s public diplomacy. The Chinese Journal of.

Zhao, Q., & Lei, W. (2015). Blue book of public diplomacy—Annual report of China’s public diplomacy development (2015). Social Sciences Academic Press.

so my citation would be:

[@zhao2015]
[@zhao2015a]

With I turn .md into .docx, it covert to

(Q. Zhao & Lei, 2015)
(K. Zhao, 2015)

However, in a APA style, it should be

(Zhao & Lei, 2015)
(Zhao, 2015)

Is there any way to fix it?

I use this command:

pandoc --citeproc \
--csl 'apa.csl' \
--bibliography 'zotero.bib' \
--filter pandoc-comments \
-M reference-section-title='References' \
-N \
--reference-doc 'custom-reference.docx' 'xx.md' -o 'xx.docx'

The attached is my .bib and .csl documents:

Thanks a lot!
--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/5a7614fb-9721-417e-bd54-48552ab4cac9n%40googlegroups.com<https://groups.google.com/d/msgid/pandoc-discuss/5a7614fb-9721-417e-bd54-48552ab4cac9n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/4ec832d4d4014c428d3675fca0bd87df%40unibe.ch.

[-- Attachment #2: Type: text/html, Size: 5576 bytes --]

  parent reply	other threads:[~2022-06-07 10:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <AQHYelb7CKgZCOHtGkmMBPAMbOLWp61DumJg>
2022-06-07 10:11 ` Tina Su
     [not found]   ` <5a7614fb-9721-417e-bd54-48552ab4cac9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-06-07 10:17     ` denis.maier-NSENcxR/0n0 [this message]
     [not found]       ` <4ec832d4d4014c428d3675fca0bd87df-NSENcxR/0n0@public.gmane.org>
2022-06-07 10:43         ` Tina Su

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ec832d4d4014c428d3675fca0bd87df@unibe.ch \
    --to=denis.maier-nsencxr/0n0@public.gmane.org \
    --cc=brenton-jLuUjP8OPppAfugRpC6u6w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).