many smalle updates
[phd-thesis.git] / top / memorypreamble.tex
1 \tikzset{
2 memory/.style={
3 matrix of nodes, name=M,
4 every node/.append style={
5 font=\footnotesize\tt, outer xsep=.4ex,
6 anchor=base},
7 column 2/.append style={
8 every node/.append style=
9 {draw,fill=white,
10 minimum width=#1,
11 minimum height=1.3em}
12 },
13 row sep=-.4pt,
14 },
15 memory/.default=4em,
16 descr/.style={draw=none,fill=none},
17 break above/.style={shape=tape, tape bend top=in and out, tape bend bottom=none},
18 break below/.style={shape=tape, tape bend top=none, tape bend bottom=in and out},
19 !!/.style={fill=green!20}, % chktex 26
20 pointer/.style = {font=\tt, anchor=base, inner sep=2pt},
21 }