Initial commit.
This commit is contained in:
14
document.tex
Normal file
14
document.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
% \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}
|
||||
Reference in New Issue
Block a user