Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.40 KB | None | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{amsmath}
  4.  
  5. \begin{document}
  6.  
  7. \fbox{text}
  8. \fbox{\smash{text}} % Remove height and depth
  9. \fbox{\smash[b]{text}} % Remove depth only
  10. \fbox{\smash[t]{text}} % Remove height only
  11. \fbox{text}
  12.  
  13. \fbox{skip}
  14. \fbox{\smash{skip}} % Remove height and depth
  15. \fbox{\smash[b]{skip}} % Remove depth only
  16. \fbox{\smash[t]{skip}} % Remove height only
  17. \fbox{skip}
  18.  
  19. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement