Skip to content

Commit 6e6e13b

Browse files
committed
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.
1 parent 4e9228b commit 6e6e13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: talk/setup.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
\memorystackset{
402402
size y/.get=\stacksizey
403403
}
404-
\draw[snake=brace,thick] (-2pt,#1*\stacksizey-\stacksizey) -- (-2pt,#2*\stacksizey)
404+
\draw[snake=brace,thick] (-2pt,#1*\stacksizey-\stacksizey+2pt) -- (-2pt,#2*\stacksizey-2pt)
405405
node [midway, above, sloped] {#3};
406406
}
407407

0 commit comments

Comments
 (0)