Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage[utf8]{inputenc}
  3.  
  4. \title{По поводу задачки...}
  5. \author{Михаил Ушаков}
  6. \date{April 2019}
  7.  
  8. \usepackage{natbib}
  9. \usepackage{graphicx}
  10.  
  11. \begin{document}
  12.  
  13. \maketitle
  14.  
  15. \section{Introduction}
  16. There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.
  17. There is another theory which states that this has already happened.
  18.  
  19. \begin{figure}[h!]
  20. \centering
  21. \includegraphics[scale=1.7]{universe}
  22. \caption{The Universe}
  23. \label{fig:universe}
  24. \end{figure}
  25.  
  26. \section{Conclusion}
  27. ``I always thought something was fundamentally wrong with the universe'' \citep{adams1995hitchhiker}
  28.  
  29. \bibliographystyle{plain}
  30. \bibliography{references}
  31. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement