Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. documentclass{article}
  2.  
  3. begin{document}
  4.  
  5. begin{equation}
  6. label{x}
  7. x = a + b + c
  8. end{equation}
  9.  
  10. ...
  11.  
  12. Let's recall Equation~ref{x}:
  13. [ x = a + b + c ]
  14. % So, I would like the above line can be shown with the equation number on the right side.
  15.  
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement