ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Command for specifying et al limit
@ 2022-09-24 18:57 Jethro Djan via ntg-context
  2022-09-27  3:40 ` Alan Braslau via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Jethro Djan via ntg-context @ 2022-09-24 18:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Jethro Djan

Dear list,

I am trying to specify that 'et al’ should be appended after the first author if paper has multiple authors. It seems from the mkiv-publications.pdf manual that it should work like this but it doesn’t. Here is my MWE:

\startbuffer[ref]

@Article{bb:2017,
  author  = {Bronstein, Michael M. and Bruna, Joan and Cohen, Taco and Veličković, Petar},
  journal = {arXiv preprint arXiv:2104.13478},
  title   = {Geometric Deep Learning: Grids, Groups, Graphs, Geodesics, and Gauges},
  year    = {2021},
}

\stopbuffer

\definebtxdataset[ref]
\setupbtx[dataset=ref]
\definebtxrendering
    [ref]
    [apa]
    [
        dataset=ref,
    ]
\usebtxdefinitions[apa]
\usebtxdataset[ref][ref.buffer]
\setupbtx[
  dataset=ref,
  etaldisplay = 1,
  etallimit = 1,
]

\starttext

\cite[author][bb:2017] says in their paper \cite[bb:2017] 

\startsection[title={References}, number=no, incrementnumber=no]
    \placelistofpublications[ref][method=dataset]
\stopsection

\stoptext

Thanks in advance.

Jethro



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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-28  0:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-24 18:57 Command for specifying et al limit Jethro Djan via ntg-context
2022-09-27  3:40 ` Alan Braslau via ntg-context
2022-09-27  4:13   ` Alan Braslau via ntg-context
2022-09-27 13:33     ` jethro Reuel via ntg-context
2022-09-28  0:52       ` Alan Braslau via ntg-context

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).