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

37 lines
659 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[
“But he was very stiff and proud; \
He said You needn't shout so loud!'
]
#block[
And he was very proud and stiff; \
He said I'd go and wake them, if---'
]
#block[
I took a corkscrew from the shelf: \
I went to wake them up myself.
]
#block[
And when I found the door was locked, \
I pulled and pushed and kicked and knocked.
]
#block[
And when I found the door was shut, \
I tried to turn the handle, but---”
]
]