/ Published in: LaTeX
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
\usetikzlibrary{shapes} \begin{tikzpicture} \node [shade, rounded corners, draw=black!60, rectangle split, rectangle split parts=3, text ragged] { \textbf{Title} \nodepart{second} A \nodepart{third} B }; \end{tikzpicture}