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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply