Search found 3 matches

by editorjack
Fri Nov 13, 2009 4:29 am
Forum: Text Formatting
Topic: \flushbottom not working with Memoir class
Replies: 4
Views: 3567

Re: \flushbottom not working with Memoir class

Thanks for your responses. I should have been more clear. But then, I did write: "[Followed by a chapter's worth of additional text.]" :)

I was trying to get the code down to its bare essentials to see if anyone else could replicate the problem.

So yes, you do need a bunch of text for \flushbottom ...
by editorjack
Thu Nov 12, 2009 11:51 pm
Forum: Text Formatting
Topic: \flushbottom not working with Memoir class
Replies: 4
Views: 3567

\flushbottom not working with Memoir class

Esteemed TeXperts:

\flushbottom (and thus vertical justification) doesn't seem to be working with the Memoir class (either in MikTeX or TeXLive). I've narrowed my test document down to this:
\documentclass{memoir}
\widowpenalty=10000
\flushbottom
\begin{document}
\chapter{Captain Rogers}
A man ...
by editorjack
Mon Nov 02, 2009 8:10 pm
Forum: Page Layout
Topic: Vertical justification not working
Replies: 0
Views: 1187

Vertical justification not working

Esteemed TeXperts:

If I process a LaTeX file (using pdflatex) in MikTeX 2.4, vertical justification works fine. In other words, space between lines of text is stretched or compressed to avoid widows. Here's the kind of thing I'm doing (with extraneous stuff removed for clarity ...