From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26374 Path: news.gmane.org!not-for-mail From: "Randall Skelton" Newsgroups: gmane.comp.tex.context Subject: Re: Multi-page tables Date: Thu, 16 Mar 2006 20:27:56 -0500 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0319067152==" X-Trace: sea.gmane.org 1142558897 25621 80.91.229.2 (17 Mar 2006 01:28:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Mar 2006 01:28:17 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 17 02:28:15 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FK3l9-00044Q-G5 for gctc-ntg-context-518@m.gmane.org; Fri, 17 Mar 2006 02:28:07 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B304412797; Fri, 17 Mar 2006 02:28:06 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29689-05; Fri, 17 Mar 2006 02:28:01 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8415C1278B; Fri, 17 Mar 2006 02:28:01 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 415D01278B for ; Fri, 17 Mar 2006 02:27:59 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29822-02 for ; Fri, 17 Mar 2006 02:27:57 +0100 (CET) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.206]) by ronja.ntg.nl (Postfix) with SMTP id 655D012775 for ; Fri, 17 Mar 2006 02:27:57 +0100 (CET) Original-Received: by nproxy.gmail.com with SMTP id x30so346502nfb for ; Thu, 16 Mar 2006 17:27:57 -0800 (PST) Original-Received: by 10.49.87.19 with SMTP id p19mr1127408nfl; Thu, 16 Mar 2006 17:27:56 -0800 (PST) Original-Received: by 10.49.63.12 with HTTP; Thu, 16 Mar 2006 17:27:56 -0800 (PST) Original-To: "mailing list for ConTeXt users" In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26374 Archived-At: --===============0319067152== Content-Type: multipart/alternative; boundary="----=_Part_41_15835925.1142558876778" ------=_Part_41_15835925.1142558876778 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Just curious if anyone has any suggestions on the request below. I've searched the list archives and found similar questions but, unfortunately, no answers. The tables are going in an appendix of work and generally span 5-10 pages... clever (or ugly) hacks greatly appreciated! Cheers, Randall On 3/8/06, Randall Skelton wrote: > > Hi all, > > I'm having a bit of trouble getting multiple page tables to work when > also using \placetable for captions. Essentially, I want: > (1) Captions and the ability to reference with \in[]. > (2) Alignment within a cell at a decimal point. > (3) Span multiple pages with header/footer. > > I think I would prefer to use the standard 'TABLES' method but it > looks like item 2 is only supported in natural tables? > > Below are two examples. I don't get page breaks in either case and > the table runs off the bottom of pages 2 and 3. > > Thanks, > Randall > > \definepapersize > [width=3D8.5in, > height=3D11in] > > \setupcaption[table] > [location=3Dtop] > > \starttext > > \section{Testing} > This is a table test. > > \placetable[page][tbl:sample] > {Sample table caption goes here} > {\start > \switchtobodyfont[small] > \starttablehead > \HL > \VL command \NC meaning \NC $\lambda$ (deg.) \VL\SR > \HL > \stoptablehead > \starttabletail > \HL > \stoptabletail > \starttables[|c|l|c|] > \VL \tex{NC} \NC next column \NC 1.15 \VL\FR > \VL \tex{HL} \NC horizontal line \NC 10.20 \VL\MR > \VL \tex{VL} \NC vertical line \NC -14.30 \VL\MR > \VL \tex{NR} \NC next row \NC -100.00 \VL\MR > \VL \tex{SR} \NC single row \NC 2.35 \VL\MR > \VL \tex{FR} \NC first row \NC 159.00 \VL\MR > \VL \tex{MR} \NC middle row \NC -1.00 \VL\MR > \VL \tex{LR} \NC last row \NC nr \VL\MR > \VL \tex{NC} \NC next column \NC 1.15 \VL\MR > \VL \tex{HL} \NC horizontal line \NC 10.20 \VL\MR > \VL \tex{VL} \NC vertical line \NC -14.30 \VL\MR > \VL \tex{NR} \NC next row \NC -100.00 \VL\MR > \VL \tex{SR} \NC single row \NC 2.35 \VL\MR > \VL \tex{FR} \NC first row \NC 159.00 \VL\MR > \VL \tex{MR} \NC middle row \NC -1.00 \VL\MR > \VL \tex{LR} \NC last row \NC nr \VL\MR > \VL \tex{NC} \NC next column \NC 1.15 \VL\MR > \VL \tex{HL} \NC horizontal line \NC 10.20 \VL\MR > \VL \tex{VL} \NC vertical line \NC -14.30 \VL\MR > \VL \tex{NR} \NC next row \NC -100.00 \VL\MR > \VL \tex{SR} \NC single row \NC 2.35 \VL\MR > \VL \tex{FR} \NC first row \NC 159.00 \VL\MR > \VL \tex{MR} \NC middle row \NC -1.00 \VL\MR > \VL \tex{LR} \NC last row \NC nr \VL\MR > \VL \tex{NC} \NC next column \NC 1.15 \VL\MR > \VL \tex{HL} \NC horizontal line \NC 10.20 \VL\MR > \VL \tex{VL} \NC vertical line \NC -14.30 \VL\MR > \VL \tex{NR} \NC next row \NC -100.00 \VL\MR > \VL \tex{SR} \NC single row \NC 2.35 \VL\MR > \VL \tex{FR} \NC first row \NC 159.00 \VL\MR > \VL \tex{MR} \NC middle row \NC -1.00 \VL\MR > \VL \tex{LR} \NC last row \NC nr \VL\MR > \VL \tex{NC} \NC next column \NC 1.15 \VL\MR > \VL \tex{HL} \NC horizontal line \NC 10.20 \VL\MR > \VL \tex{VL} \NC vertical line \NC -14.30 \VL\MR > \VL \tex{NR} \NC next row \NC -100.00 \VL\MR > \VL \tex{SR} \NC single row \NC 2.35 \VL\MR > \VL \tex{FR} \NC first row \NC 159.00 \VL\MR > \VL \tex{MR} \NC middle row \NC -1.00 \VL\MR > \VL \tex{LR} \NC last row \NC nr \VL\MR > \VL \tex{NC} \NC next column \NC 1.15 \VL\MR > \VL \tex{HL} \NC horizontal line \NC 10.20 \VL\MR > \VL \tex{VL} \NC vertical line \NC -14.30 \VL\MR > \VL \tex{NR} \NC next row \NC -100.00 \VL\MR > \VL \tex{SR} \NC single row \NC 2.35 \VL\MR > \VL \tex{FR} \NC first row \NC 159.00 \VL\MR > \VL \tex{MR} \NC middle row \NC -1.00 \VL\MR > \VL \tex{LR} \NC last row \NC nr \VL\LR > \stoptables > \stop} > > \section{Natural Testing} > This is a natural table test. > > \placetable[page][tbl:naturalSample] > {Sample table caption goes here} > {\start > \switchtobodyfont[small] > \bTABLE[split=3Drepeat, > splitmethod=3Da] > % Outside border > \setupTABLE[frame=3Doff] > \setupTABLE[column][first][leftframe=3Don] > \setupTABLE[column][last][rightframe=3Don] > \setupTABLE[row][first][topframe=3Don] > \setupTABLE[row][last][bottomframe=3Don] > % Heading line bottom rule > \setupTABLE[row][first][bottomframe=3Don] > % Alignment > \setupTABLE[column][1][width=3D2.5cm,align=3Dmiddle] > \setupTABLE[column][2][width=3D2.5cm,align=3Dright] > \setupTABLE[column][3][width=3D2.5cm > ,alignmentcharacter=3D{.},aligncharacter=3Dyes,align=3Dmiddle] > % Header > \bTABLEhead > \bTR\bTD command \eTD\bTD meaning \eTD\bTD $\lambda$ (deg.) > \eTD\eTR > \eTABLEhead > % Body > \bTABLEbody > \bTR\bTD \tex{NC} \eTD\bTD next column \eTD\bTD 1.15\eT= D\eTR > \bTR\bTD \tex{HL} \eTD\bTD horizontal line \eTD\bTD 10.20\eT= D\eTR > \bTR\bTD \tex{VL} \eTD\bTD vertical line \eTD\bTD -14.30\eT= D\eTR > \bTR\bTD \tex{NR} \eTD\bTD next row \eTD\bTD -100.00\eT= D\eTR > \bTR\bTD \tex{SR} \eTD\bTD single row \eTD\bTD 2.35\eT= D\eTR > \bTR\bTD \tex{FR} \eTD\bTD first row \eTD\bTD 159.00\eT= D\eTR > \bTR\bTD \tex{MR} \eTD\bTD middle row \eTD\bTD -1.00\eT= D\eTR > \bTR\bTD \tex{LR} \eTD\bTD last row \eTD\bTD nr > \eTD\eTR > \bTR\bTD \tex{NC} \eTD\bTD next column \eTD\bTD 1.15\eT= D\eTR > \bTR\bTD \tex{HL} \eTD\bTD horizontal line \eTD\bTD 10.20\eT= D\eTR > \bTR\bTD \tex{VL} \eTD\bTD vertical line \eTD\bTD -14.30\eT= D\eTR > \bTR\bTD \tex{NR} \eTD\bTD next row \eTD\bTD -100.00\eT= D\eTR > \bTR\bTD \tex{SR} \eTD\bTD single row \eTD\bTD 2.35\eT= D\eTR > \bTR\bTD \tex{FR} \eTD\bTD first row \eTD\bTD 159.00\eT= D\eTR > \bTR\bTD \tex{MR} \eTD\bTD middle row \eTD\bTD -1.00\eT= D\eTR > \bTR\bTD \tex{LR} \eTD\bTD last row \eTD\bTD nr > \eTD\eTR > \bTR\bTD \tex{NC} \eTD\bTD next column \eTD\bTD 1.15\eT= D\eTR > \bTR\bTD \tex{HL} \eTD\bTD horizontal line \eTD\bTD 10.20\eT= D\eTR > \bTR\bTD \tex{VL} \eTD\bTD vertical line \eTD\bTD -14.30\eT= D\eTR > \bTR\bTD \tex{NR} \eTD\bTD next row \eTD\bTD -100.00\eT= D\eTR > \bTR\bTD \tex{SR} \eTD\bTD single row \eTD\bTD 2.35\eT= D\eTR > \bTR\bTD \tex{FR} \eTD\bTD first row \eTD\bTD 159.00\eT= D\eTR > \bTR\bTD \tex{MR} \eTD\bTD middle row \eTD\bTD -1.00\eT= D\eTR > \bTR\bTD \tex{LR} \eTD\bTD last row \eTD\bTD nr > \eTD\eTR > \bTR\bTD \tex{NC} \eTD\bTD next column \eTD\bTD 1.15\eT= D\eTR > \bTR\bTD \tex{HL} \eTD\bTD horizontal line \eTD\bTD 10.20\eT= D\eTR > \bTR\bTD \tex{VL} \eTD\bTD vertical line \eTD\bTD -14.30\eT= D\eTR > \bTR\bTD \tex{NR} \eTD\bTD next row \eTD\bTD -100.00\eT= D\eTR > \bTR\bTD \tex{SR} \eTD\bTD single row \eTD\bTD 2.35\eT= D\eTR > \bTR\bTD \tex{FR} \eTD\bTD first row \eTD\bTD 159.00\eT= D\eTR > \bTR\bTD \tex{MR} \eTD\bTD middle row \eTD\bTD -1.00\eT= D\eTR > \bTR\bTD \tex{LR} \eTD\bTD last row \eTD\bTD nr > \eTD\eTR > \bTR\bTD \tex{NC} \eTD\bTD next column \eTD\bTD 1.15\eT= D\eTR > \bTR\bTD \tex{HL} \eTD\bTD horizontal line \eTD\bTD 10.20\eT= D\eTR > \bTR\bTD \tex{VL} \eTD\bTD vertical line \eTD\bTD -14.30\eT= D\eTR > \bTR\bTD \tex{NR} \eTD\bTD next row \eTD\bTD -100.00\eT= D\eTR > \bTR\bTD \tex{SR} \eTD\bTD single row \eTD\bTD 2.35\eT= D\eTR > \bTR\bTD \tex{FR} \eTD\bTD first row \eTD\bTD 159.00\eT= D\eTR > \bTR\bTD \tex{MR} \eTD\bTD middle row \eTD\bTD -1.00\eT= D\eTR > \bTR\bTD \tex{LR} \eTD\bTD last row \eTD\bTD nr > \eTD\eTR > \bTR\bTD \tex{NC} \eTD\bTD next column \eTD\bTD 1.15\eT= D\eTR > \bTR\bTD \tex{HL} \eTD\bTD horizontal line \eTD\bTD 10.20\eT= D\eTR > \bTR\bTD \tex{VL} \eTD\bTD vertical line \eTD\bTD -14.30\eT= D\eTR > \bTR\bTD \tex{NR} \eTD\bTD next row \eTD\bTD -100.00\eT= D\eTR > \bTR\bTD \tex{SR} \eTD\bTD single row \eTD\bTD 2.35\eT= D\eTR > \bTR\bTD \tex{FR} \eTD\bTD first row \eTD\bTD 159.00\eT= D\eTR > \bTR\bTD \tex{MR} \eTD\bTD middle row \eTD\bTD -1.00\eT= D\eTR > \bTR\bTD \tex{LR} \eTD\bTD last row \eTD\bTD nr > \eTD\eTR > \eTABLEbody > \eTABLE > \stop} > > \stoptext > ------=_Part_41_15835925.1142558876778 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Just curious if anyone has any suggestions on the request below.  I've= searched the list archives and found similar questions but, unfortunately,= no answers.  The tables are going in an appendix of work and generall= y span 5-10 pages... clever (or ugly) hacks greatly appreciated!

