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

Private GIT Repository
ajout de qques exos
[modelisationMathS3.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
35 \input{symboles.sty}
36
37 \geometry{hmargin=1.5cm, vmargin=1.5cm }
38
39
40
41 \theoremstyle{nonumberplain}
42 \theoremheaderfont{\normalfont\sc}
43 \theorembodyfont{\slshape}
44 \theoremsymbol{}
45 \theoremprework{\medskip}
46 %\theorempostwork{}
47 \theoremseparator{. }
48 \newtheorem{Proof}{Preuve}%[]
49
50
51 \theoremstyle{plain}
52 %\theoremsymbol{\ensuremath{\clubsuit}}
53 \theoremseparator{.}
54 %\theoremprework{\hrulefill}
55 %\theorempostwork{\hrulefill\newline}
56 \newtheorem{Exo}{Exercice}[chapter]
57
58
59
60
61 \theoremstyle{plain}
62 %\theoremsymbol{\ensuremath{\clubsuit}}
63 \theoremseparator{.}
64 %\theoremprework{\hrulefill}
65 %\theorempostwork{\hrulefill\newline}
66 \newtheorem{Exp}{Exemple}[chapter]
67
68
69
70 \theoremstyle{plain}
71 %\theoremsymbol{\ensuremath{\clubsuit}}
72 \theoremseparator{.}
73 %\theoremprework{\hrulefill}
74 %\theorempostwork{\hrulefill\newline}
75 \newtheorem{TP}{Travaux pratiques}[chapter]
76
77
78
79
80 \theoremstyle{plain}
81 \theoremheaderfont{\normalfont\bfseries\sc}
82 \theorembodyfont{\normalfont}
83 %\theoremsymbol{\ensuremath{}}
84 \theoremprework{\bigskip}
85 \theoremseparator{.}
86 \newtheorem{Def}{Définition}[chapter]
87
88
89 \theoremstyle{plain}
90 \theoremheaderfont{\normalfont\bfseries\sc}
91 \theorembodyfont{\normalfont}
92 %\theoremsymbol{\ensuremath{}}
93 \theoremprework{\bigskip}
94 \theoremseparator{.}
95 \newtheorem{Prop}{Proposition}[chapter]
96
97
98 \lstset{% general command to set parameter(s)
99 basicstyle=\small,          % print whole listing small
100 keywordstyle=\color{black}\bfseries\underbar,
101                                 % underlined bold black keywords
102 identifierstyle=,           % nothing happens
103 commentstyle=\color{white}, % white comments
104 stringstyle=\ttfamily,      % typewriter type for strings
105 extendedchars = true,
106 showstringspaces=false}     % no special string spaces
107
108
109
110 \usepackage{hyperref}
111 \pdfcompresslevel=9
112 \hypersetup{
113      %backref=true,    %permet d'ajouter des liens dans...
114      %pagebackref=true,%...les bibliographies
115      %hyperindex=true, %ajoute des liens dans les index.
116      colorlinks=true, %colorise les liens
117      breaklinks=true, %permet le retour Ã  la ligne dans les liens trop longs
118      urlcolor= blue, %couleur des hyperliens
119      linkcolor= blue, %couleur des liens internes
120      %bookmarks=true, %créé des signets pour Acrobat
121      bookmarksopen=true,            %si les signets Acrobat sont créés,
122                                     %les afficher complÚtement.
123      pdftitle={}, %informations apparaissant dans
124      pdfauthor={},     %dans les informations du document
125      pdfsubject={}          %sous Acrobat.
126 }
127
128
129
130
131 \makeindex
132
133 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
134 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
135
136
137 \begin{document}
138 \title{DUT Informatique, modélisation mathématique, S3, M3202C}
139 \author{Jean-Fran\c{c}ois {\sc Couchot} \\
140   \url{jean-francois [point] couchot [arobase] univ-fcomte
141     [point] fr}}
142
143
144
145 %\lstset{language=C}
146 \maketitle
147 \tableofcontents
148
149 \setcounter{secnumdepth}{3}
150
151
152
153
154 \chapter{Cryptographie par RSA}
155 \input{rsa}
156
157
158 \bibliographystyle{alpha}
159 \bibliography{biblio}
160
161
162
163 \end{document}