Add missing file Co-authored-by: Mark <mark@betalupi.com> Co-committed-by: Mark <mark@betalupi.com>
		
			
				
	
	
		
			31 lines
		
	
	
		
			619 B
		
	
	
	
		
			TeX
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			619 B
		
	
	
	
		
			TeX
		
	
	
		
			Executable File
		
	
	
	
	
| % 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} |