ChengsongTanPhdThesis/Chapters/tape.tex
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 10 Sep 2022 15:04:35 +0100
changeset 598 2c9a3aba8ebc
parent 533 6acbc939af6a
permissions -rw-r--r--
simplified the n-times case in decode_aux

\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}