Guest User

Untitled

a guest
Nov 17th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. documentclass[]{standalone}
  2. usepackage{tikz}
  3. usepackage{tikz-qtree}
  4. usetikzlibrary{shadows.blur}
  5. usetikzlibrary{calc}
  6.  
  7. newcommand{propbox}[1]{
  8. hspace{-.125cm}tikz[baseline=(A.base)]{node[
  9. fill = red,
  10. blur shadow={shadow blur steps=5}] (A) {#1};}
  11. }
  12.  
  13.  
  14. begin{document}
  15. This is propbox{some} sample text.
  16. end{document}
Add Comment
Please, Sign In to add comment