-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.tex
executable file
·124 lines (90 loc) · 3.03 KB
/
notes.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
%% notes.tex, version 24/05/21
%% to LaTeX typeset use <shift><command>L
%% to run BibDesk use: <shift><command>B
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage{latexsym,amssymb,amsmath,enumerate,theorem}
\usepackage[all]{xy}
\usepackage{eepic,overpic,graphicx,makeidx,epsfig}
\usepackage[usenames]{color}
\setlength{\textwidth}{17cm}
\setlength{\textheight}{23cm}
\setlength{\topmargin}{0pt}
\setlength{\headsep}{0pt}
\setlength{\headheight}{0pt}
\setlength{\oddsidemargin}{0pt}
\setlength{\evensidemargin}{0pt}
\usepackage[bookmarks=true,
bookmarksnumbered=true, breaklinks=true, pdfstartview=FitH,
hyperfigures=false, plainpages=false, naturalnames=true,
colorlinks=true, pagebackref=true, pdfpagelabels]{hyperref}
\usepackage[usenames]{color}
% \renewcommand{\baselinestretch}{1.2}
\makeindex
{\theorembodyfont{\rmfamily}\newtheorem{example}{Example}[section]}
{\theorembodyfont{\rmfamily}\newtheorem{counterexample}{Counterexample}[section]}
\newtheorem{defn}[example]{Definition}
\newtheorem{prop}[example]{Proposition}
\newtheorem{thm}[example]{Theorem}
\newtheorem{cor}[example]{Corollary}
\newtheorem{lem}[example]{Lemma}
\newtheorem{conc}[example]{Conclusion}
\newtheorem{res}[example]{Result}
\newtheorem{exercise}[example]{Exercise}
\newenvironment{pf}{{\bf Proof:} }{\hfill$\Box$\mbox{}}
\input{newcomm} %%% file of \newcommand's
%% \bibliographystyle{notes}
%% \bibliography{refs}
\begin{document}
\title
{\bf Notes on higher dimensional groups and groupoids \\
and related topics}
\author{{\bf Christopher D Wensley}}
\maketitle
\tableofcontents
%% preface for the notes
\newpage \include{preface/preface}
%% crossed modules and cat1-groups
\newpage \include{xmodcat1/xmodcat1}
%% derivations and sections
\newpage \include{der-sect/der-sect}
%% actor of a crossed module
\newpage \include{act-xmod/act-xmod}
%% basic stuff on groupoids
\newpage \include{gpd/gpd}
%% crossed modules of groupoids
\newpage \include{xmod-gpd/xmod-gpd}
%% crossed complexes
\newpage \include{xcomp/xcomp}
%% crossed pairings and nonabelian tensor products
\newpage \include{xpair/xpair}
\include{xpair/xpair-dev}
%% crossed squares and cat2-groups
\newpage \include{xsq/xsq}
\include{xsq/xsq-dev}
%% crossed squares and 2-fold crossed modules
\newpage \include{xxmod/xxmod}
%% 2-crossed modules
\newpage \include{2xmod/2xmod}
%% regular braided crossed modules
\newpage \include{braiding/braiding}
%% double categories and double groupoids
\newpage \include{dbl-gpd/dbl-gpd}
\include{dbl-gpd/dbl-gpd-dev}
%% simplicial groups
\newpage \include{simp-gps/simp-gps}
%% crossed n-cubes of groups
\newpage \include{xncube/xncube}
%% other types of crossed module
\newpage \include{others/others}
%% 2-groupoid enrichments
\newpage \include{2gpd/2gpd}
%% oddments
\newpage \include{oddments/oddments}
%% \nocite{*}
\newpage \include{refs}
%% \input{refs.bbl}
%% \addcontentsline{toc}{part}{Bibliography}
\addcontentsline{toc}{part}{Index}
\printindex
\end{document}