Guest User

Untitled

a guest
Jan 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz,ifthen}
  3. usetikzlibrary{calc,patterns}
  4.  
  5. defPatternArray{%
  6. horizontal lines,%
  7. vertical lines,%
  8. north east lines,%
  9. north west lines,%
  10. grid,%
  11. crosshatch,%
  12. dots,%
  13. crosshatch dots,%
  14. fivepointed stars,%
  15. sixpointed stars,%
  16. bricks,%
  17. checkerboard}
  18.  
  19. begin{document}
  20.  
  21. essai
  22.  
  23. pgfmathparse{PatternArray[0]}
  24. pgfmathresult
  25. end{document}
Add Comment
Please, Sign In to add comment