On Sat, 18 May 2019 09:16:24 +0300
Dmitry Starostin <starostin.dmi...@gmail.com> wrote:

> Thank you for the instructions on how to make one's own style.
> 
> I only need to change the formatting in the bibliography list, the
> formatting of the notes in the text is entirely up to the requirement.
> 
> A strange effect (full MWE in attachment):

Corrected MWE attached.


--
Alan

Attachment: Context_bib.pdf
Description: Adobe PDF document

%\enabletrackers[publications.setups]

\setuplanguage[ru]
\setupbodyfont[dejavu]
\mainlanguage[russian]
\setupindenting[big,yes]
\setbreakpoints[compound]

\startbuffer[bib]

@Book{Declercq:2000,
  author      = {Declercq, Georges},
  title       = {Anno Domini: The origins of the Christian era},
  address     = {Turnhout},
  publisher   = {Brill},
  year        = {2000},
  shorttitle  = {Anno Domini}, % ignored
  shorthand   = {Declercq},    % ignored
  language    = {english},
  hyphenation = {english},     % ignored
  pagetotal   = {206},         % ignored
  pages       = {206},
}

\stopbuffer

\usebtxdataset[bib.buffer]
\usebtxdefinitions[apa]

\setupbtx[apa:cite:authoryear][left={[},right={]}]

\startsetups btx:apa:list:book
  \btxdoif {author} {
      \btxflush{author}
      \btxcomma
  }
  \btxdoifelse {title}
      {\btxflush{title}\btxperiod}
      {No Title}
  \btxdoif {address}
      {\btxspace\emdash\btxspace\btxflush{address}\btxcomma}
  \btxdoif {publisher}
      {\btxspace\btxflush{publisher}\btxcomma}
  \btxdoif {year}
      {\btxspace \btxflush{year} \btxperiod}
  \removeunwantedspaces
\stopsetups

\starttext

\startbodymatter

Test.\cite[Declercq:2000]

\stopbodymatter

\startbackmatter
\startchapter[title=Bibliography]
\placelistofpublications[criterium=all,sorttype=authoryear]
\stopchapter
\stopbackmatter

\stoptext
___________________________________________________________________________________
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 via email to