Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ! LaTeX Error: Something's wrong--perhaps a missing item
  2.  
  3. See the LaTeX manual or LaTeX Companion for explanation.
  4. Type H <return> for immediate help.
  5. ...
  6.  
  7. 1.14 end{align}
  8. %
  9.  
  10. documentclass{article}
  11. usepackage{amsmath,amsthm}
  12. newtheorem{theorem}{Theorem}[section]
  13.  
  14. begin{document}%
  15.  
  16. begin{theorem}%
  17. begin{enumerate}%
  18. begin{align}%
  19. intertext{item Condition $A$}
  20. a &= b
  21. intertext{item Condition $B$}
  22. c &= d
  23. end{align}%
  24. end{enumerate}%
  25. end{theorem}%
  26.  
  27. end{document}%
  28.  
  29. documentclass{article}
  30. usepackage{amsmath,amsthm}
  31. newtheorem{theorem}{Theorem}[section]
  32.  
  33. begin{document}%
  34.  
  35. begin{enumerate}%
  36. begin{align}%
  37. intertext{item Condition $A$}
  38. a &= b
  39. intertext{item Condition $B$}
  40. c &= d
  41. end{align}%
  42. end{enumerate}%
  43.  
  44. end{document}%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement