Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. documentclass{minimal}
  2.  
  3. usepackage{luacode}
  4.  
  5.  
  6. newcommand{measureme}[1]{%
  7. directlua{-- what should go here to get the size of the box?}%
  8. }
  9.  
  10. begin{document}
  11.  
  12. The size is measureme{this box}.
  13.  
  14.  
  15. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement