Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.22 KB | None | 0 0
  1. \newlength{\pplength}
  2. \newsavebox{\mybox}
  3. \sbox{\mybox}{
  4.     a
  5. }
  6. \settowidth{\pplength}{\usebox{\mybox}}
  7. \the\pplength
  8.  
  9.  
  10. \sbox{\mybox}{
  11.     a
  12.  
  13.     a
  14.  
  15.     a
  16.  
  17.     a
  18.  
  19.     a
  20. }
  21. \settowidth{\pplength}{\usebox{\mybox}}
  22. \the\pplength
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement