Guest User

Untitled

a guest
Mar 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. documentclass[border=5mm]{standalone}
  2. usepackage{tikz}
  3. tikzset{
  4. pump/.style={
  5. circle,
  6. draw,
  7. thick,
  8. minimum size=1cm,
  9. path picture={
  10. draw [thick] (path picture bounding box.north) --
  11. (path picture bounding box.east) --
  12. (path picture bounding box.south);
  13. },
  14. node contents={}
  15. }
  16. }
  17. begin{document}
  18. begin{tikzpicture}
  19. node[pump];
  20. end{tikzpicture}
  21. end{document}
Add Comment
Please, Sign In to add comment