Transition to new format

This commit is contained in:
2023-05-25 21:44:07 -07:00
parent 3d73626bc4
commit 83b273fbd3
29 changed files with 483 additions and 471 deletions

View File

@ -1,22 +1,23 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions
solutions,
singlenumbering
]{../../resources/ormc_handout}
\usepackage{tikz}
\uptitlel{Advanced 2}
\uptitler{Fall 2022}
\title{Error-Correcting Codes}
\subtitle{
Based on a handout by Yingkun Li \\
Revised by Mark on \today
}
\begin{document}
\maketitle
<Advanced 2>
<Fall 2022>
{Error-Correcting Codes}
{
Based on a handout by Yingkun Li \\
Revised by Mark on \today
}
\input{parts/00 detection}
\input{parts/01 correction}