]> AND Private Git Repository - cours-mesi.git/blob - main.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
3a8e1725a6db58758ee2b456ffb0259c644ca891
[cours-mesi.git] / main.tex
1 \documentclass[a4paper,french,11pt]{report}
2 %\usepackage{hyperlatex}
3 \usepackage[utf8]{inputenc}
4 \usepackage[T1]{fontenc}
5 \usepackage{lmodern}
6 \usepackage{amsmath}
7 \usepackage{amsfonts}
8 \usepackage{stmaryrd}
9 \usepackage{amssymb}
10 \usepackage{optional}
11 \usepackage{framed}
12 \usepackage[amsmath,thmmarks,thref,framed]{ntheorem}
13 \usepackage[dvips]{graphics}
14 \usepackage{epsfig}
15 \usepackage{epsfig,psfrag}
16 \usepackage{subfigure}
17 \usepackage{color}
18 \usepackage{calc}
19 \usepackage{listings}
20 \usepackage{url}
21 \usepackage{makeidx}
22 \usepackage{longtable}
23 \usepackage{tabls}
24 \usepackage{textcomp}
25 %\usepackage{slashbox}
26 \usepackage{times}
27 \usepackage{gastex}
28 \usepackage{multirow}
29 \usepackage{algorithm2e}
30 \usepackage{pst-plot}
31 %\input{format.sty}
32 \usepackage[frenchb]{babel}
33 \usepackage[a4paper]{geometry}
34 \input{symboles.sty}
35
36
37 \theoremstyle{plain}
38 %\theoremsymbol{\ensuremath{\clubsuit}}
39 \theoremseparator{.}
40 %\theoremprework{\hrulefill}
41 %\theorempostwork{\hrulefill\newline}
42 \newtheorem{Exo}{Exercice}[chapter]
43
44
45
46 \theoremstyle{plain}
47 %\theoremsymbol{\ensuremath{\clubsuit}}
48 \theoremseparator{.}
49 %\theoremprework{\hrulefill}
50 %\theorempostwork{\hrulefill\newline}
51 \newtheorem{TP}{Travaux pratiques}[chapter]
52
53
54
55
56 \theoremstyle{plain}
57 \theoremheaderfont{\normalfont\bfseries\sc}
58 \theorembodyfont{\normalfont}
59 %\theoremsymbol{\ensuremath{}}
60 \theoremprework{\bigskip}
61 \theoremseparator{.}
62 \newtheorem{Def}{Définition}[chapter]
63
64
65 \theoremstyle{plain}
66 \theoremheaderfont{\normalfont\bfseries\sc}
67 \theorembodyfont{\normalfont}
68 %\theoremsymbol{\ensuremath{}}
69 \theoremprework{\bigskip}
70 \theoremseparator{.}
71 \newtheorem{Prop}{Proposition}[chapter]
72
73
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
81 extendedchars = true,
82 showstringspaces=false}     % no special string spaces
83
84
85
86 \usepackage{hyperref}
87 \pdfcompresslevel=9
88 \hypersetup{
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.
102 }
103
104
105
106
107 \makeindex
108
109 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
110 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
111
112
113 \begin{document}
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
117     [point] fr}\\
118   \url{couchot [arobase]univ-fcomte
119     [point] fr}}
120
121
122
123 %\lstset{language=C}
124 \maketitle
125 \tableofcontents
126
127 \setcounter{secnumdepth}{3}
128
129
130
131
132 \chapter{Des erreurs  de problèmes numériques}
133 \input{pbnum}
134
135 \chapter{Introduction à la complexité}
136 \input{complexite}
137
138 \chapter{Interpolation polynomiale}
139 \input{interpol}
140
141
142
143
144 \chapter{Résolution d'équations}
145 \input{equations}
146
147 \bibliographystyle{alpha}
148 \bibliography{biblio}
149 \include{Bibliographie}
150
151
152 \end{document}