Re: [NTG-context] Table disappears in floatcombination

2020-12-26 Thread Hans Hagen
On 12/25/2020 9:47 PM, Christoph Reller wrote: Hi, Consider the following MWE: \definefloat[combination][figure] \setupcaptions[   number=no, %<- comment and table appears   align=flushright] \starttext \startplacecombination[title=Combination]   \startfloatcombination    

Re: [NTG-context] Bib support broken in lmtx

2020-12-26 Thread Philipp A.
Thank you, but whitespace is ignored in .bib file syntax. To prove that whitespace handling isn’t the bug, just try accessing it: \startluacode local current = publications.datasets.default tex.print('\\starttyping') tex.print(table.serialize(current.luadata)) -- to show that the key doesn’t

[NTG-context] issue with defined font feature

2020-12-26 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfeature [standarddigits] [lnum=yes, tlig=no] \definefontfamily [anothermpface] [rm] [Gabriola] [features={default}] \definefontfamily [anothermpface] [ss] [Gabriola]

Re: [NTG-context] Table disappears in floatcombination

2020-12-26 Thread Christoph Reller
On Sat, Dec 26, 2020 at 10:54 AM Hans Hagen wrote: > On 12/25/2020 9:47 PM, Christoph Reller wrote: > > Hi, > > > > Consider the following MWE: > > > > \definefloat[combination][figure] > > \setupcaptions[ > >number=no, %<- comment and table appears > >align=flushright] > > \starttext >

Re: [NTG-context] freedotlabel not defined in LMTX ?

2020-12-26 Thread Hans Hagen
On 12/26/2020 11:28 AM, Otared Kavian wrote: Hi Hans, When I was testing your example with freelabel in another thread, I noticed that freedotlabel does not work in LMTX. Here is the code from the Metafun manual which works with ConTeXt version 2020.06.25 10:55 MKIV, but not with ConTeXt

[NTG-context] freedotlabel not defined in LMTX ?

2020-12-26 Thread Otared Kavian
Hi Hans, When I was testing your example with freelabel in another thread, I noticed that freedotlabel does not work in LMTX. Here is the code from the Metafun manual which works with ConTeXt version 2020.06.25 10:55 MKIV, but not with ConTeXt version 2020.12.24 17:30 LMTX. %% begin

[NTG-context] Problems with \unit

2020-12-26 Thread Jean-Philippe Rey
Dear list, I have found two issues with the \unit command. 1) there is a typo in phys-dim.lua, Becquerel is written Bequerel (without the c) 2) tonne doesn't work anymore, I guess it interferes with the new "to" goodie Here is a minimal example = \starttext

Re: [NTG-context] Bib support broken in lmtx

2020-12-26 Thread Hans Hagen
On 12/26/2020 11:29 AM, Philipp A. wrote: Thank you, but whitespace is ignored in .bib file syntax. To prove that whitespace handling isn’t the bug, just try accessing it: A \cite is a reference ... without list it doesn't reference anything. The \cite command puts a anchor in the text stream

Re: [NTG-context] issue with defined font feature

2020-12-26 Thread Pablo Rodriguez
On 12/26/20 6:36 PM, Wolfgang Schuster wrote: > Pablo Rodriguez schrieb am 26.12.2020 um 12:58: >> I have the following sample: >> [...] >> I’m not being able to get both lnum and no en-dashes: the defined font >> feature seems to require the default and I cannot get en-dashes disabled >> when the

Re: [NTG-context] issue with defined font feature

2020-12-26 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 26.12.2020 um 12:58: Dear list, I have the following sample: \definefontfeature [standarddigits] [lnum=yes, tlig=no] \definefontfamily [anothermpface] [rm] [Gabriola] [features={default}] \definefontfamily