Hello, trying this: \starttext \starttabulate \dorecurse{200}{\NC Eins \recurselevel \NC Zwei \NC Drei \NC\NR\HL} \stoptabulate \stoptext I get double HLs, and their distance is growing per page. In my actual document, double lines start on the second or third page. Very strange... Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
Am 23.12.2009 um 22:23 schrieb Henning Hraban Ramm:
Hello, trying this:
\starttext
\starttabulate \dorecurse{200}{\NC Eins \recurselevel \NC Zwei \NC Drei \NC\NR\HL} \stoptabulate
\stoptext
I get double HLs, and their distance is growing per page.
In my actual document, double lines start on the second or third page.
Very strange...
Indeed, when I use a penalty > 0 in the rule the output is correct. \unprotected\def\tabulateMLfive{\TABLEnoalign {\dotabulateruleseperator \dotabulaterule \ifnum\noftabulatelines>\plusone \ifnum\noftabulatelines<\minusnoftabulatelines %\vskip\topskip\allowbreak\vskip-\topskip \vskip\topskip\penalty1\vskip-\topskip \vskip-\tabulateparameter\c!rulethickness \dotabulaterule \fi \fi \dotabulateruleseperator}} Wolfgang
Am 2009-12-23 um 22:56 schrieb Wolfgang Schuster:
\starttext
\starttabulate \dorecurse{200}{\NC Eins \recurselevel \NC Zwei \NC Drei \NC\NR\HL} \stoptabulate
\stoptext
I get double HLs, and their distance is growing per page.
Indeed, when I use a penalty > 0 in the rule the output is correct.
\unprotected\def\tabulateMLfive{\TABLEnoalign {\dotabulateruleseperator \dotabulaterule \ifnum\noftabulatelines>\plusone \ifnum\noftabulatelines<\minusnoftabulatelines %\vskip\topskip\allowbreak\vskip-\topskip \vskip\topskip\penalty1\vskip-\topskip \vskip-\tabulateparameter\c!rulethickness \dotabulaterule \fi \fi \dotabulateruleseperator}}
Works for me, too. Thank you very much! Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
On 23-12-2009 23:09, Henning Hraban Ramm wrote:
Am 2009-12-23 um 22:56 schrieb Wolfgang Schuster:
\starttext
\starttabulate \dorecurse{200}{\NC Eins \recurselevel \NC Zwei \NC Drei \NC\NR\HL} \stoptabulate
\stoptext
I get double HLs, and their distance is growing per page.
Indeed, when I use a penalty > 0 in the rule the output is correct.
\unprotected\def\tabulateMLfive{\TABLEnoalign {\dotabulateruleseperator \dotabulaterule \ifnum\noftabulatelines>\plusone \ifnum\noftabulatelines<\minusnoftabulatelines %\vskip\topskip\allowbreak\vskip-\topskip \vskip\topskip\penalty1\vskip-\topskip
\vskip1\topskip\allowbreak\vskip-1\topskip also works; some day i need to cook up a better solution ----------------------------------------------------------------- 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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Henning Hraban Ramm
-
Wolfgang Schuster