46 lines
989 B
Plaintext
46 lines
989 B
Plaintext
#import "variables.typ": *
|
|
|
|
#set page(
|
|
"us-trade",
|
|
margin: (inside: 0.75in, outside: 0.5in, top: 0.75in + font-size-small, bottom: 0.75in),
|
|
)
|
|
|
|
#set text(
|
|
size: font-size-small,
|
|
font: font-body
|
|
)
|
|
|
|
#set align(horizon + center)
|
|
|
|
_Alice's Adventures in Wonderland_ \
|
|
#sym.copyright 1865 by Lewis Caroll #h(1em) #smallcaps[Public domain]
|
|
|
|
_Through the Looking-Glass, and What Alice Found There_ \
|
|
#sym.copyright 1871 by Lewis Caroll #h(1em) #smallcaps[Public domain]
|
|
|
|
Cover and typesetting \
|
|
#sym.copyright 2025 by Jean Viscogliosi-Pate #h(1em) #smallcaps[CC-BY-SA 4.0]
|
|
|
|
MetamorPOV translation \
|
|
#sym.copyright 2025 by Jean Viscogliosi-Pate #h(1em) #smallcaps[CC0]
|
|
|
|
#place(
|
|
bottom + center,
|
|
grid(
|
|
columns: (2fr, 1fr),
|
|
|
|
[
|
|
#set align(horizon)
|
|
#set text(
|
|
font: "BM JUA OTF"
|
|
)
|
|
|
|
This book is a product of solely human efforts and no AI was involved in its creation.
|
|
],
|
|
image(
|
|
"human-made.svg",
|
|
width: 50%
|
|
)
|
|
)
|
|
)
|