I have a document like this:
\starttext
\definepapersize[card][height=8.5in,width=11in]
\setuppapersize[card][letter, landscape]
\definemakeup[jeopardy][align=middle,headerstate=start]
\startmakeup[jeopardy]
Text
\stopmakeup
\startmakeup[jeopardy]
More text
\stopmakeup
\startmakeup[jeopardy]
This has a whole paragraph. There is some more writing. This has lots.
\stopmakeup
\stopttext
How can I make the text to expand to fill the available space, not including the page margins? E.g. page one with "Text" might expand 2000% to fill the page, but "More text" is larger, so it expands to 1560%. The last page has a whole paragraph, so maybe only expands 550% to fill that text to the maximum size.


