Re: [NTG-context] table alignment
Hallo,
But how can I get my 3cm?
If you do not use horizontal lines....
\starttable[o(3cm)|l|]
Aditya
Not horizontal lines, but a gray header: \starttable[o(3cm)|l|] \RL\SR \NC hmm \NC\AR \stoptable Thank you Aditya for this workaround. If there is really no solution, I will make something with an empty first column. Wolfgang
On Sat, 27 Feb 2010, Wolfgang Werners-Lucchini wrote:
Hallo,
But how can I get my 3cm?
If you do not use horizontal lines....
\starttable[o(3cm)|l|]
Aditya
Not horizontal lines, but a gray header:
\starttable[o(3cm)|l|] \RL\SR \NC hmm \NC\AR \stoptable
Thank you Aditya for this workaround. If there is really no solution, I will make something with an empty first column.
You can also use bTABLE .. eTABLE macros. They now support the \NC .. \NR syntax. Aditya
Am 27.02.10 20:40, schrieb Wolfgang Werners-Lucchini:
If there is really no solution, I will make something with an empty first column. No page breaks possible:
\defineframedtext[tablebox][frame=off,width=\hsize,offset=0pt,before=,after=] \starttext vorher \startnarrower text \starttablebox \starttable[s0|l|] \NC table entry \NC\AR \stoptable \stoptablebox \stopnarrower text \startnarrower text \startlinecorrection \dontleavehmode \startTABLE[frame=off,offset=0pt,loffset=0.25ex,roffset=0.25ex] \NC table entry \NC\NR \stopTABLE \stoplinecorrection \stopnarrower text \stoptext Wolfgang
participants (3)
-
Aditya Mahajan
-
Wolfgang Schuster
-
Wolfgang Werners-Lucchini