Guest User

Untitled

a guest
Feb 12th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. \documentclass[12pt,letterpaper,oneside]{article}
  2. \usepackage[top=1.0in, bottom=1.0in, left=1.0in, right=1.0in]{geometry}
  3. \usepackage{fancyhdr}
  4. \usepackage{mathtools}
  5. \fancyhead{}
  6. \fancyfoot{}
  7. \fancyhead[R]{\thepage}
  8. \renewcommand{\headrulewidth}{0.4pt}
  9. \renewcommand{\footrulewidth}{0.4pt}
  10.  
  11.  
  12. \begin{document}
  13. \title{It's a Document!}
  14. \author{}
  15. \date{}
  16. \maketitle
  17. \clearpage
  18. \section{Introduction to Some Document}
  19. \fancyhead[L]{Introduction to Some Document}
  20. \pagestyle{fancy}
  21. It's text...nothing fancy here. Keep moving.
  22. \begin{eqnarray}
  23. A &=& \pi{}r^2\\
  24. V &=& \frac{4}{3}\pi{}r^3
  25. \end{eqnarray}
  26. Woah. It's math!
  27. \clearpage
  28. \pagestyle{fancy}
  29. Some more text.
  30. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment