29 lines
422 B
TeX
29 lines
422 B
TeX
\documentclass[a4paper]{article}
|
|
|
|
\usepackage[general]{fancymath}
|
|
\usepackage{fancycom}
|
|
|
|
\aname{Holonomy}
|
|
\stitle{Exercises from The Rising Sea}
|
|
|
|
\let\Im\relax
|
|
\DeclareMathOperator{\Im}{Im}
|
|
\DeclareMathOperator{\Mor}{Mor}
|
|
|
|
\DeclareMathOperator{\cTop}{\mathcal{T}op}
|
|
|
|
%\rawtitle{ }
|
|
%\rawauthor{ }
|
|
%\rawrfoot{ }
|
|
%\rawlfoot{ }
|
|
%\rawlhead{ }
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section{Chapter 2}
|
|
\input{chapter2}
|
|
|
|
\end{document}
|
|
|