La razón más común para los grandes espacios al final de una página se debe a que las macros no pueden EQUILIBRAR las columnas. Por lo general, estirar la longitud de un párrafo en esa página (o a un párrafo que debería estar en esa página) solo una línea resuelve el problema. A veces, dependiendo del texto dentro de un párrafo, REDUCIR la longitud en una línea hace que quepa.
Cualquiera de estas cosas se puede lograr usando una Lista de Ajuste - accesible en la pestaña/página View+Edit. Use el botón Generate… para crear una lista de párrafos, y luego cambie el +0 a +1 para crecer o a -1 para encoger un párrafo. No siempre es posible que un párrafo crezca o se encoga, por lo que esto toma tiempo y esfuerzo.
Si las columnas equilibradas no son importantes en absoluto, y solo quiere que el texto use todo el espacio disponible en la página, entonces podría agregar estas dos líneas a su archivo ptxprint-premods.tex (accesible desde la pestaña Advanced) y se ignorará el equilibrio de columnas.
\clubpenalty=0
\widowpenalty=0
Y siempre podría examinar la salida "desequilibrada" después y entonces estirar o encoger columnas para equilibrar manualmente las páginas.
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.
Traducción automática desde English