On 9/13/2020 10:54 AM, Thomas A. Schmitz wrote:
Hi all,

I hope everybody made it back home safely after the meeting. It was great listening in, even if I couldn't be there in person, unfortunately!

Today's question is an old one, but I'm confused. What I need: two columns, of unequal width, the left column has line numbering; two column layout starts in the middle of pages. What I tried so far:
\setuplayout[width=16cm]

\starttext

\enabledirectives[tabulate.linenumbers]

\showframe

\starttabulate[|p(7cm)|A{verytolerant}i2p(\dimexpr9cm-2em\relax)|]
    \NC
        \startlinenumbering
            \dorecurse{10}{\input ward \par}
        \stoplinenumbering
    \NC
        \dorecurse{3}{\input tufte \par}
    \NC \NR
\stoptabulate

\disabledirectives[tabulate.linenumbers]

\starttabulate[|p(7cm)|A{verytolerant}i2p(\dimexpr9cm-2em\relax)|]
    \NC
        \startlinenumbering
            \dorecurse{10}{\input ward \par}
        \stoplinenumbering
    \NC
        \dorecurse{3}{\input tufte \par}
    \NC \NR
\stoptabulate

\stoptext

I'm not sure why there is no key / value interface ... probably because I made it one for someone as fast hack.

Hans



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to