Re: [NTG-context] \setupmarginrules

2006-03-30 Thread Willi Egger
Hi Taco (the pretended Vit) and Vit, I had to look tiwce, but then I had to smile! Willil Taco Hoekwater wrote: Vit Zyka wrote: \dimen3=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ Taco Hoekwater wrote:

Re: [NTG-context] \setupmarginrules

2006-03-29 Thread Hans Hagen
frantisek holop wrote: hmm, on Tue, Mar 28, 2006 at 07:12:18PM +0200, Hans Hagen said that \def\doalinealijn#1#2% {\doifelsevalue{\??al#2\the\alteller\c!rule}\v!on {\linewidth\getvalue{\??al#2\the\alteller\c!rulethickness}% \scratchdimen#1% \advance\scratchdimen-\linewidth

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread Willi Egger
that \defineparagraphs [poem][n=2] \setupparagraphs[poem][1][width=.25\textwidth] \setupparagraphs[poem][2][rule=on] \setupmarginrules [rulethickness=5pt] this sets rules for margins. I guess the solution \setupparagraphs[poem][2][rule=on,rulethickness

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread Taco Hoekwater
Hi Willi (and Vit), Willi Egger wrote: Hi Vit! Thanks for this patch. Do you know why the rulethickness must be given in integer dimension. e.g. 2.5pt will cause an error, telling that a wrong dimension is used. (I'll pretend to be Vit) That is because in that case, it expands to

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread Vit Zyka
[poem][1][width=.25\textwidth] \setupparagraphs[poem][2][rule=on] \setupmarginrules [rulethickness=5pt] this sets rules for margins. I guess the solution \setupparagraphs[poem][2][rule=on,rulethickness=5pt] sorry, i forgot to add, that i tried this one

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread Taco Hoekwater
Vit Zyka wrote: \dimen3=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ Taco Hoekwater wrote: \dimen4=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ That's funny ;) Cheers, Taco ___ ntg-context mailing list

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread Hans Hagen
Vit Zyka wrote: Willi Egger wrote: Hi Vit! Thanks for this patch. Do you know why the rulethickness must be given in integer dimension. e.g. 2.5pt will cause an error, telling that a wrong dimension is used. Willi Due to my fault. Sorry. This is a little bit better solution:

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread Vit Zyka
Taco Hoekwater wrote: Vit Zyka wrote: \dimen3=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ Taco Hoekwater wrote: \dimen4=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ That's funny ;) Cheers, Taco Yes funny. Even line position is the same. But why 4?

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread Hans Hagen
Vit Zyka wrote: Taco Hoekwater wrote: Vit Zyka wrote: \dimen3=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ Taco Hoekwater wrote: \dimen4=\getvalue{\??al#2\the\alteller\c!rulethickness}% VZ That's funny ;) Cheers, Taco Yes funny.

Re: [NTG-context] \setupmarginrules

2006-03-28 Thread frantisek holop
hmm, on Tue, Mar 28, 2006 at 07:12:18PM +0200, Hans Hagen said that \def\doalinealijn#1#2% {\doifelsevalue{\??al#2\the\alteller\c!rule}\v!on {\linewidth\getvalue{\??al#2\the\alteller\c!rulethickness}% \scratchdimen#1% \advance\scratchdimen-\linewidth \divide\scratchdimen

Re: [NTG-context] \setupmarginrules

2006-03-27 Thread Vit Zyka
frantisek holop wrote: hmm, on Sun, Mar 26, 2006 at 10:12:01PM +0200, Vit Zyka said that \defineparagraphs [poem][n=2] \setupparagraphs[poem][1][width=.25\textwidth] \setupparagraphs[poem][2][rule=on] \setupmarginrules [rulethickness=5pt] this sets rules

[NTG-context] \setupmarginrules (was: Re: \page inside a block)

2006-03-26 Thread frantisek holop
hmm, on Fri, Mar 17, 2006 at 07:49:57PM +0100, Willi Egger said that Hi Frantisek The correct command is \setupmarginrules[rulethickness=2pt]. The option is rulethickness and it takes a dimension. i have tried this and it doesn't seem to work. \defineparagraphs [poem][n=2

Re: [NTG-context] \setupmarginrules

2006-03-26 Thread Vit Zyka
frantisek holop wrote: hmm, on Fri, Mar 17, 2006 at 07:49:57PM +0100, Willi Egger said that Hi Frantisek The correct command is \setupmarginrules[rulethickness=2pt]. The option is rulethickness and it takes a dimension. i have tried this and it doesn't seem to work. \defineparagraphs

Re: [NTG-context] \setupmarginrules

2006-03-26 Thread frantisek holop
hmm, on Sun, Mar 26, 2006 at 10:12:01PM +0200, Vit Zyka said that \defineparagraphs [poem][n=2] \setupparagraphs[poem][1][width=.25\textwidth] \setupparagraphs[poem][2][rule=on] \setupmarginrules [rulethickness=5pt] this sets rules for margins. I guess