[NTG-context] table, setuptable, TWO

2010-04-20 Thread R. Bastian
Hello,

in the following example (context iv):

1. \setuptable[rulethickness=0.04em] does not work
2. i wish that 
\NC 1 \NC \NC 
WOULD be something like 
\NC \TWO \center{1} \NC

?

-

\enableregime[utf]
\setupindenting[yes, 3mm]
\setupwhitespace[6mm]
\mainlanguage[fr]
\setupbodyfont[sansserif, 12pt]
\definepapersize[monpapier][width=210mm, height=297mm]
\definebodyfont[10pt][tt][bf=cmbtt10]
\setuplines[space=on]
\setupheadertexts[chapter]
\setuppagenumbering[alternative=doublesided,location={footer,inleft}, 
command=\inframed]
\language[fr]
\setuphead[chapter][page=no, textstyle=cap, numberstyle=bold, 
after={\blank\hrule\blank}]
\setuphead[title][after={\blank\hrule\blank}]

\starttext
\setupinterlinespace[line=1.1ex]

[...]
\subject{Sequences}

{\setupinterlinespace[line=3ex]\midaligned
\setuptable[rulethickness=0.04em] % =
\starttable[|r|r|r|l|r|r|r|r|r|r|r|r|]
\HL
\NC  n \NC \bf temps \NC \bf min:sec \NC \bf genre \NC 1 \NC \NC 2 \NC \NC 3 
\NC \NC 4 \NC \SR % ==
\HL
\NC  0\NC  0\NC   0: 0\NC venter1 \NC  1\NC   9 \NC 1 \NC 9 \NC  1 \NC 9 
\NC
1\NC  9 \FR
\NC  1\NC 80\NC   1:20\NC  ad lib.\NC  \NC \NC \NC \NC \NC \NC \NC   \MR
\NC 21\NC   1180\NC  19:40\NC  FIN\NC \LR
\stoptable }

\stoptext


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


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


Re: [NTG-context] table, setuptable, TWO

2010-04-20 Thread Wolfgang Schuster

Am 20.04.10 11:39, schrieb R. Bastian:

Hello,

in the following example (context iv):

1. \setuptable[rulethickness=0.04em] does not work
   

\setuptables[...]

2. i wish that
\NC 1 \NC \NC
WOULD be something like
\NC \TWO \center{1} \NC
   

\NC \TWO \ReFormat[c]{1} \NC ?

\enableregime[utf]
\setupindenting[yes, 3mm]
\setupwhitespace[6mm]
\mainlanguage[fr]
\setupbodyfont[sansserif, 12pt]
\definepapersize[monpapier][width=210mm, height=297mm]
\definebodyfont[10pt][tt][bf=cmbtt10]
\setuplines[space=on]
\setupheadertexts[chapter]
\setuppagenumbering[alternative=doublesided,location={footer,inleft}, 
command=\inframed]
\language[fr]
\setuphead[chapter][page=no, textstyle=cap, numberstyle=bold, 
after={\blank\hrule\blank}]
\setuphead[title][after={\blank\hrule\blank}]
   

is this setup in any way relevant for you example?

\starttext
\setupinterlinespace[line=1.1ex]

[...]
\subject{Sequences}

{\setupinterlinespace[line=3ex]\midaligned
   

\midaligned
  {...
   \starttable
   ...
   \stoptable}

or

\placetable[force,none]{}
  {...
   \starttable
   ...
   \stoptable}

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
___


Re: [NTG-context] table, setuptable, TWO

2010-04-20 Thread R. Bastian
On Tue, 20 Apr 2010 15:37:06 +0200
Wolfgang Schuster schuster.wolfg...@googlemail.com scribit:

 Am 20.04.10 11:39, schrieb R. Bastian:
  Hello,
 
  in the following example (context iv):
 
  1. \setuptable[rulethickness=0.04em] does not work
 
 \setuptables[...]

ok, but i am using 'table' ;-)

  2. i wish that
  \NC 1 \NC \NC
  WOULD be something like
  \NC \TWO \center{1} \NC
 
 \NC \TWO \ReFormat[c]{1} \NC ?

ok, which is the max ? EIGHT does not work ...

  \enableregime[utf] 
[...]  
 is this setup in any way relevant for you example?

how can i test an example without setup?
 [...]

 Wolfgang

Thanks !

rb 
 


-- 
René Bastian


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


Re: [NTG-context] table, setuptable, TWO

2010-04-20 Thread Wolfgang Schuster

Am 20.04.10 17:16, schrieb R. Bastian:

2. i wish that
\NC 1 \NC \NC
WOULD be something like
\NC \TWO \center{1} \NC

   

\NC \TWO \ReFormat[c]{1} \NC ?
 

ok, which is the max ? EIGHT does not work ...
   
The names are limited from \ONE to \SIX but with the \use command there 
is no limit (e.g. \use{20})


For \ReFormat you can use also the shorter name \REF

\enableregime[utf]
   

[...]
   

is this setup in any way relevant for you example?
 

how can i test an example without setup?
  [...]
   

If the setup is not relevant for your example leave it out, the only setup
command which was necessary for you (and the example) is \setuptables.

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
___