I've been struggling for quite a long time now trying to understand what's wrong, I tried searching online but I didn't find any solutions. So I'm asking your help to get me through that problem.
So I'm writing a document using the
report
class, I would like to have headers and footers on my document using the fancyhdr package. But so far I don't get any headers or footer whatsoever, except on a page where I've included a picture. What's more intriguing is that when I use either the book or article class the headers and footers appear correctly. I am completely lost, so if anyone of you has an idea...PS: I'm using TeXmaker and MikTeX
Thank you all for any help you could provide me
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,11pt,twoside]{report}\usepackage[T1]{fontenc}\usepackage[latin1]{inputenc}\usepackage[frenchb]{babel}\usepackage[colorlinks,linkcolor=black]{hyperref}\usepackage{url}\usepackage[draft]{graphics}\usepackage{pdfpages}\usepackage{eurosym}\usepackage{fancyhdr}\usepackage{multirow}\usepackage[french]{varioref}\usepackage{amsmath}\usepackage{amsfonts}\usepackage{amssymb}\usepackage{graphicx}\usepackage{subfig}\usepackage{fancybox}\usepackage{xcolor}\usepackage[cc]{titlepic}\pagestyle{fancy}\fancyfoot[C]{\thepage}\lfoot{}\cfoot{- \thepage ~-}{\rfoot{}\lhead{Business plan}\rhead{\includegraphics[height=1cm]{logoismans.jpg}}\lfoot{} %pied de page gauche\rfoot{Année 2012-2013}\addtolength{\hoffset}{-1cm}\addtolength{\textwidth}{2cm}\addtolength{\voffset}{-1cm}\setlength{\headheight}{20pt}\DeclareGraphicsExtensions{.png,.jpg,.pdf}\begin{document}\renewcommand{\contentsname}{Sommaire}\renewcommand{\refname}{Bibliographie}