alice-in-metamorpov/adventures-in-wonderland/poems/long-tale.typ

62 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-09-07 13:25:32 -04:00
#let poem(content) = {
set par(
first-line-indent: 0em,
leading: 0.35em
)
align(center, block[
#set align(left)
#set block(breakable: false)
#text(size: 12pt)[#content]
])
}
#poem[
#block[
#h(3em)“Fury said to a \
#h(3em)mouse, That he \
#h(2em)met in the \
#h(1em)house, \
Let us \
#h(1em)both go to \
#h(2em)law: #emph[I] will \
#h(3em)prosecute \
#h(4em)#emph[you];.---Come, \
#h(5em)I'll take no \
#h(5em)denial; We \
#h(4em)must have a \
#h(3em)trial: For \
#h(2em)really this \
#h(1em)morning I've \
nothing \
to do.' \
#h(1em)Said the \
#h(2em)mouse to the \
#h(3em)cur, Such \
#h(4em)a trial, \
#h(5em)dear sir, \
#h(7em)With \
#h(6em)no jury \
#h(5em)or judge, \
#h(4em)would be \
#h(3em)wasting \
#h(3em)our \
#h(3em)breath.' \
#h(4em)I'll be \
#h(4em)judge, I'll \
#h(5em)be jury,' \
#h(7em)Said \
#h(5em)cunning \
#h(6em)old Fury: \
#h(6em)I'll \
#h(6em)try the \
#h(7em)whole \
#h(7em)cause, \
#h(9em)and \
#h(6em)condemn \
#h(6em)you \
#h(5em)to \
#h(6em)death.'”
]
]