66 lines
1.8 KiB
TeX
66 lines
1.8 KiB
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{Fondamentaux de gestion de projet}
|
|
|
|
\subsection{Définition}
|
|
|
|
Du latin \emph{projectum}, jeter quelque chose vers l'avant.
|
|
Il s'agit avant tout d'anticiper, de gérer les risques.
|
|
|
|
Ce n'est pas une activité répétitive.
|
|
|
|
Le projet est soumis à trois contraintes~:
|
|
|
|
% TODO: finish
|
|
\begin{enumerate}
|
|
\item contenu
|
|
\item délai
|
|
\item coût
|
|
\end{enumerate}
|
|
|
|
Les caractéristiques~:
|
|
|
|
\begin{itemize}
|
|
\item unique
|
|
\item temporaire
|
|
\item ressources limitées et de nature diverses
|
|
\item mandaté par un commanditaire défini
|
|
\item % TODO: finish
|
|
\end{itemize}
|
|
|
|
\paragraph{Projet n'est pas opération}
|
|
|
|
% TODO: finish
|
|
\begin{tabular}{ccc}
|
|
\toprule
|
|
Projet & & Opérations \\
|
|
\midrule
|
|
Décisions irréversibles & Processus & \\
|
|
Inconnu, innovant, temporaire & Innovation & \\
|
|
Autonomie & Incertitude & \\
|
|
Investissment avant retour & Cash flow & Bénéfice régulier \\
|
|
Assurent l'avenir de l'entreprise & Enjeux & Font vivre l'entreprise \\
|
|
Saut dans l'inconnu complexe & Difficultés & Intervenir rapidement \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
|
|
\end{document}
|