ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mikael P. Sundqvist" <mickep@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Space between initials in bibliography
Date: Sat, 2 Mar 2019 10:19:35 +0100	[thread overview]
Message-ID: <CAHy-LL_-es12mQcc2xo-1Nyt9OUc2q061POFK4NXAx1T=0ELLQ@mail.gmail.com> (raw)

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

Hi,

By default there seem to be no space between initials in bibliography
(which I guess there should be?). I can get a space by adding
\setupbtx[
stopper:initials={.\btxspace},
]
but I don't think that this is how the stopper is meant to be used. Do
I miss some other key that I can use to get space inbetween initials?
Minimal example below, and I attach the result without the setting
above (no space V.I. Arnol'd) and with the setting above (space V. I.
Arnol'd).

/Mikael

%Example
\startbuffer[ref]
@book {arnold,
    AUTHOR = {Arnold, Vladimir I.},
     TITLE = {Ordinary differential equations},
    SERIES = {Universitext},
      NOTE = {Translated from the Russian by Roger Cooke,
              Second printing of the 1992 edition},
 PUBLISHER = {Springer-Verlag, Berlin},
      YEAR = {2006},
     PAGES = {ii+334},
      ISBN = {978-3-540-34563-3; 3-540-34563-9},
   MRCLASS = {34-01 (34Cxx 37-01 37C10)},
  MRNUMBER = {2242407},
}
\stopbuffer

\usebtxdataset[ref][ref.buffer]
\setupbtx[dataset=ref]
\definebtxrendering[ref][dataset=ref]
\setupbtx[
stopper:initials={.\btxspace},%comment to show version without space
]
\starttext
\startTEXpage[offset=3bp]
We study \cite[arnold].
\placelistofpublications[ref][method=dataset]
\stopTEXpage
\stoptext

[-- Attachment #2: bibspace-2.png --]
[-- Type: image/png, Size: 12095 bytes --]

[-- Attachment #3: bibspace-1.png --]
[-- Type: image/png, Size: 12118 bytes --]

[-- Attachment #4: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2019-03-02  9:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-02  9:19 Mikael P. Sundqvist [this message]
2019-03-03 18:19 ` Alan Braslau

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='CAHy-LL_-es12mQcc2xo-1Nyt9OUc2q061POFK4NXAx1T=0ELLQ@mail.gmail.com' \
    --to=mickep@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).