Added initial parts of group theory handout

This commit is contained in:
2023-01-13 18:50:57 -08:00
parent 513bac6f54
commit f0b0a200bf
3 changed files with 240 additions and 0 deletions

24
Advanced/Group Theory/main.tex Executable file
View File

@ -0,0 +1,24 @@
% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
solutions
]{../../resources/ormc_handout}
\usepackage{tikz}
\begin{document}
\maketitle
<Advanced 2>
<Fall 2022>
{Group Theory}
{
Based on a lesson by Janet Chen \\
Prepared by Mark on \today
}
\input{parts/00 review}
\input{parts/01 groups}
\end{document}