Skip to content

Commit 98f1ebb

Browse files
committed
chapter 2: update infography in Computation section
1 parent 89a006d commit 98f1ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/thesis/2-reproducibility.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,10 +656,10 @@ operations.
656656
cetz.canvas({
657657
import cetz.draw: *
658658

659-
rect((-3, 3), (3, -3), stroke: white)
659+
rect((-3, 3), (3, -3))
660660
circle((0, 0), radius: 2)
661661
content((0, -2.25), "Functions")
662-
content((0, -3.25), text(fill: white, "Environment"))
662+
content((0, -3.25), "Mathematical environment")
663663
})
664664
},
665665
caption: [Functions in the context of Mathematics],

0 commit comments

Comments
 (0)