public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: bwhelm <bennett.helm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	pandoc-discuss
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: citeproc: text citations in footnotes omit separator
Date: Thu, 27 May 2021 16:35:55 -0700	[thread overview]
Message-ID: <m2cztbrbqc.fsf@johnmacfarlane.net> (raw)
In-Reply-To: <649259be-562a-430f-9849-a56530ae9b1dn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

bwhelm <bennett.helm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Using up-to-date pandoc (v. 2.13, with citeproc v. 0.3.0.9), I have a 
> markdown document with a footnote that contains a citation:
>
>     ^[Blah, blah. See @author [Chapter X].]
>
> I would expect this to produce a footnote whose contents is "Blah, blah. 
> See Author (2019, Chapter X)." Instead, I get "Blah, blah. See Author 
> (2019Chapter X)." -- The ", " after the date is omitted. This is true when 
> converted to both .pdf and .html.

Try with

@author [chapter X]

or

@author [chap. X]

Looks like pandoc doesn't like the capitalized locator. This
should probably be fixed.



  parent reply	other threads:[~2021-05-27 23:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 19:32 bwhelm
     [not found] ` <649259be-562a-430f-9849-a56530ae9b1dn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-05-27 23:35   ` John MacFarlane [this message]
     [not found]     ` <m2cztbrbqc.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2021-05-27 23:47       ` John MacFarlane
     [not found]         ` <m2a6ofrb72.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2021-05-28  0:04           ` bwhelm

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=m2cztbrbqc.fsf@johnmacfarlane.net \
    --to=jgm-tvlzxgkolnx2fbvcvol8/a@public.gmane.org \
    --cc=bennett.helm-Re5JQEeQqe8AvxtiuMwx3w@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).