This is a Quarto relealjs-based presentation using the tikz engine to compile LaTeX to png and place the png on a slide.
You can do the same with other Rmd (R markdown) based slide and html outputs (bookdown, etc.).
The source for this file is in the repo here.
You should see some slide viewing options in the corner.
this is a caption
chunk options used:
this is a caption
As we saw in the tree in (1), blah blah.
There’s a great lingglosses package for R but it doesn’t seem to automatically work with this Quarto setup. You can just throw some gb4e in through LaTeX and it will render as an image, but the example numbers are not linked to others (pandoc) in the document:
optional caption
Inline math can be indicated with dollar signs, like so: \([\![cat]\!]\) (using $[\![cat]\!]$). Or in a block:
\[ \lambda x.\lambda y.love(x,y)\\ [\lambda x[\lambda y[love(x,y)]]]\\ \forall x[ \exists y[love(x,y)]] \]
Venn Diagram Caption
| p | q | p \(\land\) q |
|---|---|---|
| T | T | T |
| T | F | F |
| F | T | F |
| F | F | F |