Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. documentclass[a4paper]{article}
  2.  
  3. usepackage{mathtools}
  4. usepackage{lipsum}
  5.  
  6. begin{document}
  7.  
  8. lipsum*[2]
  9.  
  10. begin{equation}
  11. begin{multlined}[.7textwidth]
  12. shoveleft{a = b + }\
  13. shoveright{+ c}
  14. end{multlined}
  15. end{equation}
  16.  
  17. lipsum*[2]
  18.  
  19. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement