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 }
41 \theoremstyle{nonumberplain}
42 \theoremheaderfont{\normalfont\sc}
43 \theorembodyfont{\slshape}
45 \theoremprework{\medskip}
48 \newtheorem{Proof}{Preuve}%[]
52 %\theoremsymbol{\ensuremath{\clubsuit}}
54 %\theoremprework{\hrulefill}
55 %\theorempostwork{\hrulefill\newline}
56 \newtheorem{Exo}{Exercice}[chapter]
62 %\theoremsymbol{\ensuremath{\clubsuit}}
64 %\theoremprework{\hrulefill}
65 %\theorempostwork{\hrulefill\newline}
66 \newtheorem{Exp}{Exemple}[chapter]
71 %\theoremsymbol{\ensuremath{\clubsuit}}
73 %\theoremprework{\hrulefill}
74 %\theorempostwork{\hrulefill\newline}
75 \newtheorem{TP}{Travaux pratiques}[chapter]
81 \theoremheaderfont{\normalfont\bfseries\sc}
82 \theorembodyfont{\normalfont}
83 %\theoremsymbol{\ensuremath{}}
84 \theoremprework{\bigskip}
86 \newtheorem{Def}{Définition}[chapter]
90 \theoremheaderfont{\normalfont\bfseries\sc}
91 \theorembodyfont{\normalfont}
92 %\theoremsymbol{\ensuremath{}}
93 \theoremprework{\bigskip}
95 \newtheorem{Prop}{Proposition}[chapter]
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
110 \usepackage{hyperref}
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.
133 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
134 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
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
149 \setcounter{secnumdepth}{3}
154 \chapter{Cryptographie par RSA}
158 \bibliographystyle{alpha}
159 \bibliography{biblio}