\documentclass[12pt]{report}
%\documentclass[14pt]{extreport}
%\documentclass[12pt]{book}
\usepackage{UVconfig}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Permite usar los comandos \AU{texto} para dar color al texto. También para \Di{texto}.
\usepackage{color}
\newcommand{\JP}[1]{\textcolor{blue}{[JP: #1]}}
\newcommand{\HL}[1]{\textcolor{red}{[HL: #1]}}
\newcommand{\CC}{\cellcolor{lightgray}}
\include{data/nomenclatura}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Use este espacio para agregar paquetes extra.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Final del preambulo
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Inicio del documento
\begin{document}
\include{data/MisDatos}
\include{data/portada}
\pagenumbering{roman} % Roman numerals
\setcounter{page}{1}
\include{data/resumen}
\include{data/abstract}
%\begin{comment}
%\include{data/dedicatoria}
\include{data/agradecimientos}
%\end{comment}
\include{data/listas}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagenumbering{arabic} % Arabic numerals
\setcounter{page}{1}
\include{data/introduccion}
%\begin{comment}
\include{data/revision}
\include{data/teorico}
\include{data/solucion}
%\end{comment}
\include{data/resultados}
\include{data/conclusiones}
\include{data/perspectivas}
\include{data/productos}
%\include{data/OTROS}
\include{data/bibliografia}
%\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% En caso de necesitar agregar apéndices, habilite el siguiente comando.
%\include{data/appendices}
\include{data/apendices}
%\appendix
%\input{data/apendice1.tex}
%\input{data/apendice2.tex}
\end{document}