Advanced handouts
Add missing file Co-authored-by: Mark <mark@betalupi.com> Co-committed-by: Mark <mark@betalupi.com>
This commit is contained in:
31
src/Advanced/Compression/main.tex
Executable file
31
src/Advanced/Compression/main.tex
Executable file
@ -0,0 +1,31 @@
|
||||
% use [nosolutions] flag to hide solutions.
|
||||
% use [solutions] flag to show solutions.
|
||||
\documentclass[
|
||||
solutions,
|
||||
singlenumbering
|
||||
]{../../../lib/tex/ormc_handout}
|
||||
\usepackage{../../../lib/tex/macros}
|
||||
|
||||
\input{tikzset.tex}
|
||||
\usepackage{units}
|
||||
\usepackage{pdfpages}
|
||||
|
||||
\uptitlel{Advanced 2}
|
||||
\uptitler{\smallurl{}}
|
||||
\title{Compression}
|
||||
\subtitle{Prepared by Mark on \today{}}
|
||||
|
||||
% TODO: add a section on info theory,
|
||||
% shannon entropy. etc.
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{parts/0 intro.tex}
|
||||
\input{parts/1 runlength.tex}
|
||||
\input{parts/2 lzss.tex}
|
||||
\input{parts/3 huffman.tex}
|
||||
\input{parts/4 bonus.tex}
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user