Re: cutpage



Dirk Schlimm uttered:

> Now, after trying it out a bit, I've noticed some undesireable behavior
> with Dan's second suggestion: If a footnote appears after the \cutpage
> command, but on the line that still has to be finished, the
> footnotemark is set correctly, but the footnote itself appears only on
> the next page. I can solve this problem, by being careful where to set
> the \cutpage, but it would be nice not to have to worry about this.

I recommend not to end lines of paragraphs that should be
non-ragged with paragraph-breaks or spaces.

> Sample code:
>
> \documentclass[12pt]{article}
>
> \newcommand{\cutpage}{\vadjust{\newpage}}
>
> \begin{document}
>
> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
> nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
> sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
> rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
> ipsum dolor sit amet. Now comes the part with the\footnote{Before cut.}
>
> cut,
> \cutpage

Right after the first footnote, you have 2 empty lines, that means a
paragraph-break. The following paragraph in consequence has
only one ord, the word "cut,". And this following paragraph ends
with a space/a <return> which equals a space.

> this\footnote{After cut.} is after the cut.
> And this is the line which continues happily ever after.
>
> \end{document}
>
> - Dirk
>

I changed your example a little bit. This way it should do what you
expect.

Ulrich

\documentclass[12pt]{article}

\newcommand{\cutpage}{\vadjust{\newpage}}

\begin{document}

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat,
sed diam voluptua. At vero eos et accusam et justo duo dolores et ea
rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem
ipsum dolor sit amet. Now comes the part with the\footnote{Before cut.}
cut,%<-line does not end by space!
\cutpage
this\footnote{After cut.} is after the cut.
And this is the line which continues happily ever after.

\end{document}


.



Relevant Pages

  • Re: Success!!!
    ... about paragraph marks inside footnotes). ... On the other hand, if the line spacing or spacing before/after is the culprit, ... modify the Footnote Text paragraph style. ... Microsoft Word MVP ...
    (microsoft.public.word.pagelayout)
  • Re: Unwanted page break in Word
    ... You are precisely right that the footnote separator had been edited. ... The unwanted paragraph ... These paragraph marks do not appear on the ... HEADER and REMOVE FOOTER, footnotes are still wrong. ...
    (microsoft.public.word.pagelayout)
  • get rid of extra spaces in footnotes
    ... high-lighting the area clicking single-line spacing, under the paragraph ... Any ideas of how to get rid of it? ... Remove any Spacing Before or After from the Footnote Text paragraph style. ...
    (microsoft.public.word.pagelayout)
  • Re: How important are Words default styles?
    ... you can't change the name of Heading 1 ... footnote, Word applies the Footnote Text paragraph style to the ... The other category of built-in styles include styles that you can ... empty paragraph in a blank document. ...
    (microsoft.public.word.newusers)