Самая частая причина больших пробелов в конце страницы заключается в том, что макросы не могут ВЫРАВНЯТЬ колонки. Обычно растягивание длины абзаца на этой странице (или абзаца, который должен быть на этой странице) всего на одну строку решает проблему. Иногда, в зависимости от текста в абзаце, СНИЖЕНИЕ длины на одну строку позволяет ему поместиться.
Любое из этих действий можно выполнить с помощью списка корректировок (Adjust List) — доступного на вкладке/странице View+Edit. Используйте кнопку Generate… для создания списка абзацев, а затем измените +0 на +1, чтобы увеличить, или на -1, чтобы уменьшить абзац. Не всегда возможно увеличить или уменьшить абзац, поэтому это требует времени и усилий.
Если выравнивание колонок вообще не важно, и вы просто хотите, чтобы текст использовал всё доступное место на странице, тогда вы можете добавить эти две строки в ваш файл ptxprint-premods.tex (доступный на вкладке Advanced), и он будет игнорировать выравнивание колонок.
\clubpenalty=0
\widowpenalty=0
И вы всегда можете позже изучить «неравномерный» вывод и затем растянуть или сжать колонки, чтобы вручную выровнять страницы.
The most common reason for large gaps at the end of a page is due to the macros being unable to BALANCE the columns. Usually stretching the length of a paragraph on that page (or to a paragraph that should be on that page) by just one line solves the problem. Sometimes, depending on the text within a paragraph, you can REDUCE the length by one line makes it fit.
Either of these can be achieved by using an Adjust List - accessible on the View+Edit tab/page. Use the Generate… button to create a list of paragraphs, and then change the +0 to a +1 to grow or or -1 to shrink a paragraph. It isn’t always possible for a paragraph to grow or shrink, so this takes some time and effort.
If balanced columns are not important at all, and you just want the text to use all the available space on the page, then you could add these two lines to your ptxprint-premods.tex file (accessible from the Advanced tab) and it will ignore column balancing.
\clubpenalty=0
\widowpenalty=0
And you could always examine the “unbalanced” output afterwards and then stretch or shrink columns to manually balance the pages.