\documentclass[hidelinks,a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[portuguese]{babel}
\usepackage{graphicx}
\usepackage{amsmath,amssymb}
\usepackage{hyperref}
\usepackage{color}
\usepackage{mdframed}
\usepackage{multicol}
\usepackage{lipsum}
\usepackage{subfigure}
\usepackage{fancyhdr}
\usepackage{indentfirst}
\usepackage[a4paper,left=25mm,top=40mm,right=25mm,bottom=40mm]{geometry}
\pagestyle{fancy}
\fancyhf{}
\cfoot{\thepage}
\lhead{\includegraphics[width=0.15\textwidth]{images/logouerj.jpg}}
\rhead{
Example\\
Example\\
Example\\
Example}
\title{\vspace{0.5cm}\centering Work}
\author{Name}
\begin{document}
\maketitle
\thispagestyle{fancy}
\lipsum \lipsum
\end{document}
Asked
Active
Viewed 50 times
1
David Carlisle
- 757,742
John Snow
- 11


example-imageso I could run it and got the warningPackage Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 56.18335pt. We now make it that large for the rest of the document. This may cause the page layout to be inconsistent, however.so the inconsistent layout is expected, do you get that warning? – David Carlisle Nov 08 '16 at 22:40