23 lines
418 B
TeX
Executable File
23 lines
418 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions
|
|
]{../../resources/ormc_handout}
|
|
|
|
\usepackage{tikz}
|
|
|
|
\uptitlel{Advanced 2}
|
|
\uptitler{Fall 2022}
|
|
\title{Group Theory}
|
|
\subtitle{Prepared by Mark on \today}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{parts/00 review}
|
|
\input{parts/01 groups}
|
|
\input{parts/02 isomorphism}
|
|
\input{parts/03 bonus}
|
|
|
|
\end{document} |