diff --git a/apostila_git.tex b/apostila_git.tex
index 55d71dcc5ef07dbc24a037bf8e592fbb62132bd9..489a735aa229d25d6f6375d28fcae2da32a985fc 100644
--- a/apostila_git.tex
+++ b/apostila_git.tex
@@ -132,6 +132,8 @@
 
 \setlength{\droptitle}{-2em}
 
+%-----------------------------------------------------------------------
+
 \title{Apostila Git}
 \pretitle{\vspace{\droptitle}}
 \posttitle{}
@@ -149,6 +151,7 @@
 \definecolor[named]{color01}{rgb}{.2,.4,.6} 
 
 \usepackage{wallpaper} 
+\usepackage{menukeys}
 
 %-----------------------------------------------------------------------
 
@@ -249,8 +252,8 @@
 \chapter{Projetos Remotos}
 \input{cap04.tex}
 
-% \chapter{Serviços Web para Projetos Git}
-% \input{cap05.tex}
+\chapter{Serviços Web para Projetos Git}
+\input{cap05.tex}
 % \input{cap06.tex}
 % \input{cap07.tex}
 % \input{cap08.tex}
diff --git a/cap05.Rmd b/cap05.Rmd
index e0428f114ce298bc0d8d51dcb51277a80124e687..612eb36aa5a53edb586b7cb0fbdf898e14d45772 100644
--- a/cap05.Rmd
+++ b/cap05.Rmd
@@ -7,7 +7,7 @@ header-includes:
   \usepackage{menukeys}
 output:
   pdf_document:
-    template: template.tex
+    template:
     highlight: default
     toc: true
     toc_depth: 2
@@ -20,8 +20,6 @@ library(knitr)
 opts_chunk$set(comment=NA)
 ```
 
-\chapter{Serviços Web para Projetos Git}
-
 # Serviços Web para Git #
 
 No capítulo anterior vimos como configurar um repositório remoto em um
@@ -1349,4 +1347,4 @@ Runner*\footnote{\url{https://gitlab.com/gitlab-org/gitlab-ci-multi-runner}}
 contém as instruções de instalação e configuração e a documentação
 oficial
 *runners*\footnote{\url{http://doc.gitlab.com/ce/ci/runners/README.html}}
-indicando como tirar melhor proveito do recurso.
\ No newline at end of file
+indicando como tirar melhor proveito do recurso.