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

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