Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. usepackage[all]{nowidow}
  2.  
  3. begin{dmath}
  4. .
  5. .
  6. end{dmath}
  7.  
  8. documentclass[12pt,a4paper]{article}
  9. usepackage{blindtext}
  10. usepackage{breqn}
  11. usepackage[all]{nowidow}
  12.  
  13. begin{document}
  14.  
  15. blindtext
  16. %
  17. begin{dmath}
  18. (dot{x}_i, dot{y}_i) cdot mathbf{n}_i approx mathrm{i}omega left( htheta_2sin{(alpha_i + beta_i)} + r_i(theta_1 + theta_2)sin{(2alpha_i + beta_i)}
  19. - frac{y_L + y_R}{2} cos{(alpha_i + beta_i)} right)
  20. end{dmath}
  21. %
  22. blindtext
  23.  
  24. end{document}
Add Comment
Please, Sign In to add comment