Skip to content

Commit

Permalink
dash
Browse files Browse the repository at this point in the history
  • Loading branch information
Vtec234 committed Sep 9, 2024
1 parent e671f81 commit 4c6919a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ITP/slides.typ
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ A *$bold(k)$-hole* is a convex $k$-gon with no point of $S$ in its interior.
line("a", "d", "c", "x", "a", fill: config.colors.primary.transparentize(20%))
}
if 6 <= self.subslide {
line((angle: 0deg, radius: 1.5), (angle: 180deg, radius: 1.5), stroke: (paint: config.colors.primary, thickness: 2pt))
line((angle: 0deg, radius: 1.5), (angle: 180deg, radius: 1.5), stroke: (paint: config.colors.primary, thickness: 1.5pt, dash: "dashed"))
}
}))),
uncover("8-10", align(center, cetz.canvas(length: 33%, {
Expand All @@ -188,7 +188,7 @@ A *$bold(k)$-hole* is a convex $k$-gon with no point of $S$ in its interior.
})
line("a", "b", "c", "a")
if 9 <= self.subslide {
line((angle: xθ, radius: 1.5), (angle: yθ, radius: 1.5), stroke: (paint: config.colors.primary, thickness: 2pt))
line((angle: xθ, radius: 1.5), (angle: yθ, radius: 1.5), stroke: (paint: config.colors.primary, thickness: 1.5pt, dash: "dashed"))
}
if 10 <= self.subslide {
line("a", "x", "y", "c", "a", fill: config.colors.primary.transparentize(20%))
Expand Down

0 comments on commit 4c6919a

Please sign in to comment.