alice-in-metamorpov/through-the-looking-glass/poems/for-your-amusement-part-4.typ

27 lines
441 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#let poem(content) = {
set par(first-line-indent: 0em)
align(center, block[
#set align(left)
#set block(breakable: false)
#content
])
}
#poem[
#block[
“I sent a message to the fish: \
I told them This is what I wish.'
]
#block[
The little fishes of the sea, \
They sent an answer back to me.
]
#block[
The little fishes' answer was \
We cannot do it, Sir, because---'”
]
]