1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
\documentclass[12pt,a4paper,utf8x]{report}
\usepackage [frenchb]{babel}
\setlength{\parskip}{2ex}
\usepackage{graphicx}
\usepackage{float}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{\bfseries The performance of new graduates}
\lfoot{From: K. Grant}
\cfoot{To: Dean A. Smith}
\rfoot{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\begin{document}
Premier paragraphe
Second paragraphe
\end{document} |
Partager