Skip to content

Instantly share code, notes, and snippets.

@ralt
Created October 23, 2014 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralt/27b89dabd815e4876ee5 to your computer and use it in GitHub Desktop.
Save ralt/27b89dabd815e4876ee5 to your computer and use it in GitHub Desktop.
\documentclass{report}
\usepackage{graphicx}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{LEFT}
\chead{CENTER}
\rhead{RIGHT}
\lfoot{a very long left header}
\cfoot{}
\rfoot{a very long right header}
\renewcommand\headrulewidth{2pt}
\renewcommand\footrulewidth{.4pt}
\title{Technical audit}
\author{Florian Margaine}
\date{}
\begin{document}
\maketitle
\tableofcontents
\chapter*{Revision History}
\chapter{Introduction}
\section{Purpose}
bla bla bla
\section{Project Scope and Product Features}
lolilol
\section{References}
lol jk
\chapter{Overall Description}
\section{Product Perspective}
so yeah something
\section{User Classes and Characteristics}
lulilul
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment