% Template:     Informe/Reporte LaTeX
% Documento:    Archivo principal
% Versión:      3.1.3 (17/04/2017)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
%        Facultad de Ciencias Físicas y Matemáticas.
%        Universidad de Chile.
%        pablo.pizarro@ing.uchile.cl, ppizarror.com
%
% Sitio web del proyecto: [http://ppizarror.com/Template-Informe/]
% Licencia: MIT           [https://opensource.org/licenses/MIT]
% CREACIÓN DEL DOCUMENTO, FUENTE E IDIOMA
\documentclass[letterpaper,11pt]{article} % Articulo tamaño carta, fuente 11
\usepackage[utf8]{inputenc}               % Codificación UTF-8
\usepackage[T1]{fontenc}                  % Soporta caracteres acentuados
\usepackage{lmodern}                      % Tipografía moderna
\usepackage[spanish]{babel}               % Idioma del documento en español
\def\templateversion{3.1.3}               % Versión del template
               
% INFORMACIÓN DEL DOCUMENTO
\newcommand{\nombredelinforme}{Laboratorio N°}
\newcommand{\temaatratar}{Tema a tratar}
\newcommand{\fecharealizacion}{\today}
\newcommand{\fechaentrega}{\today}
\newcommand{\autordeldocumento}{Paula Cáceres Burgos y Eduardo Cárdenas Rueda}
\newcommand{\nombredelcurso}{Métodos Experimentales}
\newcommand{\codigodelcurso}{FI-2003}
\newcommand{\nombreuniversidad}{Universidad de Chile}
\newcommand{\nombrefacultad}{Facultad de Ciencias Físicas y Matemáticas}
\newcommand{\departamentouniversidad}{Departamento de Física}
\newcommand{\imagendeldepartamento}{images/departamentos/fcfm}
\newcommand{\imagendeldepartamentoescl}{0.2}
\newcommand{\localizacionuniversidad}{Santiago, Chile}
% INTEGRANTES, PROFESORES Y FECHAS
\newcommand{\tablaintegrantes}{
\begin{minipage}{1.0\textwidth}
\begin{flushright}
\begin{tabular}{ll}
	Integrantes:
		& \begin{tabular}[t]{@{}l@{}}
			Paula Cáceres Burgos \\
			Eduardo Cárdenas Rueda\\
			%
		\end{tabular} \\
	Profesora:
		& \begin{tabular}[t]{@{}l@{}}
			Diana Dulic \\
	%		Profesor 2
		\end{tabular} \\
	Auxiliares:
		& \begin{tabular}[t]{@{}l@{}}
			Andrea Hernández T.\\
			Giovanni Pais L.\\
            Hugo Santander N.
		\end{tabular}\\
    \multicolumn{2}{l}{Métodos Experimentales} \\    
	\multicolumn{2}{l}{Código: FI2003-6} \\
	\multicolumn{2}{l}{Fecha de entrega: \fechaentrega} \\
	\multicolumn{2}{l}{\localizacionuniversidad}
\end{tabular}
\end{flushright}
\end{minipage}}
% CONFIGURACIONES
\input{lib/config}
% IMPORTACIÓN DE LIBRERÍAS
\input{lib/imports}
% IMPORTACIÓN DE FUNCIONES
\input{lib/functions}
% IMPORTACIÓN DE AMBIENTES Y ESTILOS
\input{lib/styles}
% CONFIGURACIÓN INICIAL DEL DOCUMENTO
\input{lib/initconf}
% PORTADA
\begin{document}
\input{lib/portrait}
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\input{lib/pageconf}
% RESUMEN O ABSTRACT
\input{abstract} % Se incluye un ejemplo de resumen, se puede borrar
% TABLA DE CONTENIDOS - ÍNDICE
\input{lib/index}
% CONFIGURACIONES FINALES - INICIO DE LAS SECCIONES
\input{lib/finalconf}
% ======================== INICIO DEL DOCUMENTO ========================
\input{example} % Se incluye el ejemplo del documento, se puede borrar
% FIN DEL DOCUMENTO
\end{document}