15 lines
288 B
TeX
15 lines
288 B
TeX
% \documentclass{report}
|
|
\usepackage{amssymb, amsmath, hyperref}
|
|
\usepackage{preamble}
|
|
|
|
\begin{document}
|
|
|
|
Hello world!
|
|
|
|
\input{./part1}
|
|
|
|
\bibliographystyle{alpha} % We choose the "plain" reference style
|
|
\bibliography{refs} % Entries are in the refs.bib file
|
|
|
|
\end{document}
|