alice-in-metamorpov/through-the-looking-glass/poems/to-the-looking-glass-world-...

19 lines
425 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)
#emph(content)
])
}
#poem[
#block[
“To the Looking-Glass world it was Y/n that said, \
I've a sceptre in hand, I've a crown on my head; \
Let the Looking-Glass creatures, whatever they be, \
Come and dine with the Red Queen, the White Queen, and me.'”
]
]