cours-m1-eea/455-Codage_Sources/Cours/main.tex
Pierre-antoine Comby 63d05d1a5b typo et correction
2019-03-01 09:51:34 +01:00

37 lines
901 B
TeX

\documentclass{../../cours}
\usepackage{../../raccourcis}
% bug avec minted sinon
\let\framed\relax \let\endframed\relax
\let\shaded\relax \let\endshaded\relax
\let\leftbar\relax \let\endleftbar\relax
\let\snugshade\relax \let\endsnugshade\relax
\usepackage{minted}
% Mise en page
\renewcommand{\vec}{\mathbf}
\title{Notes de Cours}
\author{Pierre-Antoine Comby}
\teacher{Michel Kieffer}
\module{455\\ Codage de source}
\begin{document}
\maketitle
\tableofcontents
\chapter*{Rappel de probabilité}
\subfile{chap0_MAN.tex}
\chapter{Introduction - Motivation}
\subfile{chap0.tex}
\chapter{Codage entropique (sans pertes)}
\subfile{chap1.tex}
\chapter{Quantification}
\subfile{chap2.tex}
\chapter{Codage prédictif}
\subfile{chap3.tex}
\appendix
\chapter{Implémentation des différents algorithme}
\subfile{chapA.tex}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: