> > For example, given the line "The highest rating it can > > receive: AO for Adults Only.", the page breaks after the > > first "the" but the word "highest" is put in the header > > with the page numbering while the rest of the sentence > > continues on an inch from the top as it should. Something > > like:
> > The > > > > - page break (this is the header for page numbering)- > > > > highest > > Caluneo 2 > > > > -spacing (back to where the essay text should go)- > > > > rating it can receive. It looks like something in the macros printing the page header/footer is causing a break. There's generally two ways to try to avoid this: 1. use the no-break control character (default: "'") instead of "." to introduce requests in the page header/footer macros, or 2. switch to a different environment while processing the page header/footer.