-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: flexibly-generated workspace in worksheets (like \vfill) #2207
Comments
At some point we did have support for relative spacing of the answer space. I am not sure if that is still implemented, but I will try to check. |
Perhaps by popular request, they seem to be given in absolute terms. |
I argued for absolute sizing with vertical workspace in a worksheet. I gave two arguments.
However, the intent is that you give an absolute size that is to be interpreted as a minimum. We are supposed to then have spacing mechanisms in place that allow that space to grow (using something like If that is working, and an author really does not want to specify absolute vertical space sizes, the author could use very small sizes like |
While I'm filing issues about worksheets, here's another one that'd be nice.
It's idiomatic in LaTeX to use multiple
\vfill
s to generate workspace. For instance:This is an elegant solution because you don't have to specify the amount of space you want in absolute terms, just relative to the other spaces on the page. What's more, if you decide that you want that graph paper to be a bit bigger (maybe 0.9\textwidth) or a bit smaller (maybe 0.5\textwidth), all the workspace automatically reflows sensibly.
It'd be neat if this behavior could be reproduced within PreTeXt worksheets, which is the only context where we're acknowledging the primacy of printed output.
I wonder if some of the same width logic in
<sidebyside>
could be repurposed.The text was updated successfully, but these errors were encountered: