Hi, Denis’ article in the CG journal uses the publications module with a .bib database. With ConTeXt LMTX 2022.05.11 all was well, with the current version (2022.07.27) it can’t find the entries of the database: open source > level 2, order 20, name 'dm-ligatures/dm-ligatures.tex' publications > adding bib data to set 'dmlig' from source 'dm-ligatures/references.bib' interface > macros > processed mkvi file '/Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/publ-imp-apa.mkvi', delta 94 interface > macros > processed mkvi file '/Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/publ-imp-apa.mkvi', delta 0 open source > level 3, order 21, name '/Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/publ-imp-apa.mkvi' close source > level 3, order 21, name '/Users/hraban/lmtx/tex/texmf-context/tex/context/base/mkiv/publ-imp-apa.mkvi' structures > bookmark: Automatic suppression of unwanted ligatures — Denis Maier structure > sectioning > part @ level 1 : 1 -> Automatic suppression of unwanted ligatures\doifsomething {Denis Maier}{ —\ }\IndexAuthor Denis Maier structures > bookmark: Introduction structure > sectioning > section @ level 3 : 1.0.1 -> Introduction fonts > defining > unable to define 'IBMPlexSansHebrew-regular' as 'dummy--5' publications > analyzing previous publication run for 'dmlig' publications > no entry 'taraborelli:beauty' found in dataset 'dmlig' publications > no entry 'knuth:texbook' found in dataset 'dmlig' publications > no entry 'duden' found in dataset 'dmlig' publications > no entry 'detailtypografie' found in dataset 'dmlig' publications > no entry 'butterick:practical-typography-ligatures' found in dataset 'dmlig' publications > no entry 'bringhurst:style' found in dataset 'dmlig' publications > no entry 'rafaeli:book-typography' found in dataset 'dmlig' But the entries do exist in the bib file, and a minimal example works. In both cases, the setup looks like: \usebtxdataset[dmlig][dm-ligatures/references.bib] \setupbtx[dataset=dmlig] \usebtxdefinitions[apa] \setupbtx[apa:cite][alternative=num] I don’t know what to look for. Any hints? Hraban
Am 29.07.22 um 20:19 schrieb Henning Hraban Ramm via ntg-context:
Hi, Denis’ article in the CG journal uses the publications module with a .bib database. With ConTeXt LMTX 2022.05.11 all was well, with the current version (2022.07.27) it can’t find the entries of the database: ... But the entries do exist in the bib file, and a minimal example works.
In both cases, the setup looks like:
\usebtxdataset[dmlig][dm-ligatures/references.bib] \setupbtx[dataset=dmlig] \usebtxdefinitions[apa] \setupbtx[apa:cite][alternative=num]
Unfortunately, I got no answers. But I found out: \definebtxdataset[dmlig] \usebtxdataset[dmlig][dm-ligatures/references.bib] If I use a btxdataset other than "default", \usebtxdefinitions[apa] has no effect, i.e. "default" style is used. Hraban
participants (1)
-
Henning Hraban Ramm