27 lines
		
	
	
		
			518 B
		
	
	
	
		
			TeX
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			518 B
		
	
	
	
		
			TeX
		
	
	
		
			Executable File
		
	
	
	
	
% use [nosolutions] flag to hide solutions.
 | 
						|
% use [solutions] flag to show solutions.
 | 
						|
\documentclass[
 | 
						|
	solutions,
 | 
						|
	singlenumbering
 | 
						|
]{../../../lib/tex/handout}
 | 
						|
\usepackage{../../../lib/tex/macros}
 | 
						|
 | 
						|
\usepackage{ifthen}
 | 
						|
%\usepackage{lua-visual-debug}
 | 
						|
 | 
						|
\renewcommand{\arraystretch}{1.2}
 | 
						|
 | 
						|
\uptitlel{Advanced 2}
 | 
						|
\uptitler{\smallurl{}}
 | 
						|
\title{Lattices}
 | 
						|
\subtitle{Prepared by Mark on \today}
 | 
						|
 | 
						|
\begin{document}
 | 
						|
 | 
						|
	\maketitle
 | 
						|
 | 
						|
	\input{parts/0 intro.tex}
 | 
						|
	\input{parts/1 minkowski.tex}
 | 
						|
	\input{parts/2 orchard.tex}
 | 
						|
 | 
						|
\end{document} |