Cheers,
Randall

On 3/8/0= 6, Randall Skelton <randall.skelton@gmail.com> wrote:<= blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 2= 04, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi all,

I'm having a bit of trouble getting multiple page tables to = work when
also using \placetable for captions.  Essentially, I= want:
  (1) Captions and the ability to reference with \in[].=
  (2) Alignment within a cell at a decimal point.
  (3) Span multiple pages with header/footer.

I think = I would prefer to use the standard 'TABLES' method but it
looks like ite= m 2 is only supported in natural tables?

Below are two examples.&nbs= p; I don't get page breaks in either case and
the table runs off the bottom of pages 2 and 3.

Thanks,
Randa= ll

\definepapersize
  [width=3D8.5in,
   h= eight=3D11in]

\setupcaption[table]
  [location=3Dtop]
\starttext

\section{Testing}
This is a table test.

\placetable[page][tbl:sample]
 &nb= sp;{Sample table caption goes here}
  {\start
   = \switchtobodyfont[small]
   \starttablehead
   \H= L
   \VL command  \NC meaning  \NC $\lambd= a$ (deg.) \VL\SR
   \HL
   \stoptablehead
   \startt= abletail
   \HL
   \stoptabletail
  = \starttables[|c|l|c|]
   \VL \tex{NC}    = \NC next column     \NC    1.15 \VL= \FR
   \VL \tex{HL}    \NC horizontal line= \NC  =20 10.20 \VL\MR
   \VL \tex{VL}    \NC vertic= al line   \NC  -14.30 \VL\MR
   \VL \tex{N= R}    \NC next row      &= nbsp; \NC -100.00 \VL\MR
   \VL \tex{SR}   = ; \NC single row      \NC  &nb= sp; 2.35 \VL\MR
   \VL \tex{FR}    \N= C first row       \NC   159.00 \VL\MR
   \VL \tex{MR}    \NC middl= e row      \NC   -1.00 \VL\MR
&n= bsp;  \VL \tex{LR}    \NC last row  &nbs= p;     \NC    nr   \= VL\MR
   \VL \tex{NC}    \NC next column&n= bsp;    \NC    1.15 \VL\MR
 &nbs= p; \VL \tex{HL}    \NC horizontal line \NC  = =20 10.20 \VL\MR
   \VL \tex{VL}    \NC vertic= al line   \NC  -14.30 \VL\MR
   \VL \tex{N= R}    \NC next row      &= nbsp; \NC -100.00 \VL\MR
   \VL \tex{SR}   = ; \NC single row      \NC  &nb= sp; 2.35 \VL\MR
   \VL \tex{FR}    \N= C first row       \NC   159.00 \VL\MR
   \VL \tex{MR}    \NC middl= e row      \NC   -1.00 \VL\MR
&n= bsp;  \VL \tex{LR}    \NC last row  &nbs= p;     \NC    nr   \= VL\MR
   \VL \tex{NC}    \NC next column&n= bsp;    \NC    1.15 \VL\MR
 &nbs= p; \VL \tex{HL}    \NC horizontal line \NC  = =20 10.20 \VL\MR
   \VL \tex{VL}    \NC vertic= al line   \NC  -14.30 \VL\MR
   \VL \tex{N= R}    \NC next row      &= nbsp; \NC -100.00 \VL\MR
   \VL \tex{SR}   = ; \NC single row      \NC  &nb= sp; 2.35 \VL\MR
   \VL \tex{FR}    \N= C first row       \NC   159.00 \VL\MR
   \VL \tex{MR}    \NC middl= e row      \NC   -1.00 \VL\MR
&n= bsp;  \VL \tex{LR}    \NC last row  &nbs= p;     \NC    nr   \= VL\MR
   \VL \tex{NC}    \NC next column&n= bsp;    \NC    1.15 \VL\MR
 &nbs= p; \VL \tex{HL}    \NC horizontal line \NC  = =20 10.20 \VL\MR
   \VL \tex{VL}    \NC vertic= al line   \NC  -14.30 \VL\MR
   \VL \tex{N= R}    \NC next row      &= nbsp; \NC -100.00 \VL\MR
   \VL \tex{SR}   = ; \NC single row      \NC  &nb= sp; 2.35 \VL\MR
   \VL \tex{FR}    \N= C first row       \NC   159.00 \VL\MR
   \VL \tex{MR}    \NC middl= e row      \NC   -1.00 \VL\MR
&n= bsp;  \VL \tex{LR}    \NC last row  &nbs= p;     \NC    nr   \= VL\MR
   \VL \tex{NC}    \NC next column&n= bsp;    \NC    1.15 \VL\MR
 &nbs= p; \VL \tex{HL}    \NC horizontal line \NC  = =20 10.20 \VL\MR
   \VL \tex{VL}    \NC vertic= al line   \NC  -14.30 \VL\MR
   \VL \tex{N= R}    \NC next row      &= nbsp; \NC -100.00 \VL\MR
   \VL \tex{SR}   = ; \NC single row      \NC  &nb= sp; 2.35 \VL\MR
   \VL \tex{FR}    \N= C first row       \NC   159.00 \VL\MR
   \VL \tex{MR}    \NC middl= e row      \NC   -1.00 \VL\MR
&n= bsp;  \VL \tex{LR}    \NC last row  &nbs= p;     \NC    nr   \= VL\MR
   \VL \tex{NC}    \NC next column&n= bsp;    \NC    1.15 \VL\MR
 &nbs= p; \VL \tex{HL}    \NC horizontal line \NC  = =20 10.20 \VL\MR
   \VL \tex{VL}    \NC vertic= al line   \NC  -14.30 \VL\MR
   \VL \tex{N= R}    \NC next row      &= nbsp; \NC -100.00 \VL\MR
   \VL \tex{SR}   = ; \NC single row      \NC  &nb= sp; 2.35 \VL\MR
   \VL \tex{FR}    \N= C first row       \NC   159.00 \VL\MR
   \VL \tex{MR}    \NC middl= e row      \NC   -1.00 \VL\MR
&n= bsp;  \VL \tex{LR}    \NC last row  &nbs= p;     \NC    nr   \= VL\LR
   \stoptables
   \stop}

