ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* tabulation spacing
@ 2006-05-23 22:22 andrea valle
  2006-05-24  8:16 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: andrea valle @ 2006-05-23 22:22 UTC (permalink / raw)


Evidently I'm missing something.

{\switchtobodyfont[14pt]
\starttabulate
\NR
\NC {\bf FRAME} \NC {\bf 1} \NC {\bf 2} \NC {\bf 3} \NC $\ldots$ \NC\NR
\NC bin: 1		\NC freqval 1 \NC freqval 2 \NC freqval 3 \NC $\ldots$\NC\NR
\NC 			\NC ampval 1 \NC ampval 2 \NC ampval 3 \NC $\ldots$\NC\NR
\NC bin: 2		\NC freqval 1 \NC freqval 2 \NC freqval 3 \NC $\ldots$\NC\NR
\NC 			\NC ampval 1 \NC ampval 2 \NC ampval 3 \NC $\ldots$\NC\NR
\NC bin: 512		\NC freqval 1 \NC freqval 2 \NC freqval 3 \NC 
$\ldots$\NC\NR
\NC 			\NC ampval 1 \NC ampval 2 \NC ampval 3 \NC $\ldots$\NC\NR
\NR
\stoptabulate
}

This seems to work, but I have a strange spacing between the first two 
columns and the last three ones.
Could anyone explain to me why?

Thanks a lot

Best
-a-





Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Università degli Studi di Torino
http://www.semiotiche.it/andrea
andrea.valle@unito.it

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

* Re: tabulation spacing
  2006-05-23 22:22 tabulation spacing andrea valle
@ 2006-05-24  8:16 ` Hans Hagen
  2006-05-24  8:59   ` andrea valle
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2006-05-24  8:16 UTC (permalink / raw)


andrea valle wrote:
> Evidently I'm missing something.
>
> {\switchtobodyfont[14pt]
> \starttabulate
> \NR
> \NC {\bf FRAME} \NC {\bf 1} \NC {\bf 2} \NC {\bf 3} \NC $\ldots$ \NC\NR
> \NC bin: 1		\NC freqval 1 \NC freqval 2 \NC freqval 3 \NC $\ldots$\NC\NR
> \NC 			\NC ampval 1 \NC ampval 2 \NC ampval 3 \NC $\ldots$\NC\NR
> \NC bin: 2		\NC freqval 1 \NC freqval 2 \NC freqval 3 \NC $\ldots$\NC\NR
> \NC 			\NC ampval 1 \NC ampval 2 \NC ampval 3 \NC $\ldots$\NC\NR
> \NC bin: 512		\NC freqval 1 \NC freqval 2 \NC freqval 3 \NC 
> $\ldots$\NC\NR
> \NC 			\NC ampval 1 \NC ampval 2 \NC ampval 3 \NC $\ldots$\NC\NR
> \NR
> \stoptabulate
> }
>
> This seems to work, but I have a strange spacing between the first two 
> columns and the last three ones.
> Could anyone explain to me why?
>
>   
because you didn't give a template (which means that you get the default 
[|l|p|]

\starttabulate[|l|l|l|l|l|]

btw \unknown is a shortcut for $\ldots$

-- 

-----------------------------------------------------------------
                                          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] 4+ messages in thread

* Re: tabulation spacing
  2006-05-24  8:16 ` Hans Hagen
@ 2006-05-24  8:59   ` andrea valle
  2006-05-24  9:57     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: andrea valle @ 2006-05-24  8:59 UTC (permalink / raw)


Ah! now I remember.
Thanks as usual


> btw \unknown is a shortcut for $\ldots$

good to know, I use it a lot: is there a place in the docs where to 
find these kinds of info?

Best

-a-









> -- 
>
> -----------------------------------------------------------------
>                                           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
>
>
Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Università degli Studi di Torino
http://www.semiotiche.it/andrea
andrea.valle@unito.it

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

* Re: tabulation spacing
  2006-05-24  8:59   ` andrea valle
@ 2006-05-24  9:57     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2006-05-24  9:57 UTC (permalink / raw)


andrea valle wrote:
> Ah! now I remember.
> Thanks as usual
>
>
>   
>> btw \unknown is a shortcut for $\ldots$
>>     
>
> good to know, I use it a lot: is there a place in the docs where to 
> find these kinds of info?
>   
not this one probably, but it's used a lot 

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] 4+ messages in thread

end of thread, other threads:[~2006-05-24  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-23 22:22 tabulation spacing andrea valle
2006-05-24  8:16 ` Hans Hagen
2006-05-24  8:59   ` andrea valle
2006-05-24  9:57     ` 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).