From fa85c70ef5df945669435699301c39f8c8b7f6b0 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Mon, 30 Jul 2018 20:25:55 -0300 Subject: [PATCH] =?UTF-8?q?Adiciona=20arquivo=20shell=20para=20compila?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20Rnw.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 slides/build.sh diff --git a/slides/build.sh b/slides/build.sh new file mode 100644 index 0000000..f93d6af --- /dev/null +++ b/slides/build.sh @@ -0,0 +1,3 @@ +FILENAME=$1 +knit $FILENAME.Rnw +pdflatex $FILENAME.tex -- GitLab