\section{Na= tural Testing}
This is a natural table test.

\placetable[page][tbl:naturalSample]
  {Sample table c= aption goes here}
  {\start
   \switchtobodyfont[= small]
   \bTABLE[split=3Drepeat,
    &= nbsp;      splitmethod=3Da]
   &= nbsp;  % Outside border
      \s= etupTABLE[frame=3Doff]
      \setupTABLE[column][first][leftfram= e=3Don]
      \setupTABLE[column][last][ri= ghtframe=3Don]
      \setupTABLE[row][firs= t][topframe=3Don]
      \setupTABLE[row][l= ast][bottomframe=3Don]
      % Heading lin= e bottom rule
      \setupTABLE[row][first][bottomframe= =3Don]
      % Alignment
  &n= bsp;   \setupTABLE[column][1][width=3D2.5cm,align=3Dmiddle]<= br>      \setupTABLE[column][2][width=3D2.5cm= ,align=3Dright]
      \setupTABLE[column][= 3][width=3D 2.5cm,alignmentcharacter=3D{.},aligncharacter=3Dyes,align=3Dmiddle]
&nbs= p;     % Header
     &= nbsp;\bTABLEhead
        \bTR\bT= D command \eTD\bTD meaning \eTD\bTD $\lambda$ (deg.) \eTD\eTR
 &nbs= p;    \eTABLEhead
     &nbs= p;% Body
      \bTABLEbody
    =     \bTR\bTD \tex{NC}    \eTD\bTD n= ext column     \eTD\bTD    1.15 \eT= D\eTR
        \bTR\bTD \tex{HL}&= nbsp;   \eTD\bTD horizontal line \eTD\bTD   10.20 = \eTD\eTR
        \bTR\bTD \tex{V= L}    \eTD\bTD vertical line   \eTD\bTD =  - 14.30 \eTD\eTR
        \bTR\bTD = \tex{NR}    \eTD\bTD next row    &n= bsp;   \eTD\bTD -100.00 \eTD\eTR
    =     \bTR\bTD \tex{SR}    \eTD\bTD s= ingle row      \eTD\bTD   &nbs= p;2.35 \eTD\eTR
        \bTR\bTD= \tex{FR}    \eTD\bTD first row    =    \eTD\bTD   159.00 \eTD\eTR
        \bTR\bTD= \tex{MR}    \eTD\bTD middle row    = ;  \eTD\bTD   -1.00 \eTD\eTR
    = ;    \bTR\bTD \tex{LR}    \eTD\bTD = last row        \eTD\bTD  = ;  nr   \eTD\eTR
      = ;  \bTR\bTD \tex{NC}    \eTD\bTD next column&= nbsp;    \eTD\bTD     1.15 \eTD\eTR
        \bTR\bTD \= tex{HL}    \eTD\bTD horizontal line \eTD\bTD  = ; 10.20 \eTD\eTR
        \bTR\bT= D \tex{VL}    \eTD\bTD vertical line   \eTD\b= TD  -14.30 \eTD\eTR
       =  \bTR\bTD \tex{NR}    \eTD\bTD next row  = ;      \eTD\bTD - 100.00 \eTD\eTR
        \bTR\bTD= \tex{SR}    \eTD\bTD single row    = ;  \eTD\bTD    2.35 \eTD\eTR
  &= nbsp;     \bTR\bTD \tex{FR}    = ;\eTD\bTD first row       \eTD\bTD  = ;159.00 \eTD\eTR
        \bTR\bT= D \tex{MR}    \eTD\bTD middle row   &nbs= p;  \eTD\bTD   - 1.00 \eTD\eTR
        \bTR\bTD \= tex{LR}    \eTD\bTD last row    &nb= sp;   \eTD\bTD    nr   \eTD\eT= R
        \bTR\bTD \tex{NC} = ;   \eTD\bTD next column     \eTD\bTD&nb= sp;   1.15 \eTD\eTR
      &= nbsp; \bTR\bTD \tex{HL}    \eTD\bTD horizontal lin= e \eTD\bTD  =20 10.20 \eTD\eTR
        \bTR\bTD = \tex{VL}    \eTD\bTD vertical line   \eTD\bTD=   -14.30 \eTD\eTR
       &n= bsp;\bTR\bTD \tex{NR}    \eTD\bTD next row  &= nbsp;     \eTD\bTD -100.00 \eTD\eTR
  = ;      \bTR\bTD \tex{SR}   &nb= sp;\eTD\bTD single row      \eTD\bTD &nb= sp;   2.35 \eTD\eTR
        \bTR\bTD \= tex{FR}    \eTD\bTD first row    &n= bsp;  \eTD\bTD  159.00 \eTD\eTR
    &= nbsp;   \bTR\bTD \tex{MR}    \eTD\bTD mi= ddle row      \eTD\bTD   -1.00 \eTD= \eTR
        \bTR\bTD \tex{LR}&n= bsp;   \eTD\bTD last row      =   \eTD\bTD    nr   \eTD\eTR
        \bTR\bTD \tex{NC} =    \eTD\bTD next column     \eTD\bTD&nbs= p;   1.15 \eTD\eTR
      &n= bsp; \bTR\bTD \tex{HL}    \eTD\bTD horizontal line= \eTD\bTD   10.20 \eTD\eTR
      = ;  \bTR\bTD \tex{VL}    \eTD\bTD vertical lin= e   \eTD\bTD  - 14.30 \eTD\eTR
        \bTR\bTD = \tex{NR}    \eTD\bTD next row    &n= bsp;   \eTD\bTD -100.00 \eTD\eTR
    =     \bTR\bTD \tex{SR}    \eTD\bTD s= ingle row      \eTD\bTD   &nbs= p;2.35 \eTD\eTR
        \bTR\bTD= \tex{FR}    \eTD\bTD first row    =    \eTD\bTD   159.00 \eTD\eTR
        \bTR\bTD= \tex{MR}    \eTD\bTD middle row    = ;  \eTD\bTD   -1.00 \eTD\eTR
    = ;    \bTR\bTD \tex{LR}    \eTD\bTD = last row        \eTD\bTD  = ;  nr   \eTD\eTR
      = ;  \bTR\bTD \tex{NC}    \eTD\bTD next column&= nbsp;    \eTD\bTD     1.15 \eTD\eTR
        \bTR\bTD \= tex{HL}    \eTD\bTD horizontal line \eTD\bTD  = ; 10.20 \eTD\eTR
        \bTR\bT= D \tex{VL}    \eTD\bTD vertical line   \eTD\b= TD  -14.30 \eTD\eTR
       =  \bTR\bTD \tex{NR}    \eTD\bTD next row  = ;      \eTD\bTD - 100.00 \eTD\eTR
        \bTR\bTD= \tex{SR}    \eTD\bTD single row    = ;  \eTD\bTD    2.35 \eTD\eTR
  &= nbsp;     \bTR\bTD \tex{FR}    = ;\eTD\bTD first row       \eTD\bTD  = ;159.00 \eTD\eTR
        \bTR\bT= D \tex{MR}    \eTD\bTD middle row   &nbs= p;  \eTD\bTD   - 1.00 \eTD\eTR
        \bTR\bTD \= tex{LR}    \eTD\bTD last row    &nb= sp;   \eTD\bTD    nr   \eTD\eT= R
        \bTR\bTD \tex{NC} = ;   \eTD\bTD next column     \eTD\bTD&nb= sp;   1.15 \eTD\eTR
      &= nbsp; \bTR\bTD \tex{HL}    \eTD\bTD horizontal lin= e \eTD\bTD  =20 10.20 \eTD\eTR
        \bTR\bTD = \tex{VL}    \eTD\bTD vertical line   \eTD\bTD=   -14.30 \eTD\eTR
       &n= bsp;\bTR\bTD \tex{NR}    \eTD\bTD next row  &= nbsp;     \eTD\bTD -100.00 \eTD\eTR
  = ;      \bTR\bTD \tex{SR}   &nb= sp;\eTD\bTD single row      \eTD\bTD &nb= sp;   2.35 \eTD\eTR
        \bTR\bTD \= tex{FR}    \eTD\bTD first row    &n= bsp;  \eTD\bTD  159.00 \eTD\eTR
    &= nbsp;   \bTR\bTD \tex{MR}    \eTD\bTD mi= ddle row      \eTD\bTD   -1.00 \eTD= \eTR
        \bTR\bTD \tex{LR}&n= bsp;   \eTD\bTD last row      =   \eTD\bTD    nr   \eTD\eTR
      \eTABLEbody
   &n= bsp;\eTABLE
    \stop}

\stoptext

------=_Part_41_15835925.1142558876778-- --===============0319067152== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============0319067152==--