From 48ebd5108a85096d1b52f8a0b48a54138cd3e9c8 Mon Sep 17 00:00:00 2001
From: Eduardo Junior <edujrrib@gmail.com>
Date: Sun, 12 Jun 2016 21:45:40 -0300
Subject: [PATCH] =?UTF-8?q?Adiciona=20s=C3=ADmbolos=20matem=C3=A1ticos?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/01-tcc.Rnw | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/docs/01-tcc.Rnw b/docs/01-tcc.Rnw
index 61a35f0..b8a1c2a 100644
--- a/docs/01-tcc.Rnw
+++ b/docs/01-tcc.Rnw
@@ -78,6 +78,9 @@
 \DeclareMathOperator{\Ell}{\mathcal{L}}
 \DeclareMathOperator{\R}{\mathbb{R}}
 
+\DeclareRobustCommand{\rchi}{{\mathpalette\irchi\relax}}
+\newcommand{\irchi}[2]{\raisebox{\depth}{$#1\chi$}}
+
 % ---
 % Para tabelas
 % ---
@@ -206,8 +209,9 @@
 % ----
 \begin{document}
 
-<<setup, include=FALSE>>=
+<<setup, include=FALSE, cache=FALSE>>=
 source("_setup.R")
+library(tccPackage)
 @
 
 
@@ -324,7 +328,10 @@ source("_setup.R")
 % inserir lista de símbolos
 % ---
 \begin{simbolos}
-  \item[$ \log $] Logarítmo neperiano (de base $e$)
+  \item[$ \log $] Logarítmo neperiano (de base $e$).
+  \item[$ \ell $] log-verossimilhança maximizada.
+  \item[AIC] Critério de Informação de Akaike, do inglês \textit{Akaike
+      Information Criterion}.
 \end{simbolos}
 % ---
 
-- 
GitLab