blob: f5947e06de49676a378027e0ccadb0d12acac239 (
plain) (
blame)
1
2
3
4
5
6
7
|
#set page(height: 100pt)
#let words = lorem(18).split()
#block(inset: 8pt, width: 100%, fill: aqua, stroke: aqua.darken(30%))[
#words.slice(0, 13).join(" ")
#box(fill: teal, outset: 2pt)[tempor]
#words.slice(13).join(" ")
]
|