Re: [NTG-context] footnotes in captions in floatcombinations

2020-10-11 Thread Henning Hraban Ramm
Hi, I still would be happy about answers to the following questions: > Am 02.10.2020 um 12:13 schrieb Henning Hraban Ramm : > > - Would it be possible to do the footnote numbering after the float > placement, so that a footnote in a float caption keeps the reading order of > numbers and gets

Re: [NTG-context] Beamer --> ConTeXt (sample)

2020-10-11 Thread Saša Janiška
On Fri, Oct 09, 2020 at 04:01:39PM -0400, Aditya Mahajan wrote: > Agreed. I find that all beamer presentations look the same and it can > be difficult to change the look and feel of beamer presentations. Indeed. > A presentation is just a regular document with small margins and some > color

Re: [NTG-context] Beamer --> ConTeXt (sample)

2020-10-11 Thread Saša Janiška
On Fri, Oct 09, 2020 at 07:57:56PM +0200, Henning Hraban Ramm wrote: > If you need columns, look into columnsets: > https://wiki.contextgarden.net/Columns#Column_Sets > > Read https://wiki.contextgarden.net/Layers and play around with layers. > (But your example doesn’t need layers at all.) >

[NTG-context] Lua equivalent of \getvariable{}{}

2020-10-11 Thread Pablo Rodriguez
Dear list, I have the following sample: \starttext \ctxlua{ context.setvariable("environment", "filename", "abc123") } \ctxlua{ c = context.getvariable("environment", "filename") or "a" } \ctxlua{ d = [[\env{filename}]] } c: \cldcontext{c}\\