Carl Colglazier
---
title: "Prospectus Presentation"
author: Carl Colglazier
format:
html:
grid:
body-width: 600px
margin-width: 300px
#pdf:
# linestretch: 1.25
# include-in-header:
# text: |
# \usepackage[T1]{fontenc}
# \usepackage[sups,osf]{fbb} % osf (or tosf) for text, not math
# \usepackage[scaled=1.25]{josefin} % sans serif
---
::: {.content-visible when-format="html"}
{{< revealjs file="/presentations/prospectus/slides.html" height="500px" class="ratio ratio-16x9" >}}
:::
```{r}
#| label: setup
library(tidyverse)
library(arrow)
library(here)
options(arrow.skip_nul = TRUE)
source(here::here("code/common.R"))
```