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

52 lines
902 B
Plaintext
Raw 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 to them again to say \
It will be better to obey.'
]
#block[
The fishes answered with a grin, \
Why, what a temper you are in!'
]
#block[
I told them once, I told them twice: \
They would not listen to advice.
]
#block[
I took a kettle large and new, \
Fit for the deed I had to do.
]
#block[
My heart went hop, my heart went thump; \
I filled the kettle at the pump.
]
#block[
Then some one came to me and said, \
The little fishes are in bed.'
]
#block[
I said to him, I said it plain, \
Then you must wake them up again.'
]
#block[
I said it very loud and clear; \
I went and shouted in his ear.”
]
]