Split rectangle nodes in tikz


/ Published in: LaTeX
Save to your folder(s)



Copy this code and paste it in your HTML
  1. \usetikzlibrary{shapes}
  2.  
  3. \begin{tikzpicture}
  4. \node [shade, rounded corners, draw=black!60, rectangle split, rectangle split parts=3, text ragged] {
  5. \textbf{Title}
  6. \nodepart{second}
  7. A
  8. \nodepart{third}
  9. B
  10. };
  11. \end{tikzpicture}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.