Teaching Snippets and Modules
2021-05-08
Chapter 1 Introduction
These modules are not designed to be full courses - the goal is to showcase interesting visualizations that can help illustrate key concepts in environmental science and engineering.
This is a sample book written in Markdown. You can use anything that Pandoc’s Markdown supports, e.g., a math equation \(a^2 + b^2 = c^2\).
The bookdown package can be installed from CRAN or Github:
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/.
1.1 Teaching Philosophy
insert text here
1.2 New Content
- May 2021 - Document started - will begin importing content soon!