Capítulo 1 Informação do projeto

Pode ser mudado depois:

  1. Abrir o Rtudio
  2. Colocar o path em
  3. publish_book(account="jpedroan")
  4. Mudar alguma coisa necessária em _bookdown.yml

bookdown::render_book("index.Rmd")

1.1 Incluir geogebra

knitr::include_url("https://www.geogebra.org/m/W9Nz53Ct")

1.2 Como fazer 2

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:{r eval=FALSE} 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/.