Files
garden/document.tex
Bokuan Li 538a02ba37
All checks were successful
Compile Project / Compile (push) Successful in 33s
Added the inverse function theorem.
2026-05-10 19:42:25 -04:00

21 lines
449 B
TeX

\documentclass{}
\usepackage{amssymb, amsmath, hyperref}
\usepackage{preamble}
\begin{document}
Hello this is all my notes.
\input{./src/cat/index}
\input{./src/topology/index}
\input{./src/fa/index}
\input{./src/measure/index}
\input{./src/dg/index}
\input{./src/op/index}
%\input{./src/process/index}
\bibliographystyle{alpha} % We choose the "plain" reference style
\bibliography{refs.bib} % Entries are in the refs.bib file
\end{document}