cours-m1-eea/455-Codage_Sources/Cours/main.tex

56 lines
1.7 KiB
TeX
Raw Normal View History

2019-01-15 15:56:28 +01:00
\documentclass{../../cours}
\usepackage{../../raccourcis}
2019-02-12 09:33:02 +01:00
\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}
2019-01-15 15:56:28 +01:00
% Mise en page
2019-01-21 17:07:56 +01:00
\renewcommand{\vec}{\mathbf}
2019-01-15 15:56:28 +01:00
\title{Notes de Cours}
\author{Pierre-Antoine Comby}
\teacher{Michel Kieffer}
2019-01-23 16:22:14 +01:00
\module{455\\ Codage de source}
2019-02-12 09:33:02 +01:00
% \usepackage{listings}
% \definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue
% \definecolor{mylilas}{RGB}{170,55,241}
2019-01-15 15:56:28 +01:00
\begin{document}
2019-02-12 09:33:02 +01:00
% \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},
% }
2019-01-15 15:56:28 +01:00
\maketitle
\tableofcontents
2019-01-21 17:07:56 +01:00
\chapter*{Rappel de probabilité}
2019-01-17 20:12:37 +01:00
\subfile{chap0_MAN.tex}
2019-01-15 15:56:28 +01:00
\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}
2019-02-12 09:33:02 +01:00
\appendix
\chapter{Implémentation des différents algorithme}
\subfile{chapA.tex}
2019-01-15 15:56:28 +01:00
\end{document}
2019-01-23 16:22:14 +01:00
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: