26 lines
400 B
TeX
26 lines
400 B
TeX
\documentclass{../../cours}
|
|
\usepackage{../../raccourcis}
|
|
|
|
% Mise en page
|
|
\title{Notes de Cours}
|
|
\author{Pierre-Antoine Comby}
|
|
\teacher{Cécile Durieu}
|
|
\module{451}
|
|
\usepackage{multicol}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
\tableofcontents
|
|
\chapter{Chapitre 1}
|
|
\chapter{Chapitre 2}
|
|
\chapter{Filtrage des Signaux Aléatoires}
|
|
\subfile{chap3.tex}
|
|
|
|
\chapter{Estimation}
|
|
|
|
\subfile{chap4.tex}
|
|
|
|
|
|
|
|
\end{document}
|