Compilation

Compile with Typst

mkdir build
typst compile main.typ build/out.pdf --input boxed= --input grid=

the following is written in Nushell 0.107.0

typst compile main.typ build/out.pdf ...[
    --input boxed=
    --input grid=
    --input emojis=
    --input after=2021-06-01
    --ignore-system-fonts
    --font-path ([
        ~/.local/share/fonts/https_3A_2F_2Fgithub.com_2Fgithubnext_2Fmonaspace_2Freleases_2Fdownload_2Fv1.301_2Fmonaspace-static-v1.301/
        ~/.local/share/fonts/noto-emoji/
    ] | path expand | str join ":")
    --input "fonts=Monaspace Neon,Noto Emoji"
]

The document: the PDF

./page-1-of-2.png


./page-2-of-2.png