diff --git a/src/Warm-Ups/Painting/main.typ b/src/Warm-Ups/Painting/main.typ index 1426b35..400e0f2 100644 --- a/src/Warm-Ups/Painting/main.typ +++ b/src/Warm-Ups/Painting/main.typ @@ -2,9 +2,8 @@ #import "@preview/cetz:0.4.2" #show: handout.with( - title: [Warm-Up: What's an AST?], + title: [Warm-Up: The Painting], by: "Mark", - subtitle: "Based on a true story.", ) #problem() @@ -13,7 +12,8 @@ Hang the painting on two nails so that if either is removed, the painting falls. #v(2mm) You may detach the string as you hang the painting, but it must be re-attached once you're done. \ -#hint[The solution to this problem isn't a "think outside the box" trick, it's a clever wrapping of the string.] + +The solution to this problem isn't a trick, it's a clever wrapping of the string. #v(2mm)