table, setuptable, TWO
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/
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
On Tue, 20 Apr 2010 15:37:06 +0200
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[...]
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
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
participants (2)
-
R. Bastian
-
Wolfgang Schuster