\documentclass[11pt,a4paper,oneside,english,spanish]{PlandeTesisUNSCH}
\input{0_0_PREAMBULO/Preambulo}
\begin{document}
\renewcommand{\BOthers}[1]{et al.\hbox{}} %Agregar et al.
\onehalfspacing % Interlineado 1.5
\noindent % Sin sangría
% ESTRUCTURA DEL PLAN DE TESIS
\includepdf[]{F_Formato/UNSCH PLAN DE TESIS.pdf}
%Parte INCIAL DEL PLAN DE TESIS
\frontmatter
\include{1_0_PORTADA/Portada}
\includepdf[]{F_Formato/PORTADA.pdf}
%Cambiar nombre y crear ÍNDICE
\singlespacing
\renewcommand\contentsname{\centering ÍNDICE GENERAL }
\tableofcontents
\onehalfspacing
%Parte CENTRAL DEL PLAN DE TESIS
\mainmatter
% CAPITULO 1
\include{2_CAPITULO1/Capitulo1}
% CAPÍTULO 2
\include{2_CAPITULO2/Capitulo2}
% CAPÍTULO 3
\include{2_CAPITULO3/Capitulo3}
% CAPÍTULO 4
\include{2_CAPITULO4/Capitulo4}
%Parte FINAL DEL PLAN DE TESIS
\backmatter
% REFERENCIAS BIBLIOGRÁFICAS
\include{3_0_BIBLIOGRAFIA/Bibliografia}
% ANEXOS
\include{3_1_ANEXOS/Anexos}
\end{document}