Page Layoutcuted | Page Numbering Error

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
anpo
Posts: 1
Joined: Sat Jun 25, 2011 6:22 pm

cuted | Page Numbering Error

Post by anpo »

Hey guys,

again I am sorry for triple posting, but this is getting a bit urgent.

I could further reduce the mwe to this:

Code: Select all

\documentclass[twocolumn]{report}

\usepackage{lipsum}
\usepackage{cuted}

\begin{document}

%\chapter*{fixes the pagenumber position}
\lipsum[1-5]

\begin{strip}
  B \\ B \\ B \\ B \\ B \\ B \\ B \\ B \\ B \\ B \\ B \\ B \\ B \\ B \\
\end{strip}
%
Try to remove this line
%
\end{document}
It is not related to the geometry package, as i thought before.
Can anyone explain to me, why the pagenumber is at the wrong height on the first page? there must be something wrong with the cuted package. But for some reason adding a chapter (try uncommenting the chapter line) fixes the pagenumber.
is there any way to add the pagenumbers later? Any ugly hack would do, as long as the pagenumbers are in the right spot.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply