1 \documentclass[a4paper,french,11pt]{report}
2 %\usepackage{hyperlatex}
3 \usepackage[utf8]{inputenc}
4 \usepackage[T1]{fontenc}
12 \usepackage[amsmath,thmmarks,thref,framed]{ntheorem}
13 \usepackage[dvips]{graphics}
15 \usepackage{epsfig,psfrag}
16 \usepackage{subfigure}
22 \usepackage{longtable}
25 %\usepackage{slashbox}
29 \usepackage{algorithm2e}
32 \usepackage[frenchb]{babel}
33 \usepackage[a4paper]{geometry}
37 \geometry{hmargin=1.5cm, vmargin=1.5cm }
42 \theoremheaderfont{\normalfont\sc}
43 \theorembodyfont{\slshape}
44 \theoremsymbol{$\dagger$}
45 \theoremprework{\medskip}
48 \newtheorem{Proof}{Preuve}%[chapter]
52 %\theoremsymbol{\ensuremath{\clubsuit}}
54 %\theoremprework{\hrulefill}
55 %\theorempostwork{\hrulefill\newline}
56 \newtheorem{Exo}{Exercice}[chapter]
60 %\theoremsymbol{\ensuremath{\clubsuit}}
62 %\theoremprework{\hrulefill}
63 %\theorempostwork{\hrulefill\newline}
64 \newtheorem{Exp}{Exemple}[chapter]
69 %\theoremsymbol{\ensuremath{\clubsuit}}
71 %\theoremprework{\hrulefill}
72 %\theorempostwork{\hrulefill\newline}
73 \newtheorem{TP}{Travaux pratiques}[chapter]
79 \theoremheaderfont{\normalfont\bfseries\sc}
80 \theorembodyfont{\normalfont}
81 %\theoremsymbol{\ensuremath{}}
82 \theoremprework{\bigskip}
84 \newtheorem{Def}{Définition}[chapter]
88 \theoremheaderfont{\normalfont\bfseries\sc}
89 \theorembodyfont{\normalfont}
90 %\theoremsymbol{\ensuremath{}}
91 \theoremprework{\bigskip}
93 \newtheorem{Prop}{Proposition}[chapter]
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
108 \usepackage{hyperref}
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.
131 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
132 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
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
147 \setcounter{secnumdepth}{3}
152 \chapter{Cryptographie par RSA}
156 \bibliographystyle{alpha}
157 \bibliography{biblio}