Guest User

Untitled

a guest
Mar 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. documentclass[12pt]{report}
  2. usepackage{suthesis-2e}
  3. usepackage{graphicx}
  4. usepackage{epsfig}
  5. usepackage{amsthm}
  6. usepackage{amsfonts}
  7. usepackage{amssymb}
  8. usepackage{tikz}
  9. usepackage{pgfplots}
  10. usepackage{caption}
  11. usepackage{upgreek}
  12. usepackage{subcaption}
  13.  
  14.  
  15. newtheorem{theorem}{Theorem}[section]
  16. newtheorem{remark}{Remark}[section]
  17. newtheorem{definition}{Definition}[section]
  18.  
  19. begin{document}
  20.  
  21. begin{figure}
  22. begin{center}
  23. includegraphics[scale=0.6]{myRandomWalk}
  24. end{center}
  25. end{figure}
  26.  
  27. ! Too many }'s.
  28. ! LaTeX Error: begin{document} ended by end{figure}.
  29. ! Extra endgroup.
Add Comment
Please, Sign In to add comment