Re: [NTG-context] \placetable and \starttables ... \stoptables

2004-12-16 Thread Nikolai Weibull
* Hans Hagen <[EMAIL PROTECTED]> [Dec 16, 2004 10:30]:
> \splitfloat
>   [lines=3,conversion=greek]
>   {\placetable{Operators}}
>   {\starttablehead
>  \HL
>  \NC \bf Operator \NC \bf Matches \NC\SR
>  \HL
>  \stoptablehead
>  \starttabletail
>  \HL
>  \stoptabletail
>  \starttables[|l|lp(25em)|]
>  \dorecurse{50}{\NC . \NC anything \NC\AR}
>\stoptables}

Aha, OK.  Thank you very much.  I have never seen \splitfloat before.
nikolai

-- 
::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden:::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \placetable and \starttables ... \stoptables

2004-12-16 Thread Hans Hagen
Nikolai Weibull wrote:
\starttext
\placetable
  [][]
  {Operators}
  {\start
\starttablehead
\HL
\NC \bf Operator \NC \bf Matches \NC\SR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\starttables[|l|lp(25em)|]
\dorecurse{50}{\NC . \NC anything \NC\AR}
\stoptables\stop}
\stoptext
no need for this \start \stop
This doesn't split appropriately.  It works OK if one removes the
placetable, but that kind of counteracts the whole idea.  Am I doing
something wrong, or is this an issue with the tables code?
\splitfloat
  [lines=3,conversion=greek]
  {\placetable{Operators}}
  {\starttablehead
 \HL
 \NC \bf Operator \NC \bf Matches \NC\SR
 \HL
 \stoptablehead
 \starttabletail
 \HL
 \stoptabletail
 \starttables[|l|lp(25em)|]
 \dorecurse{50}{\NC . \NC anything \NC\AR}
   \stoptables}
or
\startbuffer
  \starttablehead
\HL
\NC \bf Operator \NC \bf Matches \NC\SR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\starttables[|l|lp(25em)|]
\dorecurse{50}{\NC . \NC anything \NC\AR}
  \stoptables
\stopbuffer
\splitfloat
  [lines=3,conversion=greek]
  {\placetable{Operators}}
  {\getbuffer}

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \placetable and \starttables ... \stoptables

2004-12-13 Thread Nikolai Weibull
\starttext
\placetable
  [][]
  {Operators}
  {\start
\starttablehead
\HL
\NC \bf Operator \NC \bf Matches \NC\SR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\starttables[|l|lp(25em)|]
\dorecurse{50}{\NC . \NC anything \NC\AR}
\stoptables\stop}
\stoptext

This doesn't split appropriately.  It works OK if one removes the
placetable, but that kind of counteracts the whole idea.  Am I doing
something wrong, or is this an issue with the tables code?
nikolai

-- 
::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka :::
::: born: Chicago, IL USA:: loc atm: Gothenburg, Sweden:::
::: page: www.pcppopper.org  :: fun atm: gf,lps,ruby,lisp,war3 :::
main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context