ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \noalign?
@ 2005-09-30 19:04 Christopher Creutzig
  2005-10-02 14:38 ` \noalign? Peter Rolf
  2005-10-02 21:39 ` \noalign? Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher Creutzig @ 2005-09-30 19:04 UTC (permalink / raw)


Salvete,

 which tables allow using \noalign and in what places?

 E.g., the first of these works, but I'd also like to be allowed the
second one (ignore what \pause does for the moment ...):

\starttable[|c|c|c|]
\HL
\NC one \NC two \NC three \NC\AR
\HL\noalign{\pause}%
\NC one \NC two \NC three \NC\AR
\noalign{\pause}\HL
\stoptable

 I assume this has to do with trial typesetting or something like this,
but what should I type instead?

regards,
Christopher

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

* Re: \noalign?
  2005-09-30 19:04 \noalign? Christopher Creutzig
@ 2005-10-02 14:38 ` Peter Rolf
  2005-10-02 17:47   ` \noalign? Christopher Creutzig
  2005-10-02 21:39 ` \noalign? Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Rolf @ 2005-10-02 14:38 UTC (permalink / raw)


Christopher Creutzig wrote:
> Salvete,
> 
>  which tables allow using \noalign and in what places?
> 
>  E.g., the first of these works, but I'd also like to be allowed the
> second one (ignore what \pause does for the moment ...):
> 
> \starttable[|c|c|c|]
> \HL
> \NC one \NC two \NC three \NC\AR
> \HL\noalign{\pause}%
> \NC one \NC two \NC three \NC\AR
> \noalign{\pause}\HL
> \stoptable
> 
>  I assume this has to do with trial typesetting or something like this,
> but what should I type instead?
>
how about

\TABLEnoalign (see core-tab.tex for defintion)
without any guarantees :)

Servus,

Peter

> regards,
> Christopher
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
> 

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

* Re: \noalign?
  2005-10-02 14:38 ` \noalign? Peter Rolf
@ 2005-10-02 17:47   ` Christopher Creutzig
  2005-10-02 23:13     ` \noalign? Peter Rolf
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher Creutzig @ 2005-10-02 17:47 UTC (permalink / raw)


Peter Rolf wrote:
> how about
> 
> \TABLEnoalign (see core-tab.tex for defintion)

 I did try that.  But I don't see why it should help.  After all, the
place I'm trying to do a \noalign is not inside some other \noalign and
that's the only thing \TABLEnoalign adds – as far as I read the source.


Christopher

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

* Re: \noalign?
  2005-09-30 19:04 \noalign? Christopher Creutzig
  2005-10-02 14:38 ` \noalign? Peter Rolf
@ 2005-10-02 21:39 ` Hans Hagen
  2005-10-03 17:01   ` \noalign? Christopher Creutzig
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2005-10-02 21:39 UTC (permalink / raw)


Christopher Creutzig wrote:

>Salvete,
>
> which tables allow using \noalign and in what places?
>
> E.g., the first of these works, but I'd also like to be allowed the
>second one (ignore what \pause does for the moment ...):
>
>\starttable[|c|c|c|]
>\HL
>\NC one \NC two \NC three \NC\AR
>\HL\noalign{\pause}%
>\NC one \NC two \NC three \NC\AR
>\noalign{\pause}\HL
>\stoptable
>
> I assume this has to do with trial typesetting or something like this,
>but what should I type instead?
>  
>
it all depends on what you want to achieve

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

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

* Re: \noalign?
  2005-10-02 17:47   ` \noalign? Christopher Creutzig
@ 2005-10-02 23:13     ` Peter Rolf
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Rolf @ 2005-10-02 23:13 UTC (permalink / raw)


Christopher Creutzig wrote:
> Peter Rolf wrote:
> 
>>how about
>>
>>\TABLEnoalign (see core-tab.tex for defintion)
> 
> 
>  I did try that.  But I don't see why it should help.  After all, the
> place I'm trying to do a \noalign is not inside some other \noalign and
> that's the only thing \TABLEnoalign adds – as far as I read the source.
> 
>
Sorry to hear. I was just browsing through an old table, as I remembered
your question. After some reading and testing I have found out, that \AR
is the cause of the problem. Your example works with \SR \FR \LR..., but
not with \AR. Adding a \TB[] in front of \noalign works, but surely has
some unwanted side effects.

Sandman is calling,

Peter

> Christopher
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 
> 

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

* Re: \noalign?
  2005-10-02 21:39 ` \noalign? Hans Hagen
@ 2005-10-03 17:01   ` Christopher Creutzig
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Creutzig @ 2005-10-03 17:01 UTC (permalink / raw)


Hans Hagen wrote:

>>which tables allow using \noalign and in what places?

>>\NC one \NC two \NC three \NC\AR
>>\HL\noalign{\pause}%
>>\NC one \NC two \NC three \NC\AR
>>\noalign{\pause}\HL

> it all depends on what you want to achieve

 I want to place a \pdfspecial in front of the \HL.  Peter Rolf pointed
out correctly (and I had seen that myself as well) that the problem
seems to be with \AR only.  I'll try and check if I can make the whole
thing work transparently with \AR or if I have to ask users to use \FR,
\MR, \LR for this usage pattern.  (Usage: You build a table line by line
in a presentation.)


regards,
	Christopher

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

end of thread, other threads:[~2005-10-03 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-30 19:04 \noalign? Christopher Creutzig
2005-10-02 14:38 ` \noalign? Peter Rolf
2005-10-02 17:47   ` \noalign? Christopher Creutzig
2005-10-02 23:13     ` \noalign? Peter Rolf
2005-10-02 21:39 ` \noalign? Hans Hagen
2005-10-03 17:01   ` \noalign? Christopher Creutzig

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