Chapter 1 The Recipe

10 Fresh mint leaves, 1/2 lime, 2 white sugar, 4 ice cubes, 1.5 white rum, 1/2 club soda

install.packages("bookdown")
# or the development version
# devtools::install_github("rstudio/bookdown")

Remember each Rmd file contains one and only one chapter, and a chapter is defined by the first-level heading #.

To compile this example to PDF, you need XeLaTeX. You are recommended to install TinyTeX (which includes XeLaTeX): https://yihui.name/tinytex/.