14 lines
276 B
Typst
14 lines
276 B
Typst
#import "@local/handout:0.1.0": *
|
|
|
|
#show: handout.with(
|
|
title: [Gods, Demons, and Mortals],
|
|
by: "Mark",
|
|
subtitle: [Based on Raymond Smullyan's _To Mock a Mockingbird_.],
|
|
short_warning: true,
|
|
)
|
|
|
|
#include "parts/00 warmup.typ"
|
|
#pagebreak()
|
|
|
|
#include "parts/01 gods.typ"
|