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

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