Show automaton rule by default

This commit is contained in:
Joscha 2025-03-02 22:40:41 +01:00
parent fc51055e88
commit b2211efe52
3 changed files with 21 additions and 8 deletions

View file

@ -3,8 +3,16 @@
#let data = json("data.json")
#set par(spacing: 6pt)
#image("image.png")
#if data.rule != none [
Cellular Automaton
#h(1fr)
Rule #data.rule
]
#if data.feed {
lib.feed
}