-
Notifications
You must be signed in to change notification settings - Fork 0
/
algebraic-groups.tex
70 lines (52 loc) · 1.41 KB
/
algebraic-groups.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
\documentclass[oneside]{article}
\usepackage[
paperheight = 9in,
paperwidth = 6in,
textheight = 7.5in,
textwidth = 5in,
]{geometry}
\usepackage{
amsmath,
amssymb,
amsthm,
bm, % boldsymbol
bookmark, % replaces (and loads) hyperref
fixltx2e, % textsubscript
mathrsfs, % mathscr
mathtools, % allows prescript
microtype, % improved looks
tikz-cd, % better commutative diagrams
thmtools, % custom end to example environment
algebraic-groups % custom style file
}
\usetikzlibrary{matrix,decorations.pathreplacing}
\usepackage[
hyperref = true, % links to online documents
backend = bibtex, % use bibtex instead of biber
sorting = nyt, % sorts by (name, year, title)
style = alphabetic % citations look like [Har77]
]{biblatex}
\addbibresource{algebraic-groups.bib}
\hypersetup{
colorlinks = true,
linkcolor = blue,
urlcolor = cyan
}
\PassOptionsToPackage{hyphens}{url}
\pagestyle{myheadings}
\markright{\hfill Linear algebraic groups\hfill}
\title{Linear algebraic groups and their Lie algebras}
\author{Daniel Miller}
\date{Fall 2014}
\begin{document}
\maketitle
\tableofcontents
\input{1_introduction}
\input{2_Lie-algebras}
\input{3_canonical-subgroups}
\input{4_semisimple-groups}
\input{5_reductive-groups}
\input{6_special-topics}
\newpage
\printbibliography[heading=bibintoc]
\end{document}