7 Apr
2011
7 Apr
'11
8:35 p.m.
On Thu, 7 Apr 2011, Wolfgang Schuster wrote:
Am 07.04.2011 um 03:20 schrieb Aditya Mahajan:
Hi,
I want to create a frame that should occupy the remaining space on the page. For example, if I call this frame when the page is 1/3rd full, I want the frame to have an height of 0.667\textheight. How can I do that?
In other words, how to I find out how much space is left on the current page?
\starttext
\input ward
\blank
\framed[width=\textwidth,height=\dimexpr\pagegoal-\pagetotal-\lineheight\relax]{}
\stoptext
Thanks a lot. Aditya