Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
52
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.  
  3. begin{document}
  4.  
  5. setlength{fboxsep}{-fboxrule}
  6.  
  7. fbox{parbox{100pt}{Some text, some more text, and thelinewidth}}
  8.  
  9. % here I'd like something like parboxheight or similar
  10. fbox{parbox[][100pt][t]{100pt}{Some text, some more text, and thelinewidth, and the height?}}
  11.  
  12. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement