From 6e6e13b2342fcd78e818037bd67d463f9be822d5 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Fri, 19 Jan 2024 11:16:20 +0100 Subject: [PATCH] Slightly shorten braces for marking structs in memorystack. When two structs are shown in top of each other in the stacks, the braces touch. By shortening them by 2pt, there is a visual separation now. --- talk/setup.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talk/setup.tex b/talk/setup.tex index 709dfdda..2b30ee3d 100644 --- a/talk/setup.tex +++ b/talk/setup.tex @@ -401,7 +401,7 @@ \memorystackset{ size y/.get=\stacksizey } - \draw[snake=brace,thick] (-2pt,#1*\stacksizey-\stacksizey) -- (-2pt,#2*\stacksizey) + \draw[snake=brace,thick] (-2pt,#1*\stacksizey-\stacksizey+2pt) -- (-2pt,#2*\stacksizey-2pt) node [midway, above, sloped] {#3}; }