[NTG-context] Line numbers and tabulate cells in Mark IV

2013-11-28 Thread Adam Khan
The lines of a tabulate cell may be numbered with code like the following under 
Mark II, but not under Mark IV.

\starttabulate[|p|p|]
\NC
\input knuth
\NC
\startlinenumbering
\input knuth
\stoplinenumbering
\NC\NR
\stoptabulate

How may the lines of a tabulate cell be numbered under Mark IV?

Sincerely yours,
Adam Khan

___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Line numbers and tabulate cells in Mark IV

2013-11-28 Thread Hans Hagen

On 11/27/2013 5:42 PM, Adam Khan wrote:

The lines of a tabulate cell may be numbered with code like the following under 
Mark II, but not under Mark IV.

\starttabulate[|p|p|]
\NC
\input knuth
\NC
\startlinenumbering
\input knuth
\stoplinenumbering
\NC\NR
\stoptabulate

How may the lines of a tabulate cell be numbered under Mark IV?


in your case:

\startmixedcolumns
\startlinenumbering
\input knuth
\stoplinenumbering
\column
\startlinenumbering
\input knuth
\stoplinenumbering
\stopmixedcolumns

as it looks like currently tabulate has no numbered line support.

Hans

-
  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
-
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___