Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. newcommand{umlClass}[1]{
  2. newlength{umlPositionX#1}
  3. setlength{umlPositionX#1}{umlPositionX}
  4. newlength{umlPositionY#1}
  5. setlength{umlPositionY#1}{umlPositionY}
  6. }
  7.  
  8. newcommand{umlXPositionOf}[1]{setlength{umlPositionX}{umlPositionX#1}
  9. newcommand{umlYPositionOf}[1]{setlength{umlPositionY}{umlPositionY#1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement