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

Ignora diretório figures/ (figs geradas automaticamente) e mantém o images/

parent fdecc4aa
Branches
No related tags found
No related merge requests found
......@@ -20,4 +20,4 @@
.Rhistory
.Rproj.user
**/cache/*
**/images/*
**/figures/*
File moved
File moved
......@@ -27,7 +27,6 @@ opts_chunk$set(
cache = FALSE,
echo = FALSE,
out.width = "1\\textwidth",
fig.path = "images/",
fig.align = "center",
dev.args = list(family = "Palatino")
)
......@@ -108,7 +107,7 @@ Permitem a inclusão de variáveis independentes (covariáveis) para:
\pause
\vspace{-0.5cm}
\begin{figure}[!ht]
\includegraphics[scale=0.9]{./figures/regressao.pdf}
\includegraphics[scale=0.9]{./images/regressao.pdf}
\caption{Representação esquemática de um modelo de regressão}
\end{figure}
......@@ -441,7 +440,7 @@ xyplot(bol ~ def | phe, data = defol, pch = 19,
\begin{minipage}[c]{0.4\linewidth}
\begin{flushright}
\includegraphics[scale=0.1]{./figures/logoR}\\
\includegraphics[scale=0.1]{./images/logoR}\\
\vspace{0.3cm}
\end{flushright}
\end{minipage}
......
......@@ -196,7 +196,7 @@ brazil, % o último idioma é o principal do documento
\tikz[remember picture,overlay] \node[opacity=0.9,inner sep=0pt] at
(current page.center){
\includegraphics[width=\paperwidth,
height=\paperheight]{figures/ufpr_bg}};
height=\paperheight]{images/ufpr_bg}};
\begin{center}
{\Large \textsf{Universidade Federal do Paraná}} \\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment