15 lines
297 B
TeX
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}
|