55 lines
1.7 KiB
TeX
55 lines
1.7 KiB
TeX
\documentclass{../../cours}
|
|
\usepackage{../../raccourcis}
|
|
\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}
|
|
% \usepackage{listings}
|
|
% \definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue
|
|
% \definecolor{mylilas}{RGB}{170,55,241}
|
|
\begin{document}
|
|
% \lstset{language=Matlab, %
|
|
% % basicstyle=\color{red},
|
|
% breaklines=true,%
|
|
% morekeywords={matlab2tikz},
|
|
% keywordstyle=\color{blue},%
|
|
% morekeywords=[2]{1}, keywordstyle=[2]{\color{black}},
|
|
% identifierstyle=\color{black},%
|
|
% stringstyle=\color{mylilas},
|
|
% commentstyle=\color{mygreen},%
|
|
% showstringspaces=false,%without this there will be a symbol in the places where there is a space
|
|
% numbers=left,%
|
|
% numberstyle={\tiny \color{black}},% size of the numbers
|
|
% numbersep=9pt, % this defines how far the numbers are from the text
|
|
% emph=[1]{for,end,break},emphstyle=[1]\color{red}, %some words to emphasise
|
|
% %emph=[2]{word1,word2}, emphstyle=[2]{style},
|
|
% }
|
|
\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:
|