2023-01-12 08:31:10 -08:00
|
|
|
% use [nosolutions] flag to hide solutions.
|
|
|
|
% use [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
2023-05-25 21:44:07 -07:00
|
|
|
solutions,
|
|
|
|
singlenumbering
|
2023-01-12 10:30:53 -08:00
|
|
|
]{../../resources/ormc_handout}
|
2023-10-17 18:32:10 -07:00
|
|
|
\usepackage{../../resources/macros}
|
|
|
|
|
2023-01-12 08:31:10 -08:00
|
|
|
|
2023-06-20 10:07:35 -07:00
|
|
|
\usepackage{hyperref}
|
2023-01-12 08:31:10 -08:00
|
|
|
\usepackage{tikz}
|
2023-06-19 15:42:33 -07:00
|
|
|
\usetikzlibrary{patterns}
|
2023-01-12 08:31:10 -08:00
|
|
|
|
2023-05-25 21:44:07 -07:00
|
|
|
\uptitlel{Advanced 2}
|
2024-04-01 21:50:50 -07:00
|
|
|
\uptitler{\smallurl{}}
|
2023-05-25 21:44:07 -07:00
|
|
|
\title{Error-Correcting Codes}
|
2024-04-01 21:50:50 -07:00
|
|
|
\subtitle{Prepared by Mark on \today}
|
2023-05-25 21:44:07 -07:00
|
|
|
|
2023-01-12 08:31:10 -08:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
|
|
|
\input{parts/00 detection}
|
|
|
|
\input{parts/01 correction}
|
2023-06-19 15:42:33 -07:00
|
|
|
\input{parts/02 hamming}
|
2023-01-12 08:31:10 -08:00
|
|
|
\end{document}
|