Dear list, I have this minimal sample: \definelayer[MyLayer][state=start] \setlayerframed[MyLayer]{\tab{one} tab\\ \tab{another} tab} \setupbackgrounds[page][background=MyLayer] \starttext \input knuth \stoptext Is there no way to get a tabular space within a layer? Many thanks for your help, Pablo -- http://www.ousia.tk
On 10/16/2013 9:55 PM, Pablo Rodriguez wrote:
Dear list,
I have this minimal sample:
\definelayer[MyLayer][state=start] \setlayerframed[MyLayer]{\tab{one} tab\\ \tab{another} tab} \setupbackgrounds[page][background=MyLayer] \starttext \input knuth \stoptext
Is there no way to get a tabular space within a layer?
\definelayer[MyLayer][state=start] \setlayerframed[MyLayer][align=normal,offset=overlay] {\setuptabulate[before=,after=] \starttabulate[|l|l|] \NC one \NC tab \NC \NR \NC one \NC tab \NC \NR \stoptabulate} \setupbackgrounds[page][background=MyLayer] \starttext \input knuth \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 10/17/2013 10:12 AM, Hans Hagen wrote:
On 10/16/2013 9:55 PM, Pablo Rodriguez wrote:
[...] Is there no way to get a tabular space within a layer?
\definelayer[MyLayer][state=start] \setlayerframed[MyLayer][align=normal,offset=overlay] {\setuptabulate[before=,after=] \starttabulate[|l|l|] \NC one \NC tab \NC \NR \NC one \NC tab \NC \NR \stoptabulate} \setupbackgrounds[page][background=MyLayer]
\starttext \input knuth \stoptext
Many thanks for the reply, Hans. I tried before without the align=normal option and it couldn’t compile. Pablo -- http://www.ousia.tk
participants (2)
-
Hans Hagen
-
Pablo Rodriguez