Creating variable pagebreaks
Is it possible to procedurally generate page breaks by measuring text/page
space? I am having a problem which you can see here:
There are two problems in this picture. First, the heading should overflow
to the next page because it doesn't fit...but more importantly, and more
annoyingly, the heading should be forced to the next page because its
content does not fit on the same page.
I am procedurally generating my latex from javascript, so it is sort of
hard to post code snippets, but I can show you the function/environment I
am using...it is the second code block in the accepted answer here
Any ideas or tips for measuring the text?
No comments:
Post a Comment