Final revision (fix compilation errors, ...)
This commit is contained in:
parent
91dd3a3e87
commit
da7ef42d13
16 changed files with 94 additions and 53 deletions
|
@ -1,7 +1,11 @@
|
|||
\title{Approximation, interpolation, optimisation}
|
||||
\author{Le prof de maths}
|
||||
\date{ING1}
|
||||
\title{Probabilités}
|
||||
\author{Regragui Mohammed}
|
||||
\date{ING1 2014\\
|
||||
\vspace{6em}
|
||||
\small{Sources disponibles sur \url{http://ing1.nemunai.re/} ou \href{mailto:ing1@nemunai.re}{ing1@nemunai.re}}}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{approximations}
|
||||
\tableofcontents
|
||||
|
||||
\input{proba}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[frenchb]{babel}
|
||||
\usepackage{ucs}
|
||||
\usepackage[pdfauthor={Nemunaire},pagebackref=true,pdftex,pdfstartview=FitV,colorlinks=true,citecolor=black,linkcolor=black,urlcolor=black]{hyperref}
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amsfonts}
|
||||
\usepackage{amssymb}
|
||||
|
@ -10,6 +11,16 @@
|
|||
|
||||
\begin{document}
|
||||
|
||||
\title{Probabilités}
|
||||
\author{Regragui Mohammed}
|
||||
\date{ING1 2014\\
|
||||
\vspace{6em}
|
||||
\small{Sources disponibles sur \url{http://ing1.nemunai.re/} ou \href{mailto:ing1@nemunai.re}{ing1@nemunai.re}}}
|
||||
|
||||
\maketitle
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\chapter{Le modèle probabiliste et variables aléatoires}
|
||||
|
||||
\section{Espaces utilisables}
|
||||
|
|
Reference in a new issue