1
0

34 lines
725 B
TeX
Raw Normal View History

2015-09-08 20:19:47 +02:00
% Original work by Clément 'wxcafé' Hertling
%\documentclass[a4paper,12pt]{article}
\usepackage[french]{babel}
\usepackage[left=3cm, right=3cm, top=3cm, bottom=3cm]{geometry}
\usepackage{alltt,graphicx}
\usepackage{fancyhdr}
\usepackage[utf8]{inputenc}
\usepackage{multicol}
\author{\input{authors}}
\date{\today}
\hypersetup{
colorlinks=true,
linkcolor=black,
citecolor=black,
filecolor=black,
urlcolor=black,
}
\makeatletter
\let\theauthor\@author
\let\thedate\@date
\makeatother
\pagestyle{fancy}
\fancyhf{}
\lhead{\textsc\theauthor}
\rhead{\textsc IUTCV | RT2A1}
\renewcommand{\headrulewidth}{.5pt}
\renewcommand{\footrulewidth}{.5pt}
\rfoot{\textbf{\thepage}}
\newcommand{\q}[1]{\textit{#1}\\}