I'm writing my Thesis (in Portuguese) and I'm having trouble using /fancyhdr package. Maybe I am missing something. But nothing happens! I tried to remove roman and/or arabic numbering because I thought they were creating conflicts and the problem mantains. I can't make chapter names in the header, or page number.
Here is the code:
Code: Select all
\documentclass[a4paper,12pt]{report}\usepackage{graphicx}\usepackage[portuguese]{babel}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{fancyhdr}\pagestyle{fancy}% Header\newcommand\nomecapitulo{}\renewcommand\chaptermark[1]{\renewcommand\nomecapitulo{#1}}\begin{document}\begin{titlepage}\begin{center}% Picture on top of pageincludegraphics[width=0.75\textwidth]{Path/To/Picture/picture1.jpg}\\[2cm]\textsc{\large TEMA DO PROJECTO}\\[1.5cm]\textit{\normalsize O MEU NOME}\\[1cm]\textsc{\large RELATÓRIO DE PROJECTO FINAL}\\[0.5cm]\textsc{\normalsize Orientador: NOME DO ORIENTADOR}\\[1cm]\vskip .25 in% Another picture\includegraphics[width=0.45\textwidth]{link/da/figura/figura2.jpg}\\[2cm]\vfill% data{\large \today}\end{center}
PS:
in...
Code: Select all
\rhead{\nomedocapitulo}
Code: Select all
\rhead{\nomecapitulo}