Files
garden/document.tex
Bokuan Li 8cbd165df3
All checks were successful
Compile Project / Compile (push) Successful in 39s
Updated main description.
2026-06-21 23:28:31 -04:00

21 lines
498 B
TeX

\documentclass{}
\usepackage{amssymb, amsmath, hyperref}
\usepackage{preamble}
\begin{document}
Hi, welcome to my digital garden, where I collect math results that I learn.
\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}