This page consists of various notes I’ve made on R Markdown and Bookdown for creating accessible mathematics lecture notes.
::: {.theorem}
for theorems, whereas this document still recommends the old notation ```{theorem}
, which is less good.fig.alt = ...
option to R chunks, which allows you to have a more detailed alt text (alongside the less detailed caption), which this document doesn’t mention.I’m giving a talk at the teaaching development morning for the School of Mathematics and the University of Leeds on 14 December 2021.
This year, I have taught our first statistics module MATH1710 Probability and Statistics I, which is also the first place we teach our students about R. As part of the R training in that module I produced a worksheet on R Markdown (HTML format) (Rmd format).
My notes for the University of Leeds module MATH1710 Probability and Statistics I were written in R Markdown with the Bookdown package. (A few R Worksheets at the end are written in “plain” R Markdown without Bookdown.)