---------------------- \|10 as a relacement for \VL gives me thicker vert. lines in that position only. How can I define a thicker vert. Line for the whole column? My attempts in \starttable[..\|10..] doesn't work. ----------------------
Is there an other way of changing linethickness of single vertical lines?
Why is there so little space between the two rows of the table below?
\starttable[|l|p(.7\textwidth)|] \HL \NC bla1 \VL Eins \type{zwei} drei. Eins zwei drei. Eins zwei drei \type{vier} oder \type{sechs}l. Das ist der Leerraum zwischen den Spalten \type{n}. \FR \NC bla2 \VL Eins, zwei \type{drei} \LR \HL \stoptable
\NC \FR and \NC \LR you need to finish the column
Ahh! This solves most problems with the last example, too. The wiki-example with colored rows should then be corrected. Are there reasons other, than with \BL, \CL, to use \FR, \LR without \NC?
---------------------- The two tables in the example below are differing and show, that \SetTableToWidth{0pt} doesn't reset the situation.
What is the defaultvalue/resetvalue for \SetTableToWidth{}?
i had to look that one up in thrd-tab -)
it sets a token list
\unprotect [\the\!taTableSpread] \protect
This is a better definition than the orginal TaBlE one:
\def\SetTableToWidth#1%
{\doifelsenothing{#1}{\!taTableSpread\emptytoks}{\!taTableSpread{to #1}}}
Yes, this would be a solution!
participants (1)
-
wwl@musensturm.de