global-analysis-and-the-banach-manifold-of-class-h1-curvers
Riemannian Geometry course project on the manifold H¹(I, M) of class H¹ curves on a Riemannian manifold M and its applications to the geodesics problem
main.tex (429B)
1 \input{preamble} 2 \usepackage{titling} 3 \addbibresource{references.bib} 4 5 \title{Global Analysis \& the Banach Manifold of Class \(H^1\) Curves} 6 \author{Thiago Brevidelli Garcia} 7 \date{July 2022} 8 9 \hypersetup{ 10 pdftitle={\thetitle}, 11 pdfauthor={\theauthor} 12 } 13 14 \begin{document} 15 16 \maketitle 17 \tableofcontents 18 19 \input{sections/introduction} 20 \input{sections/structure} 21 \input{sections/applications} 22 23 \printbibliography 24 25 \end{document}