Re: [NTG-context] howto \getbuffer inside of \startTEX ... \stopTEX

2005-04-04 Thread VnPenguin
On Apr 3, 2005 9:32 PM, h h extern <[EMAIL PROTECTED]> wrote:
> 
> just \typebuffer as in:
> 
> \setupcolors[state=start] \setuptyping[option=TEX]
> 
> \starttext
> 
> \startbuffer
> \bTABLE
> \bTR
>\bTH title1 \eTH
>\bTH title2 \eTH
> \eTR
> \bTR
>\bTD data1 \eTD
>\bTD data2 \eTD
> \eTR
> \eTABLE
> \stopbuffer
> 
> \typebuffer
> 
> \getbuffer
> 
> \stoptext
> 
Oh, works well.
Thank you a lot,
Regards,
Q.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] howto \getbuffer inside of \startTEX ... \stopTEX

2005-04-03 Thread h h extern
VnPenguin wrote:
Hi all,
I have a following code:
--
\startbuffer
\bTABLE
\bTR
  \bTH title1 \eTH
  \bTH title2 \eTH
\eTR
\bTR
  \bTD data1 \eTD
  \bTD data2 \eTD
\eTR
\eTABLE
\stopbuffer
\startTEX
\getbuffer
\stopTEX
\getbuffer
--
But I got exactly the line "\getbuffer" in \startTEX ... \stopTEX
instead of its content.
How to get buffer in this case please.
just \typebuffer as in:
\setupcolors[state=start] \setuptyping[option=TEX]
\starttext
\startbuffer
\bTABLE
\bTR
  \bTH title1 \eTH
  \bTH title2 \eTH
\eTR
\bTR
  \bTD data1 \eTD
  \bTD data2 \eTD
\eTR
\eTABLE
\stopbuffer
\typebuffer
\getbuffer
\stoptext
-
  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
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] howto \getbuffer inside of \startTEX ... \stopTEX

2005-04-03 Thread VnPenguin
Hi all,
I have a following code:
--
\startbuffer
\bTABLE
\bTR
  \bTH title1 \eTH
  \bTH title2 \eTH
\eTR
\bTR
  \bTD data1 \eTD
  \bTD data2 \eTD
\eTR
\eTABLE
\stopbuffer

\startTEX
\getbuffer
\stopTEX

\getbuffer
--
But I got exactly the line "\getbuffer" in \startTEX ... \stopTEX
instead of its content.
How to get buffer in this case please.

Thank you,
Q.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context