memoire-m2

My M2 Memoire on mapping class groups & their representations

Commit
bdebdaa781646c3fe22916bd41b17fa76adf96e4
Parent
54ef1b1fe8b4b7fd33ff5590c3eea0c247714763
Author
Pablo <pablo-pie@riseup.net>
Date

Refactored the code for the about section

Diffstats

3 files changed, 44 insertions, 43 deletions

Status Name Changes Insertions Deletions
Modified memoir.tex 2 files changed 35 1
Modified memoires.cls 2 files changed 9 2
Deleted sections/preface.tex 1 file changed 0 40
diff --git a/memoir.tex b/memoir.tex
@@ -12,7 +12,41 @@
 
 \maketitle
 
-\input{sections/preface}
+\begin{about}
+  This is my M2 Memoir (Master Thesis), written in June 2024 under the
+  supervision of professor Maxime Wolff of the Institut of Mathématiques de
+  Toulouse (IMT), France. The subject of the dissertation at hand is the notion
+  of the mapping class group of a surface, their linear representations and
+  some recent developments in the field. Namely, we discuss Korkmaz' proof of
+  the triviality of low-dimensional representations.
+
+  Throughout these notes we will follow some guiding principles. First, lengthy
+  proofs are favored as opposed to collections of smaller lemmas. This is a
+  deliberate effort to emphasize the relevant results. That said, this
+  dissertation is meant to be concise. Hence numerous results are left
+  unproved. We refer the reader to proofs in other materials when appropriate.
+
+  Our main references are the beautiful book by Farb-Margalit
+  \cite{farb-margalit}, as well as the 2023 article by Korkmaz \cite{korkmaz}.
+  We assume the reader is already familiar with basic topology and group
+  theory. Cruacially, we \emph{do not} assume any familiarity with
+  representation-theory.
+
+  \section*{Acknowledgments}
+
+  I would like to thank my friends and family for their tireless love and
+  support. Special thanks to my girlfriend for her endless encouragement and
+  understanding during this challenging year. I should also thank M. Faitg for
+  his help with the discussion on TQFT representations.
+
+  \section*{License}
+
+  This document was typeset and compiled using free software. Its \LaTeX~source
+  code is freely available at \url{https://git.pablopie.xyz/memoire-m2}, for
+  distribution under the terms of the
+  \href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons
+  Attribution 4.0 license}.
+\end{about}
 
 \tableofcontents
 
diff --git a/memoires.cls b/memoires.cls
@@ -670,7 +670,7 @@
 
 % Configure page numbering
 \RequirePackage{fancyhdr}
-\fancypagestyle{momoire}{%
+\fancypagestyle{momoir}{%
     \fancyhead[EL]{%
     \raisebox{0.5em}{\thepage}%
     }
@@ -686,7 +686,7 @@
     }
     \fancyfoot{}
 }
-\pagestyle{momoire}
+\pagestyle{momoir}
 \pagenumbering{arabic}
 
 % Macro for creating boxed theorem environments
@@ -772,6 +772,13 @@
   \global\let\and\relax
 }
 
+\newenvironment{about}
+  {\chapter*{About}
+   \thispagestyle{empty}
+   \pagestyle{empty}}
+  {\cleardoublepage
+   \setcounter{page}{1}}
+
 \endinput
 %%
 %% End of file `memoir.cls'.
diff --git a/sections/preface.tex /dev/null
@@ -1,40 +0,0 @@
-\chapter*{About}
-
-\thispagestyle{empty}
-
-This is my M2 Memoir (Master Thesis), written in June 2024 under the
-supervision of professor Maxime Wolff of the Institut of Mathématiques de
-Toulouse (IMT), France. The subject of the dissertation at hand is the notion
-of the mapping class group of a surface, their linear representations and some
-recent developments in the field. Namely, we discuss Korkmaz' proof of the
-triviality of low-dimensional representations.
-
-Throughout these notes we will follow some guiding principles. First, lengthy
-proofs are favored as opposed to collections of smaller lemmas. This is a
-deliberate effort to emphasize the relevant results. That said, this
-dissertation is meant to be concise. Hence numerous results are left unproved.
-We refer the reader to proofs in other materials when appropriate.
-
-Our main references are the beautiful book by Farb-Margalit
-\cite{farb-margalit}, as well as the 2023 article by Korkmaz \cite{korkmaz}. We
-assume the reader is already familiar with basic topology and group theory.
-Cruacially, we \emph{do not} assume any familiarity with representation-theory.
-
-\section*{Acknowledgments}
-
-I would like to thank my friends and family for their tireless love and
-support. Special thanks to my girlfriend for her endless encouragement and
-understanding during this challenging year. I should also thank M. Faitg for
-his help with the discussion on TQFT representations.
-
-\section*{License}
-
-This document was typeset and compiled using free software. Its \LaTeX~source
-code is freely available at \url{https://git.pablopie.xyz/memoire-m2}, for
-distribution under the terms of the
-\href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons
-Attribution 4.0 license}.
-
-\newpage
-
-\thispagestyle{empty}