1 \documentclass[a4paper,french,11pt]{report}
2 %\usepackage{hyperlatex}
3 \usepackage[utf8]{inputenc}
4 \usepackage[T1]{fontenc}
12 \usepackage[amsmath,thmmarks,thref,framed]{ntheorem}
13 \usepackage[dvips]{graphics}
15 \usepackage{epsfig,psfrag}
16 \usepackage{subfigure}
22 \usepackage{longtable}
25 %\usepackage{slashbox}
29 \usepackage{algorithm2e}
32 \usepackage[frenchb]{babel}
33 \usepackage[a4paper]{geometry}
38 %\theoremsymbol{\ensuremath{\clubsuit}}
40 %\theoremprework{\hrulefill}
41 %\theorempostwork{\hrulefill\newline}
42 \newtheorem{Exo}{Exercice}[chapter]
47 %\theoremsymbol{\ensuremath{\clubsuit}}
49 %\theoremprework{\hrulefill}
50 %\theorempostwork{\hrulefill\newline}
51 \newtheorem{TP}{Travaux pratiques}[chapter]
57 \theoremheaderfont{\normalfont\bfseries\sc}
58 \theorembodyfont{\normalfont}
59 %\theoremsymbol{\ensuremath{}}
60 \theoremprework{\bigskip}
62 \newtheorem{Def}{Définition}[chapter]
66 \theoremheaderfont{\normalfont\bfseries\sc}
67 \theorembodyfont{\normalfont}
68 %\theoremsymbol{\ensuremath{}}
69 \theoremprework{\bigskip}
71 \newtheorem{Prop}{Proposition}[chapter]
74 \lstset{% general command to set parameter(s)
75 basicstyle=\small, % print whole listing small
76 keywordstyle=\color{black}\bfseries\underbar,
77 % underlined bold black keywords
78 identifierstyle=, % nothing happens
79 commentstyle=\color{white}, % white comments
80 stringstyle=\ttfamily, % typewriter type for strings
82 showstringspaces=false} % no special string spaces
89 %backref=true, %permet d'ajouter des liens dans...
90 %pagebackref=true,%...les bibliographies
91 %hyperindex=true, %ajoute des liens dans les index.
92 colorlinks=true, %colorise les liens
93 breaklinks=true, %permet le retour à la ligne dans les liens trop longs
94 urlcolor= blue, %couleur des hyperliens
95 linkcolor= blue, %couleur des liens internes
96 %bookmarks=true, %créé des signets pour Acrobat
97 bookmarksopen=true, %si les signets Acrobat sont créés,
98 %les afficher complÚtement.
99 pdftitle={Cours de mathématiques discrètes}, %informations apparaissant dans
100 pdfauthor={Christophe Guyeux}, %dans les informations du document
101 pdfsubject={Mathématiques discrètes} %sous Acrobat.
109 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
110 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
114 \title{Modélisation et Évaluation des Systèmes Informatiques}
115 \author{Christophe {\sc Guyeux} et Jean-Fran\c{c}ois {\sc Couchot} \\
116 \url{guyeux [arobase] univ-fcomte
118 \url{couchot [arobase]univ-fcomte
127 \setcounter{secnumdepth}{3}
132 \chapter{Des erreurs de problèmes numériques}
135 \chapter{Introduction à la complexité}
138 \chapter{Interpolation polynomiale}
144 \chapter{Résolution d'équations}
147 \bibliographystyle{alpha}
148 \bibliography{biblio}
149 \include{Bibliographie}