Skip to content

Commit b9da103

Browse files
Fixed author name list in pdf copy
1 parent 1a856db commit b9da103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdf/index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Data Science: A First Introduction"
3-
author: "Tiffany-Anne Timbers, Trevor Campbell & Melissa Lee"
3+
author: "Tiffany Timbers, Trevor Campbell, and Melissa Lee"
44
date: "`r Sys.Date()`"
55
knit: "bookdown::render_book"
66
documentclass: krantz
@@ -16,10 +16,10 @@ lot: yes
1616
lof: yes
1717
fontsize: 12pt
1818
graphics: yes
19+
cover-image: "img/ds-a-first-intro-cover.jpg"
1920
site: bookdown::bookdown_site
2021
description: "This is a textbook for teaching a first introduction to data science."
2122
github-repo: UBC-DSCI/introduction-to-datascience
22-
cover-image: img/chapter_overview.jpg
2323
---
2424

2525
```{r setup-pdf, include=FALSE}

0 commit comments

Comments
 (0)