Guest User

Untitled

a guest
Dec 11th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. documentclass{scrreprt}
  2.  
  3. usepackage{mathtools}
  4. usepackage{cleveref}
  5. usepackage{autonum}
  6.  
  7. begin{document}
  8.  
  9. chapter{Chapter}
  10. section{Section}
  11.  
  12. Text
  13. begin{align}
  14. SwapAboveDisplaySkip
  15. A &= B
  16. end{align}
  17.  
  18. end{document}
Add Comment
Please, Sign In to add comment