Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{tikz,xcolor}
  3. usetikzlibrary{positioning}
  4.  
  5. begin{document}
  6.  
  7. begin{tikzpicture}
  8. filldraw[fill=gray!40!white, draw=black] (0,0) rectangle (4,2);
  9. node[black](dot) at (2,1) {textbullet};
  10. node[below=0cm of dot] {small{$x_a = (2,1)$}};
  11. end{tikzpicture}
  12.  
  13. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement