Roland Schmitz wrote:
Am Dienstag, 7. September 2004 11:49 schrieb Roland Schmitz:

How do i redefine the pagebreak to do a double pagebreak?


Hi,

i tried first this:
\renewcommand{\pagebreak}{%
  \pagebreak\pagebreak%
}

next try was:
\let\oldbreak=\pagebreak%
\renewcommand{\pagebreak}{%
  \oldbreak%
  \oldbreak%
}

without success. What's wrong?


at least it should be

\let\oldbreak=\pagebreak%
\renewcommand{\pagebreak}{%
   \oldbreak%
   \null\oldbreak%
}

but how do you want to use the macro \pagebreak?

Herbert




Reply via email to