Advertisement
Guest User

4.tex

a guest
Nov 21st, 2011
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.25 KB | None | 0 0
  1. \documentclass[landscape, 12pt]{report}
  2. \usepackage{graphicx}
  3. \pagestyle{empty}
  4.  
  5. \begin{document}
  6. \noindent Here is some text
  7. \begin{equation}
  8. \resizebox{1.0 \textwidth}{!}
  9. {
  10.    $ a + b $
  11. }
  12. \end{equation}
  13. and here is some more.
  14. \end{document}
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement