From 948dcef2dcac95127350b30fab261379448b12b8 Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmes@ufpr.br>
Date: Wed, 6 Jan 2016 16:23:31 -0200
Subject: [PATCH] =?UTF-8?q?Cap=C3=ADtulo=20de=20ci=C3=AAncia=20repoduz?=
 =?UTF-8?q?=C3=ADvel.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 capCienRep.Rmd | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/capCienRep.Rmd b/capCienRep.Rmd
index de53862..8b684c9 100644
--- a/capCienRep.Rmd
+++ b/capCienRep.Rmd
@@ -1,15 +1,11 @@
 ---
-title: "Pesquisa Reproduzível"
+title: "Ciência Reproduzível"
 author: "Fernando Mayer & Walmes Zeviani"
 ---
 
 ```{r setup, include=FALSE}
-library(knitr)
-
-opts_chunk$set(
-    dev.args=list(family = "Palatino"))
-
-options(width = 68)
+source("setup_knitr.R")
+source("config.R")
 ```
 
 ****
-- 
GitLab