Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. vec{o}^t
  2.  
  3. vec{o}^{,t}
  4.  
  5. documentclass{article}
  6. usepackage{esvect}
  7. begin{document}
  8. $vv{o}^t vv{o^t}$
  9. $vec{o}^{,t}$
  10. end{document}
  11.  
  12. documentclass{article}
  13.  
  14. makeatletter
  15. newcommand{vo}{vec{o}@ifnextchar{^}{,}{}}
  16. makeatother
  17.  
  18. begin{document}
  19.  
  20. $vec{o}^t o$ $vo^t o$
  21.  
  22. $vec{o} o$ $vo o$
  23.  
  24. $vec{o}^t_t o$ $vo^t_t o$
  25.  
  26. end{document}
  27.  
  28. $overrightarrow{A}$ this one for simple vector
  29. $overrightarrow{A}^{value}$ This one for superscript
  30. $overrightarrow{A}_{value}$ This one for subscript.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement