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}
36 \geometry{hmargin=1.5cm, vmargin=1.5cm }
41 %\theoremsymbol{\ensuremath{\clubsuit}}
43 %\theoremprework{\hrulefill}
44 %\theorempostwork{\hrulefill\newline}
45 \newtheorem{Exo}{Exercice}[chapter]
50 %\theoremsymbol{\ensuremath{\clubsuit}}
52 %\theoremprework{\hrulefill}
53 %\theorempostwork{\hrulefill\newline}
54 \newtheorem{TP}{Travaux pratiques}[chapter]
60 \theoremheaderfont{\normalfont\bfseries\sc}
61 \theorembodyfont{\normalfont}
62 %\theoremsymbol{\ensuremath{}}
63 \theoremprework{\bigskip}
65 \newtheorem{Def}{Définition}[chapter]
69 \theoremheaderfont{\normalfont\bfseries\sc}
70 \theorembodyfont{\normalfont}
71 %\theoremsymbol{\ensuremath{}}
72 \theoremprework{\bigskip}
74 \newtheorem{Prop}{Proposition}[chapter]
77 \lstset{% general command to set parameter(s)
78 basicstyle=\small, % print whole listing small
79 keywordstyle=\color{black}\bfseries\underbar,
80 % underlined bold black keywords
81 identifierstyle=, % nothing happens
82 commentstyle=\color{white}, % white comments
83 stringstyle=\ttfamily, % typewriter type for strings
85 showstringspaces=false} % no special string spaces
92 %backref=true, %permet d'ajouter des liens dans...
93 %pagebackref=true,%...les bibliographies
94 %hyperindex=true, %ajoute des liens dans les index.
95 colorlinks=true, %colorise les liens
96 breaklinks=true, %permet le retour à la ligne dans les liens trop longs
97 urlcolor= blue, %couleur des hyperliens
98 linkcolor= blue, %couleur des liens internes
99 %bookmarks=true, %créé des signets pour Acrobat
100 bookmarksopen=true, %si les signets Acrobat sont créés,
101 %les afficher complÚtement.
102 pdftitle={Cours de mathématiques discrètes}, %informations apparaissant dans
103 pdfauthor={Christophe Guyeux}, %dans les informations du document
104 pdfsubject={Mathématiques discrètes} %sous Acrobat.
112 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
113 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
117 \title{Modélisation et Évaluation des Systèmes Informatiques}
118 \author{Christophe {\sc Guyeux} et Jean-Fran\c{c}ois {\sc Couchot} \\
119 \url{guyeux [arobase] univ-fcomte
121 \url{couchot [arobase]univ-fcomte
130 \setcounter{secnumdepth}{3}
135 \chapter{Des erreurs de problèmes numériques}
138 \chapter{Introduction à la complexité}
141 \chapter{Interpolation polynomiale}
147 \chapter{Résolution d'équations}
150 \bibliographystyle{alpha}
151 \bibliography{biblio}
152 \include{Bibliographie}