%  ananu.sty -- v.2.4, 2.12.2005
%
\usepackage{xspace, colortbl}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{newlfont}
\usepackage[french]{babel}
\usepackage{fancyhdr}
\usepackage{graphics}
\usepackage{epsfig}
\usepackage{listings}


\usepackage{t1enc}
     % Encodage pour les fontes EC (au lieu de CMR) permettant
     % des césures correctes pour les mots accentués
\usepackage[latin1]{inputenc}
     % Document avec accents format windows, la ligne précédente
     % n'est pas nécessaire si on utilise \`a pour à, etc.

% THEOREMS ---------------------------------------------------------------

\theoremstyle{plain}
\newtheorem{thm}{ \bf Théorème}[section]
\newtheorem{cor}[thm]{Corollaire}
\newtheorem{lem}[thm]{Lemme}
\newtheorem{prop}[thm]{Proposition}
%
\theoremstyle{definition}
\newtheorem{defn}{Définition}[section]
%
\theoremstyle{remark}
\newtheorem{rem}{ \bf Remarque}[section]
\newtheorem{exem}{\bf Exemple}[section]
%
\numberwithin{equation}{section}

\renewcommand{\thesection}{\arabic{section}}
\renewcommand{\theequation}{\arabic{equation}}

\renewcommand{\appendixname}{Annexe}


%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  Début pageGardeAnanu    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\newcommand{\pageGardeAnaNu}[5]{%
{\sffamily
\pagenumbering{roman}
\thispagestyle{empty} \null
{
\begin{figure}
\vskip -2.4cm
\null
\hspace{-2.5cm}
\null
\includegraphics[width=0.2\linewidth=0.4]{logo_eisti.pdf}
\end{figure}}
\vskip -3.2cm \null \hspace{1cm} {\Huge{\textbf{ELECTRONIQUE}}}
\vskip 1.5cm
%\rmfamily\large
\begin{center}
{\textbf{\LARGE Projet VHDL  }}\\
\end{center}

\vskip 1cm {\textsc{\LARGE{#3}}} \vskip 0.4cm
{\textsc{\LARGE{#4}}} \vskip 0.4cm {\textsc{\LARGE{#5}}} \vskip
1cm \hrule \vskip 0.6cm {\textbf{\Large Groupe : {#2}}} \vskip
0.4cm \hrule \vskip 0.6cm {\Large Observations :} \vskip 4cm
\hrule \vskip 0.6cm \hspace{2cm}
\begin{center}
{\Large{EISTI, \today}}
\end{center}}
\newpage
\pagenumbering{arabic}
\maketitle
\tableofcontents
 \vskip 2cm
}


%%
%% Fin `ananu.sty'.
%
