Files
diffusion/document.tex
Bokuan Li 7f2667580b
All checks were successful
Compile Project / Compile (push) Successful in 5s
Initial commit.
2026-03-26 15:14:19 -04:00

15 lines
297 B
TeX

%\documentclass{report}
\usepackage{amssymb, amsmath, hyperref}
\usepackage{preamble}
\begin{document}
\input{./src/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}