Skip to content

Commit

Permalink
close #1: comment out the pdf format, and add a comment about LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Feb 7, 2018
1 parent 55abca5 commit cfbb29a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ site: bookdown::bookdown_site
documentclass: book
output:
bookdown::gitbook: default
bookdown::pdf_book: default
#bookdown::pdf_book: default
---

# Hello World

Hi.

Bye.

<!-- If you need PDF output, uncomment bookdown::pdf_book above in YAML. You will need a LaTeX installation, e.g., https://yihui.name/tinytex/ -->

0 comments on commit cfbb29a

Please sign in to comment.