Wow, that's really something! And it works!
Do you think such "thing" telling the real text width could be useful in ConTeXt?
A big thank you once again!
Mojca Miklavec wrote:
>
> However, in ConTeXt the linewidth is reserved for "rule thickness" or
> something similar. Which is the ConTeXt alternative to LaTeX's
> \linewidth?
There is no such thing, I believe. There is \columnwidth when in
colums, but outside that I normally do something like
\the\dimexpr \hsize-\leftskip-\rightskip\relax
Greetings, Taco