Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. documentclass[varwidth]{standalone}
  2. usepackage{tikz}
  3. begin{document}
  4. this is line 1\
  5. begin{tikzpicture}path node[draw,inner sep=5mm]{this is node text};end{tikzpicture}\
  6. % MORE SPACE THAN BETWEEN NODE AND LINE 1 (EVEN IF COMMENT IS REMOVED AND LINE IS DELETED)
  7. this is line 2
  8. end{document}
  9.  
  10. documentclass[varwidth]{standalone}
  11. usepackage{tikz}
  12. begin{document}
  13. this is line 1\
  14.  
  15. % MORE SPACE THAN BETWEEN NODE AND LINE 2 (EVEN IF COMMENT IS REMOVED)
  16. begin{tikzpicture}path node[draw,inner sep=5mm]{this is node text};end{tikzpicture}\
  17. this is line 2
  18. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement