Guest User

Untitled

a guest
Apr 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. usepackage{xargs}
  2. usepackage{xifthen}
  3.  
  4. newcommandxvecidx[3][2= , 3= ]{
  5. mathbf{#1}^{
  6. ifthenelse{isempty{#2}}{}{scriptscriptstyle (#2)}
  7. }_{
  8. ifthenelse{isempty{#3}}{}{scriptscriptstyle #3}
  9. }
  10. }
  11.  
  12. newcommandxpd[2][1= ]{
  13. frac{partial #1}{partial #2}
  14. }
Add Comment
Please, Sign In to add comment