[NTG-context] \beginBLOCKS and \endBLOCKS do not work in \dorecurse

2019-11-11 Thread Romain Diss
Hi, I cannot make \beginBLOCKS and \endBLOCKS work in a \dorecurse loop. Is it possible? Here is a minimum non working exemple (from https://wiki.contextgarden.net/Command/defineblock): %% \startdocument \defineblock[question] \hideblocks[question] % We don't want to print blocks where we defi

[NTG-context] Formatting in toc

2019-11-11 Thread Calum MacLeod
This morning, I realised what I needed to do, and it works. Before \starttext put: \define[2]\hymn{\bf Hymn #1 \hspace[big] \it #2}\par} After \starttext put stuff like \hymn{34}{We three kings} or \hymn{10}{In the bleak midwinter} etc. This does near enough what I am after: creates a templ