Skip to content

Commit

Permalink
chapter 2: update infography in Computation section
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Oct 7, 2024
1 parent 89a006d commit 98f1ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/thesis/2-reproducibility.typ
Original file line number Diff line number Diff line change
Expand Up @@ -656,10 +656,10 @@ operations.
cetz.canvas({
import cetz.draw: *

rect((-3, 3), (3, -3), stroke: white)
rect((-3, 3), (3, -3))
circle((0, 0), radius: 2)
content((0, -2.25), "Functions")
content((0, -3.25), text(fill: white, "Environment"))
content((0, -3.25), "Mathematical environment")
})
},
caption: [Functions in the context of Mathematics],
Expand Down

0 comments on commit 98f1ebb

Please sign in to comment.