ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Teletype in tabulate
@ 2017-04-20 14:53 Willi Egger
  2017-04-20 15:17 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Willi Egger @ 2017-04-20 14:53 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hi all,

I have the context version 2017.04.16 12:32.

Now I detect that here the tabulate environment throws an error when using the T key for teletype in the preamble.

I am stuck…

/Users/willi/Documents/TEXdata/lezingenMAPSNTG/Bachotex2017/test.tex: ! Missing number, treated as zero

<to be read again> 
\unskip 
\tabl_tabulate_column_normal #1->\unskip 
                                         \aligntab \ifconditional \c_tabl_ta...
\tabl_tabulate_insert_body ...NC \paperheight \NC 
                                                  29.000cm \NC \NR 
\tabl_tabulate_insert_content ...late_insert_body 
                                                  \tabl_tabulate_insert_foot...
\tabl_tabulate_process ...tabulate_insert_content 
                                                  \crcr }}\anch_backgrounds_...
l.14 \stoptabulate


\starttext
\starttabulate[|lT|r|]
	\NC \paperheight \NC 29.000cm \NC\NR
\stoptabulate

\stoptext


Kind regards

Willi
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Teletype in tabulate
  2017-04-20 14:53 Teletype in tabulate Willi Egger
@ 2017-04-20 15:17 ` Hans Hagen
  2017-04-20 15:20   ` Willi Egger
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2017-04-20 15:17 UTC (permalink / raw)
  To: ntg-context

On 4/20/2017 4:53 PM, Willi Egger wrote:
> Hi all,
>
> I have the context version 2017.04.16 12:32.
>
> Now I detect that here the tabulate environment throws an error when using the T key for teletype in the preamble.
>
> I am stuck…
>
> /Users/willi/Documents/TEXdata/lezingenMAPSNTG/Bachotex2017/test.tex: ! Missing number, treated as zero
>
> <to be read again>
> \unskip
> \tabl_tabulate_column_normal #1->\unskip
>                                          \aligntab \ifconditional \c_tabl_ta...
> \tabl_tabulate_insert_body ...NC \paperheight \NC
>                                                   29.000cm \NC \NR
> \tabl_tabulate_insert_content ...late_insert_body
>                                                   \tabl_tabulate_insert_foot...
> \tabl_tabulate_process ...tabulate_insert_content
>                                                   \crcr }}\anch_backgrounds_...
> l.14 \stoptabulate
>
>
> \starttext
> \starttabulate[|lT|r|]
> 	\NC \paperheight \NC 29.000cm \NC\NR
> \stoptabulate
>
> \stoptext

because T is not \type

  	\NC \type{\paperheight} \NC 29.000cm \NC\NR

or

  	\NC \string\paperheight \NC 29.000cm \NC\NR

-----------------------------------------------------------------
                                           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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Teletype in tabulate
  2017-04-20 15:17 ` Hans Hagen
@ 2017-04-20 15:20   ` Willi Egger
  0 siblings, 0 replies; 3+ messages in thread
From: Willi Egger @ 2017-04-20 15:20 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Ah, stupid me, should have known that. Thank you Hans!

Willi
> On 20 Apr 2017, at 17:17, Hans Hagen <pragma@wxs.nl> wrote:
> 
> On 4/20/2017 4:53 PM, Willi Egger wrote:
>> Hi all,
>> 
>> I have the context version 2017.04.16 12:32.
>> 
>> Now I detect that here the tabulate environment throws an error when using the T key for teletype in the preamble.
>> 
>> I am stuck…
>> 
>> /Users/willi/Documents/TEXdata/lezingenMAPSNTG/Bachotex2017/test.tex: ! Missing number, treated as zero
>> 
>> <to be read again>
>> \unskip
>> \tabl_tabulate_column_normal #1->\unskip
>>                                         \aligntab \ifconditional \c_tabl_ta...
>> \tabl_tabulate_insert_body ...NC \paperheight \NC
>>                                                  29.000cm \NC \NR
>> \tabl_tabulate_insert_content ...late_insert_body
>>                                                  \tabl_tabulate_insert_foot...
>> \tabl_tabulate_process ...tabulate_insert_content
>>                                                  \crcr }}\anch_backgrounds_...
>> l.14 \stoptabulate
>> 
>> 
>> \starttext
>> \starttabulate[|lT|r|]
>> 	\NC \paperheight \NC 29.000cm \NC\NR
>> \stoptabulate
>> 
>> \stoptext
> 
> because T is not \type
> 
> 	\NC \type{\paperheight} \NC 29.000cm \NC\NR
> 
> or
> 
> 	\NC \string\paperheight \NC 29.000cm \NC\NR
> 
> -----------------------------------------------------------------
>                                          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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-20 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-20 14:53 Teletype in tabulate Willi Egger
2017-04-20 15:17 ` Hans Hagen
2017-04-20 15:20   ` Willi Egger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).