Search found 4 matches

by ahorten
Mon Sep 10, 2012 7:52 pm
Forum: Page Layout
Topic: Weird Page Layout
Replies: 5
Views: 2930

Weird Page Layout

Stefan_K wrote:Hi arhorten,

Without seeing the code, I guess you set a head/foot rule width, or fancyhdr does it by default. You can set both to zero, by adding to your document preamble:

Code: Select all

\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
Stefan
This worked. Thanks!
by ahorten
Mon Sep 10, 2012 7:49 pm
Forum: Page Layout
Topic: Weird Page Layout
Replies: 5
Views: 2930

Weird Page Layout

\usepackage[usenames]{color}
\usepackage{fancyhdr}
\setlength{\headheight}{15pt}
\usepackage{pdfpages}
\usepackage{varioref}

\pagestyle{fancyplain}
\lhead{}
\chead{}
\rhead{\textcolor{red}{Begrenset}}
\lfoot{}
\cfoot{\thepage}
\rfoot{\textcolor{red}{Begrenset}}

This is the fancyhdr related ...
by ahorten
Mon Sep 10, 2012 11:48 am
Forum: Page Layout
Topic: Weird Page Layout
Replies: 5
Views: 2930

Re: Weird Page Layout

Well. I've seen other "books", and they don't suddenly have one page with lines in it. You can see the line under "Begrenset" (header and foot).
by ahorten
Fri Sep 07, 2012 11:07 pm
Forum: Page Layout
Topic: Weird Page Layout
Replies: 5
Views: 2930

Weird Page Layout

I've been using fancyhdr , and everything worked perfectly fine, until one of the pages got a different page style. No idea why. Anyone got a good explanation?

Look at the picture. It's the same chapter, same section.. No different settings. Basically, the document has seven pages, and only that ...