Skip to content
Snippets Groups Projects
Commit 19772775 authored by Eduardo E. R. Junior's avatar Eduardo E. R. Junior
Browse files

Adiciona arquivo de configurações do knitr para os slides

parent 34375991
Branches
No related tags found
No related merge requests found
library(knitr)
opts_chunk$set(
echo = FALSE,
cache = FALSE,
tidy = FALSE,
fig.width = 8,
fig.height = 5,
fig.align = "center",
out.width = "0.8\\textwidth",
dev.args = list(family = "Palatino"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment