/ Published in: LaTeX
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
\usetikzlibrary{shapes} \begin{tikzpicture} \draw (0,0) node(a) [rectangle, draw] {a} (3,-1) node(b) [circle, draw] {b}; \draw (a) -- (b); \end{tikzpicture}