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

Private GIT Repository
typos
[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 \geometry{hmargin=1.5cm, vmargin=1.5cm }
37
38
39
40 \theoremstyle{plain}
41 %\theoremsymbol{\ensuremath{\clubsuit}}
42 \theoremseparator{.}
43 %\theoremprework{\hrulefill}
44 %\theorempostwork{\hrulefill\newline}
45 \newtheorem{Exo}{Exercice}[chapter]
46
47
48
49 \theoremstyle{plain}
50 %\theoremsymbol{\ensuremath{\clubsuit}}
51 \theoremseparator{.}
52 %\theoremprework{\hrulefill}
53 %\theorempostwork{\hrulefill\newline}
54 \newtheorem{TP}{Travaux pratiques}[chapter]
55
56
57
58
59 \theoremstyle{plain}
60 \theoremheaderfont{\normalfont\bfseries\sc}
61 \theorembodyfont{\normalfont}
62 %\theoremsymbol{\ensuremath{}}
63 \theoremprework{\bigskip}
64 \theoremseparator{.}
65 \newtheorem{Def}{Définition}[chapter]
66
67
68 \theoremstyle{plain}
69 \theoremheaderfont{\normalfont\bfseries\sc}
70 \theorembodyfont{\normalfont}
71 %\theoremsymbol{\ensuremath{}}
72 \theoremprework{\bigskip}
73 \theoremseparator{.}
74 \newtheorem{Prop}{Proposition}[chapter]
75
76
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
84 extendedchars = true,
85 showstringspaces=false}     % no special string spaces
86
87
88
89 \usepackage{hyperref}
90 \pdfcompresslevel=9
91 \hypersetup{
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.
105 }
106
107
108
109
110 \makeindex
111
112 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
113 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
114
115
116 \begin{document}
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
120     [point] fr}\\
121   \url{couchot [arobase]univ-fcomte
122     [point] fr}}
123
124
125
126 %\lstset{language=C}
127 \maketitle
128 \tableofcontents
129
130 \setcounter{secnumdepth}{3}
131
132
133
134
135 \chapter{Des erreurs  de problèmes numériques}
136 \input{pbnum}
137
138 \chapter{Introduction à la complexité}
139 \input{complexite}
140
141 \chapter{Interpolation polynomiale}
142 \input{interpol}
143
144
145
146
147 \chapter{Résolution d'équations}
148 \input{equations}
149
150 \bibliographystyle{alpha}
151 \bibliography{biblio}
152 \include{Bibliographie}
153
154
155 \end{document}