public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: "amph...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
	<amphiboly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	pandoc-discuss
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Missing space before note in bibliography
Date: Mon, 31 May 2021 14:54:13 -0600	[thread overview]
Message-ID: <m2o8cqwrnu.fsf@johnmacfarlane.net> (raw)
In-Reply-To: <fe336e5d-ae33-41f6-99e3-b734f0334fc9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


I may have made a mistake in implementing citeproc, but as far
as I can see, the chicago-annotated-bibliography doesn't call
for a space here. The structure is

<layout suffix=".">
 <group delimiter=". ">
   (omitted elements)
 </group>
 <text variable="note" display="block"/>
</layout> 

So, this calls for a ". " between each of (omitted elements),
but the note comes after this group and isn't subject to that
delimiter.  This could be fixed with a prefix=" " on the
text element there.  But undoubtedly there's some citeproc
subtlety I'm missing...can any CSL experts comment on this?


"amph...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <amphiboly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> With the ConTeXt and Docx writers (at least) a space is not inserted before 
> the note in reference entries when using an annotated style.
>
> Using apa-annotated-bibliography and the following markdown file:
>
> ---
> references:
> - type: article-journal
>   id: WatsonCrick1953
>   author:
>   - family: Watson
>     given: J. D.
>   - family: Crick
>     given: F. H. C.
>   issued:
>     date-parts:
>     - - 1953
>       - 4
>       - 25
>   title: 'Molecular structure of nucleic acids: a structure for
>     deoxyribose nucleic acid'
>   title-short: Molecular structure of nucleic acids
>   container-title: Nature
>   volume: 171
>   issue: 4356
>   page: 737-738
>   DOI: 10.1038/171737a0
>   URL: https://www.nature.com/articles/171737a0
>   language: en-GB
>   note: Note this!
> nocite: |
>   @*
> ...
>
> the docx result is:
>
> [image: Screenshot 2021-05-31 140026.png]
> This also occurs with the chicago-annotated-bibliography csl file and so 
> does not appear to be related to the csl file itself.
>
> -- 
> Rik
>
> -- 
> 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/fe336e5d-ae33-41f6-99e3-b734f0334fc9n%40googlegroups.com.


  parent reply	other threads:[~2021-05-31 20:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 18:11 amph...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
     [not found] ` <fe336e5d-ae33-41f6-99e3-b734f0334fc9n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-05-31 20:54   ` John MacFarlane [this message]
     [not found]     ` <m2o8cqwrnu.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2021-06-03 10:32       ` AW: " denis.maier-FfwAq0itz3ofv37vnLkPlQ
     [not found]         ` <a9c6df44728742eda4dfff424edcdcab-FfwAq0itz3ofv37vnLkPlQ@public.gmane.org>
2021-06-03 10:38           ` denis.maier-FfwAq0itz3ofv37vnLkPlQ
     [not found]             ` <d5868942f78444a4bf94351aedfe8f3c-FfwAq0itz3ofv37vnLkPlQ@public.gmane.org>
2021-06-03 10:45               ` denis.maier-FfwAq0itz3ofv37vnLkPlQ
     [not found]                 ` <ac34fce89fd542d0a9f378b0c5457f9f-FfwAq0itz3ofv37vnLkPlQ@public.gmane.org>
2021-06-07 14:04                   ` John MacFarlane
     [not found]                     ` <m2pmwxwz37.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2021-06-07 21:53                       ` AW: " denis.maier-FfwAq0itz3ofv37vnLkPlQ
     [not found]                         ` <95b7439a50ef408a97dc67c268d4e39c-FfwAq0itz3ofv37vnLkPlQ@public.gmane.org>
2021-06-07 21:53                           ` denis.maier-FfwAq0itz3ofv37vnLkPlQ
2021-06-05 20:45           ` John MacFarlane
     [not found]             ` <m25yysxcqa.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2021-06-07 10:04               ` AW: " denis.maier-FfwAq0itz3ofv37vnLkPlQ

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