rspace-online/modules/pubs/typst/formats/digest.typ

20 lines
370 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.

// Digest — 5.5" × 8.5" (140mm × 216mm)
// Half US letter, classic digest/trade paperback size
// Most POD-friendly format
#let page-setup(body) = {
set page(
width: 5.5in,
height: 8.5in,
margin: (
top: 15mm,
bottom: 15mm,
inside: 18mm,
outside: 12mm,
),
numbering: "1",
number-align: center + bottom,
)
body
}