latex2e-es: Plantilla book

 
 A.1 Plantilla ‘book’
 ====================
 
 \documentclass{book}
 \usepackage[spanish]{babel}        % Para escribir en Español normal
 \usepackage[utf8]{inputenc}        % Codificación de caracteres
 \title{Plantilla de Clase Book}
 \author{Autor Alex}
 
 \begin{document}
 \maketitle
 
 \chapter{Primero}
 Algún texto.
 
 \chapter{Segundo}
 Algún otro texto.
 
 \section{Un subtema}
 El final.
 \end{document}