Search found 3 matches

by wim
Mon May 11, 2009 9:21 am
Forum: Page Layout
Topic: Fancyhdr redesign plain problem
Replies: 3
Views: 9195

Fancyhdr redesign plain problem

Hi Stefan,

Thanks for answering.

I've looked at \let\ps@plain\ps@fancy which doesn't seem to work for me.

Further more, I've tried all kind of combinations of
\pagestyle{fancy}
\fancypagestyle{plain}{my style declarations}
also with leaving out the first line but none of these give me the ...
by wim
Fri May 08, 2009 2:40 pm
Forum: Community talk
Topic: forum extension
Replies: 1
Views: 5340

forum extension

Hi, I'm just new here and I really like your joomla forum extension. Can you tell me which one it is? Being a joomla developer myself I'm always looking for nice extensions.

Thanks, Wim
by wim
Fri May 08, 2009 2:35 pm
Forum: Page Layout
Topic: Fancyhdr redesign plain problem
Replies: 3
Views: 9195

Fancyhdr redesign plain problem

Hi all, I want to use fancyhdr to have header and footer for all my pages. When I redesign the plain pagestyle, not all pages have the new look. Am I missing something here?

\documentclass[a4paper,8pt]{report}

\usepackage[a4paper]{geometry}

\setlength{\textwidth} {374pt}
\setlength{\hoffset ...