%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% breport.sty                                  %
% un package pour faire ses rapports de projet %
%                                              %
% © Bruno LATHUILIERE                     2005 %
%                                              %  
%                                              %
% Ce package est distribué sous licence GPL    %
% Fork de kevreport			       %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% On a du grand papier (a4)
\usepackage{a4wide}
% On utlise la typo française
\usepackage[french]{babel}
% Avec les accents c'est mieux
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}



\usepackage{fancyhdr}


\usepackage{isolatin1}
\usepackage{epsfig}
\usepackage{verbatim}





% Pour dessiner des graphes
%\usepackage{gastex}

\usepackage{multicol}

% Pour afficher les sources facilement : utiliser l'env. lstlisting
\usepackage{listings}
% Pour le Perl/SQL
%\lstset{language=Perl,alsolanguage=SQL,frame=tRBl,showstringspaces=false,numbers=left,stepnumber=5,numberfirstline=true}

%Pour le C
\lstset{language=C,showstringspaces=false}

% Pour se simplifier la vie
\newcommand{\noun}[1]{{\sc{#1}}}
\newcommand{\cmd}[1]{{\sc{#1}}}
\newcommand{\type}[1]{\texttt{#1}}
\newcommand{\fx}[1]{\texttt{#1}}
\newcommand{\file}[1]{\texttt{#1}}
\newcommand{\prog}[1]{\texttt{#1}}
\newcommand{\uri}[1]{\texttt{#1}}
\newcommand{\classe}[1]{\texttt{#1}}
\newcommand{\methode}[1]{\texttt{#1}}
\newcommand{\module}[1]{\texttt{#1}}
\newcommand{\exception}[1]{\textit{#1}}
\newcommand{\interface}[1]{\textit{#1}}
\newcommand{\lib}[1]{\textit{#1}}
\newcommand{\constante}[1]{{\sc#1}}
\newcommand{\ppp}[1]{{\sc#1}}
\newcommand{\rem}{\textsl{Remarque : }}
\newcommand{\rems}{\textsl{Remarques : }}
\newcommand{\objectif}{\textbf{Objectif :}}
\newcommand{\fonctionnalite}[1]{\textsl{#1}}
% Fonctionne dans tous les modes (math ou pas)
\newcommand{\var}[1]{\ensuremath{\it#1}}
\newcommand{\struct}[1]{\ensuremath{\it#1}}
\newcommand{\croix}{\ensuremath{\times}}
\newcommand{\ra}{\ensuremath{\rightarrow}}

\newcommand{\emp}[1]{\textbf{#1}}


\newcommand{\pastix}{\textsc{PaStiX}}
\newcommand{\fws}{\textsc{Firewall-Services}}

% Numérotation jusqu'aux \paragraph's
%\setcounter{secnumdepth}{4}
% Numérotation jusqu'aux \subsubsection's
\setcounter{secnumdepth}{3}
% Les \subsubsection's sont en chiffres arabes
\renewcommand{\thesubsubsection}{}
% Les \paragraph's sont en alphabétique
%\renewcommand{\theparagraph}{\hspace{2em}\alph{paragraph}}
