* [NTG-context] Unexpected behaviour of apa-bibliography
@ 2024-09-14 12:00 M U via ntg-context
0 siblings, 0 replies; only message in thread
From: M U via ntg-context @ 2024-09-14 12:00 UTC (permalink / raw)
To: ntg-context; +Cc: M U
I do not know anything about the apa-standard, so I do not know if my rendering follows the standard.
The first appearance of the author in the bibliography is marked with year-b (1847b), the second with year-a (1847a). I expected the first to be marked with year-a and the second with year-b.
Citing multiple references in one \cite[] only 2 out of 3 righttexts appear. When using
\setupbtx[apa:cite][sorttype=none]
all 3 righttexts appear but the characters after the year disappear.
Is there a way to fix that behaviour?
Thank you. Have a nice weekend.
Matthias
\startbuffer[bibliography]
@book{spratt_Travels2_1847,
title = {Travels},
volume = {2},
publisher = {Voorst},
author = {Spratt and Forbes},
year = {1847},
}
@book{spratt_Travels1_1847,
title = {Travels},
volume = {1},
publisher = {Voorst},
author = {Spratt and Forbes},
year = {1847},
}
@book{test,
title = {Title-Test},
publisher = {Publisher-Test},
author = {Author-Test},
year = {2000},
}
\stopbuffer
\definebtxdataset[asia]
\usebtxdataset[asia][bibliography.buffer]
\setupbtx[
dataset=asia,
specification=apa,
]
\usebtxdefinitions[apa]
\setupbtxrendering[asia][
dataset=asia,
sorttype=authoryear,
]
% \setupbtx[apa:cite][sorttype=none]
\starttext
single citing:\\
\cite[righttext={{text 1: Vol. 1}}][spratt_Travels1_1847] \\
\cite[righttext={{text 2: Vol. 2}}][spratt_Travels2_1847]\\
\cite[righttext={{text 3: Test}}][test]
multiple citing:\\
\cite[righttext={{text 1: Vol. 1},{text 2: Vol. 2},{text 3: Test}}][spratt_Travels1_1847,spratt_Travels2_1847,test]
\blank[2*line]
\placebtxrendering[asia][method=global]
\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-14 12:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-14 12:00 [NTG-context] Unexpected behaviour of apa-bibliography M U 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).