Skip to content

Commit

Permalink
Slightly shorten braces for marking structs in memorystack.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hageboeck committed Mar 14, 2024
1 parent 4e9228b commit 6e6e13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talk/setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}

Expand Down

0 comments on commit 6e6e13b

Please sign in to comment.