22 Jan
2009
22 Jan
'09
5:54 p.m.
Am 22.01.2009 um 17:20 schrieb Alan Stone:
On Thu, Jan 22, 2009 at 3:54 PM, Alan Stone
wrote: Try: Your text has {\the\noflines} lines.
Your text has \the\noflines\ lines. % works also
Thanks.
How do you substract/add a number from/to \noflines ?
I tried
\thinrules[n=\advance\the\noflines by -2] \thinrules[n=\advance\noflines by -2] \thinrules[n={\advance\the\noflines by -2}] \thinrules[n={\advance\noflines by -2}]
\thinrules[n=\number\numexpr\noflines-2\relax] Wolfgang