27 lines
531 B
TeX
Raw Normal View History

2023-04-28 15:09:42 -07:00
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
2023-04-30 20:27:45 -07:00
solutions,
2023-04-28 15:09:42 -07:00
singlenumbering
]{../../resources/ormc_handout}
2023-10-17 18:32:10 -07:00
\usepackage{../../resources/macros}
2023-04-28 15:09:42 -07:00
2023-04-30 21:08:34 -07:00
\usepackage{ifthen}
2023-04-28 15:09:42 -07:00
%\usepackage{lua-visual-debug}
2023-05-25 21:44:07 -07:00
2023-04-28 15:09:42 -07:00
\renewcommand{\arraystretch}{1.2}
2023-05-25 21:44:07 -07:00
\uptitlel{Advanced 2}
\uptitler{Spring 2023}
\title{Lattices}
2023-10-17 18:32:10 -07:00
\subtitle{Prepared by \githref{Mark} on \today}
2023-05-25 21:44:07 -07:00
2023-04-28 15:09:42 -07:00
\begin{document}
\maketitle
\input{parts/0 intro.tex}
\input{parts/1 minkowski.tex}
\input{parts/2 orchard.tex}
\end{document}