Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. documentclass[12pt,letterpaper]{article}
  2.  
  3. usepackage{amsmath}
  4. usepackage{amsthm}
  5. usepackage{amsfonts}
  6. usepackage{amssymb}
  7.  
  8. begin{document}
  9.  
  10. section{Hello World}
  11. begin{subequations}
  12. frac{a}{b} = 0 \
  13. end{subequations}
  14.  
  15. end{document}
  16.  
  17. line 12: Missing $ inserted frac{a}{b}
  18. line 12: Extra }, or forgotten $ frac{a}{b}
  19. line 13: Missing $ inserted end{subequations}
  20. line 13: Missing } inserted end{subequations}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement