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]
61 %\theoremsymbol{\ensuremath{\clubsuit}}
63 %\theoremprework{\hrulefill}
64 %\theorempostwork{\hrulefill\newline}
65 \newtheorem{TP}{Travaux pratiques}[chapter]
71 \theoremheaderfont{\normalfont\bfseries\sc}
72 \theorembodyfont{\normalfont}
73 %\theoremsymbol{\ensuremath{}}
74 \theoremprework{\bigskip}
76 \newtheorem{Def}{Définition}[chapter]
80 \theoremheaderfont{\normalfont\bfseries\sc}
81 \theorembodyfont{\normalfont}
82 %\theoremsymbol{\ensuremath{}}
83 \theoremprework{\bigskip}
85 \newtheorem{Prop}{Proposition}[chapter]
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
96 showstringspaces=false} % no special string spaces
100 \usepackage{hyperref}
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.
123 %\renewcommand{\thesubsection}{~~~~\arabic{subsection}}
124 %\renewcommand{\theparagraph}{~~~~~~~~\arabic{paragraph}}
128 \title{Modélisation mathématique}
129 \author{Jean-Fran\c{c}ois {\sc Couchot} \\
130 \url{couchot [arobase]univ-fcomte
139 \setcounter{secnumdepth}{3}
144 \chapter{Cryptographie par RSA}
148 \bibliographystyle{alpha}
149 \bibliography{biblio}