ChengsongTanPhdThesis/Chapters/tape.tex
author Chengsong
Mon, 06 Jun 2022 03:05:31 +0100
changeset 533 6acbc939af6a
parent 532 cc54ce075db5
permissions -rw-r--r--
more

\documentclass[tikz, border=10pt]{standalone}
\usetikzlibrary{shapes}




\begin{document}

\begin{tikzpicture}[every node/.append style={draw, rounded corners, inner sep=10pt}]
    \node [rectangle split, rectangle split horizontal, rectangle split parts=3]
        {Services
         \nodepart{two} Event Driven Framework
         \nodepart{three} OS Adapter Layer};

\end{tikzpicture}
\end{document}