ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Table bug in MkIV?
@ 2011-11-07  2:17 Idris Samawi Hamid ادريس   سماوي حامد
  2011-11-07  7:09 ` Wolfgang Schuster
  2011-11-07  8:14 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2011-11-07  2:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear gang,

It seems that \starttable has a bug in MkIV:

\starttext
   \starttable{|c|c|c|}
   \HL
   \VL Test \VL  Test  \VL Test \VL\FR
   \stoptable
\stoptext

This is LuaTeX, Version beta-0.71.0-2011071409 (rev 4332)
  \write18 enabled.
(placetable.tex

ConTeXt  ver: 2011.11.05 01:19 MKIV  fmt: 2011.11.6  int: english/english

:

! Undefined control sequence.

system          > tex > error on line 3 in file placetable.tex: Undefined  
control sequence ...

1     \starttext
2       \starttable{|c|c|c|}
3 >>    \HL
4       \VL Test \VL  Test  \VL Test \VL\FR
5       \stoptable
6     \stoptext
7

l.3   \HL

?

Works in mkii (this is part of my ongoing work to port my huge mkii  
project to MkIV).

Please advise!

Best wishes
Idris
-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shīʿī Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Table bug in MkIV?
  2011-11-07  2:17 Table bug in MkIV? Idris Samawi Hamid ادريس   سماوي حامد
@ 2011-11-07  7:09 ` Wolfgang Schuster
  2011-11-07 13:24   ` Idris Samawi Hamid ادريس   سماوي حامد
  2011-11-07  8:14 ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-11-07  7:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.11.2011 um 03:17 schrieb Idris Samawi Hamid ادريس سماوي حامد:

> Dear gang,
> 
> It seems that \starttable has a bug in MkIV:
> 
> \starttext
>  \starttable{|c|c|c|}

Use bracket for the argument and not braces: “[|c|c|c|]”.

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

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

* Re: Table bug in MkIV?
  2011-11-07  2:17 Table bug in MkIV? Idris Samawi Hamid ادريس   سماوي حامد
  2011-11-07  7:09 ` Wolfgang Schuster
@ 2011-11-07  8:14 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-11-07  8:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users
  Cc: Idris Samawi Hamid ادريس
	سماوي حامد

On 7-11-2011 03:17, Idris Samawi Hamid ادريس   سماوي حامد wrote:
> Dear gang,
>
> It seems that \starttable has a bug in MkIV:
>
> \starttext
> \starttable{|c|c|c|}

              [       ]

> \HL
> \VL Test \VL Test \VL Test \VL\FR
> \stoptable
> \stoptext


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

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

* Re: Table bug in MkIV?
  2011-11-07  7:09 ` Wolfgang Schuster
@ 2011-11-07 13:24   ` Idris Samawi Hamid ادريس   سماوي حامد
  2011-11-07 13:32     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Idris Samawi Hamid ادريس   سماوي حامد @ 2011-11-07 13:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

On Mon, 07 Nov 2011 00:09:00 -0700, Wolfgang Schuster  
<schuster.wolfgang@googlemail.com> wrote:

> Am 07.11.2011 um 03:17 schrieb Idris Samawi Hamid ادريس سماوي حامد:

>> It seems that \starttable has a bug in MkIV:
>>
>> \starttext
>>  \starttable{|c|c|c|}
>
> Use bracket for the argument and not braces: “[|c|c|c|]”.

On Mon, 07 Nov 2011 01:14:39 -0700, Hans Hagen <pragma@wxs.nl> wrote:

>> \starttext
>> \starttable{|c|c|c|}
>
>               [       ]

Ok, thanks guys. One question though: Why does the error give me an  
undefined control sequence? This sent me down dead ends as I tried to  
figure out what was wrong in the main project...

Thnx again and

Best wishes
Idris
-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shīʿī Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Table bug in MkIV?
  2011-11-07 13:24   ` Idris Samawi Hamid ادريس   سماوي حامد
@ 2011-11-07 13:32     ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2011-11-07 13:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 07.11.2011 um 14:24 schrieb Idris Samawi Hamid ادريس سماوي حامد:

> On Mon, 07 Nov 2011 00:09:00 -0700, Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:
> 
>> Am 07.11.2011 um 03:17 schrieb Idris Samawi Hamid ادريس سماوي حامد:
> 
>>> It seems that \starttable has a bug in MkIV:
>>> 
>>> \starttext
>>> \starttable{|c|c|c|}
>> 
>> Use bracket for the argument and not braces: “[|c|c|c|]”.
> 
> On Mon, 07 Nov 2011 01:14:39 -0700, Hans Hagen <pragma@wxs.nl> wrote:
> 
>>> \starttext
>>> \starttable{|c|c|c|}
>> 
>>              [       ]
> 
> Ok, thanks guys. One question though: Why does the error give me an undefined control sequence? This sent me down dead ends as I tried to figure out what was wrong in the main project…

\HL is only a valid command in the table environment in your example the command was seen by TeX (when \starttable was looking for the column alignment) before it was defined.

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

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

end of thread, other threads:[~2011-11-07 13:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-07  2:17 Table bug in MkIV? Idris Samawi Hamid ادريس   سماوي حامد
2011-11-07  7:09 ` Wolfgang Schuster
2011-11-07 13:24   ` Idris Samawi Hamid ادريس   سماوي حامد
2011-11-07 13:32     ` Wolfgang Schuster
2011-11-07  8:14 ` Hans Hagen

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).