ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Frame until the bottom of the page
Date: Tue, 12 Apr 2011 19:12:17 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.01.1104121909410.21390@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <9376E894-1114-4A70-B75B-4A67BDAE5067@googlemail.com>

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?
>
> \framed[width=\textwidth,height=\dimexpr\pagegoal-\pagetotal-\lineheight\relax]{}

In case someone else is interested, I finally ended up using the following 
code:

\definemeasure[page][\dimexpr\pagegoal-\pagetotal-\lineheight\relax]

\starttext

\input knuth

\framed[width=\textwidth, height=\measure{page}]{test}

\input knuth
\input knuth
\input knuth

\framed[width=\textwidth, height=\measure{page}]{test}

\stoptext

I think that this is easier than having to type the complicated \dimexpr 
everytime.

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      parent reply	other threads:[~2011-04-12 23:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-07  1:20 Aditya Mahajan
2011-04-07  7:13 ` Wolfgang Schuster
2011-04-07 18:35   ` Aditya Mahajan
2011-04-12 23:12   ` Aditya Mahajan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.01.1104121909410.21390@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).