From e52af7a5cb7b5191211bf1ea8caaeaa0df230f74 Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmes@ufpr.br>
Date: Fri, 17 Jan 2020 19:55:13 -0300
Subject: [PATCH] Uses Roboto Condensed in the plots.

---
 config/setup.R | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/config/setup.R b/config/setup.R
index ee98551..86495a5 100644
--- a/config/setup.R
+++ b/config/setup.R
@@ -6,10 +6,11 @@ opts_chunk$set(cache = FALSE,
                fig.height = 4.32,
                fig.align = "center",
                eval.after= "fig.cap",
-               #dpi = 96,
-               #dev = "png",               
-               #dev.args = list(family = "Lato"),
-               dev.args = list(family = "Palatino"))
+               # engine.opts = list(template = "config/tikz2pdf.tex"),
+               # dpi = 96,
+               # dev = "png",
+               dev.args = list(png = list(family = "Roboto Condensed"),
+                               pdf = list(family = "Palatino")))
 options(width = 68)
 
 library(latticeExtra)
-- 
GitLab