docs/README.md

To compile this book, open index.Rmd in the RStudio IDE, install the blogdown package from Github, and click the RStudio Addin "Preview Book". You should be able to preview the HTML version of the book.

It is trickier to compile it to PDF. You need to install LaTeX. I recommend TinyTeX:

tinytex::install_tinytex()

Then download and install three fonts from Google Fonts: Alegreya, Alegreya SC, and Source Code Pro. Run make pdf (if make is available) or Rscript _render.R "bookdown::pdf_book" in the docs/ directory. Install LaTeX packages if missing. If you're using a Mac with OS X 10.8 or later, install XQuartz.



rstudio/blogdown documentation built on Feb. 5, 2024, 10:09 p.m.