From 59fdc1dba692e5b737ed3a7b2124ffb23b67f643 Mon Sep 17 00:00:00 2001
From: Fernando Aoyagui Shinohata <fernandoshinohata@gmail.com>
Date: Mon, 23 Oct 2017 08:24:32 -0200
Subject: [PATCH] [master] Erro na atividade de LaTeX arrumado

---
 LaTeX/tex/meu_livro.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/LaTeX/tex/meu_livro.tex b/LaTeX/tex/meu_livro.tex
index f4a536c..f802c1e 100644
--- a/LaTeX/tex/meu_livro.tex
+++ b/LaTeX/tex/meu_livro.tex
@@ -31,21 +31,21 @@ Boa atividade!
 
 \section*{Chapter I - Early Promise}
 
-\input{tex/chapter-1}
+\input{tex/chapter-1.txt}
 
 
 \section*{Chapter II - The Morning of Life}
 
-\input{tex/chapter-2}
+\input{tex/chapter-2.txt}
 
 
 \section*{Chapter III - The New Path}
 
-\input{tex/chapter-3}
+\input{tex/chapter-3.txt}
 
 
 \section*{Chapter V - Fidelio}
 
-\input{tex/chapter-4}
+\input{tex/chapter-4.txt}
 
 \end{document}
-- 
GitLab