Advertisement
Guest User

Untitled

a guest
Jan 30th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.98 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage[margin=1in]{geometry}% Just for this example
  4. \usepackage{amsmath}
  5.  
  6. \begin{document}
  7.  
  8. \begin{equation}\label{en:Moves1}
  9.  \begin{aligned}
  10.    &\textnormal{1. An MD trajectory of the $D$ real particles while one of them is removed.} \\
  11.    &\textnormal{\parbox{.9\textwidth}{%
  12.       2. An MD trajectory of the $D$ real particles while a new particle is inserted making a reservoir particle become real.}} \\
  13.     &\textnormal{3. An MD trajectory of the $D$ real particles.}
  14.  \end{aligned}
  15. \end{equation}
  16.  
  17. \begin{equation}\label{en:Moves2}
  18.  \begin{aligned}
  19.    1.~&\textnormal{An MD trajectory of the $D$ real particles while one of them is removed.} \\
  20.    2.~&\parbox[t]{.9\textwidth}{\raggedright
  21.      An MD trajectory of the $D$ real particles while a new particle is inserted making a reservoir particle become real.} \\
  22.    3.~&\textnormal{An MD trajectory of the $D$ real particles.}
  23.  \end{aligned}
  24. \end{equation}
  25.  
  26. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement