-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVisual Group Theory.tex
76 lines (56 loc) · 1.77 KB
/
Visual Group Theory.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
% !TEX encoding = UTF-8 Unicode
\documentclass[11pt]{exam}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{enumerate}
\usepackage{dsfont}
\usepackage[utf8x]{inputenc}
\usepackage{booktabs}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[dutch]{babel}
\usepackage{multicol}
\usepackage{tikz}
%\renewcommand*\rmdefault{iwona}
%\usepackage[math]{iwona}
%\usepackage[math]{kurier}
%Evenwijdig symbool
\newcommand{\nevenwijdig}{\,\rlap{$\diagdown$} /\hspace{-0.2em}/\,}
\newcommand{\evenwijdig}{\,/\hspace{-0.2em}/\,}
% New definition of square root:
% it renames \sqrt as \oldsqrt
\let\oldsqrt\sqrt
% it defines the new \sqrt in terms of the old one
\def\sqrt{\mathpalette\DHLhksqrt}
\def\DHLhksqrt#1#2{\setbox0=\hbox{$#1\oldsqrt{#2\,}$}\dimen0=\ht0
\advance\dimen0-0.2\ht0
\setbox2=\hbox{\vrule height\ht0 depth -\dimen0}%
{\box0\lower0.4pt\box2}}
\printanswers
\addpoints
\shadedsolutions
\definecolor{HeadColor}{rgb}{0.65,0.65,0.65}
\definecolor{SolutionColor}{rgb}{0.95,0.95,0.95}
\renewcommand{\solutiontitle}{\noindent\textbf{Solution:}\par\noindent}
\renewcommand\thepartno{\alph{partno}}
\renewcommand\partlabel{(\thepartno)}
\renewcommand\questionlabel{\thesection.\thequestion}
\newcommand*{\QED}{\hfill\ensuremath{\square}}%
\newcommand*{\QEF}{\hfill\ensuremath{\diamond}}%
\author{Nathan Carter}
\title{Visual Group Theory}
\setlength{\parindent}{0pt}
%HEADER & FOOTEr
\pagestyle{empty}
\begin{document}
\maketitle
\thispagestyle{empty}
\include{Chapters/ch1} %What is a group?
\include{Chapters/ch2} %What do groups look like?
\include{Chapters/ch3} %Why study groups?
\include{Chapters/ch4} %Algebra at last
\include{Chapters/ch5} %Five families
\section{Subgroups}
\section{Products and quotients}
\section{The power of homomorphisms}
\section{Sylow theory}
\end{document}