Guest User

Untitled

a guest
Dec 13th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. documentclass{article}
  2. newlength{myLength}
  3. begin{document}
  4. setlength{myLength}{3pt plus2pt minus1pt}
  5. setlength{myLength}{-myLength}
  6. themyLength
  7. end{document}
  8.  
  9. -3.0pt plus -2.0pt minus -1.0pt
  10.  
  11. -3pt plus -2pt minus -1pt
  12.  
  13. <natural width> stretchable <stretch component> shrinkable <shrink component>
Add Comment
Please, Sign In to add comment