ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Misplaced \noalign
@ 2006-07-14 11:54 Peter Münster
  2006-07-14 12:59 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Münster @ 2006-07-14 11:54 UTC (permalink / raw)


Hello,
after update to version 2006.07.14, I get the following error:
! Misplaced \noalign.
\TABLEnoalign ->\noalign 
                         \bgroup \let \noalign \relax \let \next =
\insertTABLEtail ->\TABLEnoalign 
                                 {\global \settrue \preventTABLEbreak \globa...

\stoptable ->\insertTABLEtail 
                              \globalletempty \@@TABLEhead \globalletempty \...
l.4 \stoptable

with this example file:

\starttext
\starttable[|l|l|]
\NC bla\NC bla\NC\AR
\stoptable
\stoptext

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

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

* Re: Misplaced \noalign
  2006-07-14 11:54 Misplaced \noalign Peter Münster
@ 2006-07-14 12:59 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2006-07-14 12:59 UTC (permalink / raw)


� wrote:
> Hello,
> after update to version 2006.07.14, I get the following error:
> ! Misplaced \noalign.
> \TABLEnoalign ->\noalign 
>                          \bgroup \let \noalign \relax \let \next =
> \insertTABLEtail ->\TABLEnoalign 
>                                  {\global \settrue \preventTABLEbreak \globa...
>
> \stoptable ->\insertTABLEtail 
>                               \globalletempty \@@TABLEhead \globalletempty \...
> l.4 \stoptable
>
> with this example file:
>
> \starttext
> \starttable[|l|l|]
> \NC bla\NC bla\NC\AR
> \stoptable
> \stoptext
>   
\def\stoptable
  {\chuckTABLEautorow % before the tail
   \insertTABLEtail
   \TABLEnoalign{\globalletempty\@@TABLEhead}%
   \TABLEnoalign{\globalletempty\@@TABLEtail}%
   \finishTABLE
   \doifelsenothing\@@tiframe
     {\ifinsidefloat\else
        \stopbaselinecorrection
        \goodbreak % compensates all the nobreaks
      \fi}
     \stopframedcontent
   \egroup}

put this in cont-new.tex 

Hans 

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

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

end of thread, other threads:[~2006-07-14 12:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-14 11:54 Misplaced \noalign Peter Münster
2006-07-14 12:59 ` 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).