25 lines
422 B
TeX
25 lines
422 B
TeX
|
\documentclass[a4paper,french,12pt]{article}
|
||
|
|
||
|
\title{Project Management}
|
||
|
\author{}
|
||
|
\date{Dernière compilation~: \today{} à \currenttime}
|
||
|
|
||
|
\usepackage{styles}
|
||
|
\usepackage{tikz}
|
||
|
\usetikzlibrary{shapes.multipart}
|
||
|
\usepackage{xfrac}
|
||
|
\usepackage{xcolor,colortbl}
|
||
|
\definecolor{Red}{rgb}{1,0.2,0.2}
|
||
|
\newcolumntype{r}{>{\columncolor{Red}}Y}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
\tableofcontents
|
||
|
|
||
|
\clearpage
|
||
|
|
||
|
\section{}
|
||
|
|
||
|
\end{document}
|