
Report's Template for Chemical Engineers (UCR)
作者:
Stuar Tencio
最近上传:
4 年前
许可:
Creative Commons CC BY 4.0
摘要:
This documents aims to help any Chemical Engineer Student to ensure their laboratory reports have the correct format (UCR, 2021).

This documents aims to help any Chemical Engineer Student to ensure their laboratory reports have the correct format (UCR, 2021).
\documentclass{IQ_Lab_Report}%Inicia el tipo de documento, tamaño de letra, tamaño de papel, doble cara, tipo artículo.
\title{Título del reporte}%Título del documento, no necesariamente se desplega.
\author{Nombre del autor}%Nombre del autor del documento, no necesariamente se desplega.
\date{Fecha}%Fecha de cuando se realiza el documento, no necesariamente se desplega.
%-----------INICIO DEL DOCUMENTO-----------%
\begin{document}%Inicia el documento.
\subfile{A_Cover/Front}
%-----------RESUMEN-----------%
\subfile{B_Resume/Abstract}
%----------MARCO TEÓRICO----------%
\subfile{C_Background/Fundaments}
%----------METODOLOGÍA----------%
\subfile{D_Methodology/Methods}
%----------ANÁLISIS DE RESULTADOS----------%
\subfile{E_Results/Analysis}
%----------CONCLUSIONES Y RECOMENDACIONES----------%
\subfile{F_Conclusions/Ultimatum}
%----------NOMENCLATURA----------%
\subfile{G_Nomenclature/Symbols}
%----------BLIBLIOGRAFÍA----------%
\subfile{I_References/Bibliography}
%----------APÉNDICES----------%
\subfile{J_Appendix/Data}
\subfile{J_Appendix/Middle}
\subfile{J_Appendix/Determination}
\subfile{J_Appendix/Procedure}
%----------ANEXOS----------%
\subfile{K_Annexed/Adds}
\end{document}
%----------ANTIGUA NOMENCLATURA----------%
%\begin{table}[!hbt]
% \begin{center}
% \begin{tabularx}{140mm}{X l l}%Tabularx permite adaptar las columnas con X al ancho especificado haciéndolas más grandes o más pequeñas.
%----------Mayúsculas----------%
%$A$&Área normal a la dirección del fluido &m$^{2}$ \\
%$E$&Energía & J\\
%&&\\ %Fila vacía en la Tabla
%----------Minúsculas----------%
%$c$&Diferencia longitudinal de alambre fusible& m\\
%$e$&Correción energética por alambre fusible & J\\
%&&\\
%----------Griegas----------%
%$\alpha$&Correción de energía cinética& adim\\
%$\epsilon$&Emisividad& adim\\
%&&\\ %Fila vacía en la Tabla
%\textbf{Subíndices}&\\
%$\infty$&Indica muy lejano\\
%$+$&Indica adición de reactivo o mezcla\\
%&\\
%\textbf{Superíndices}&\\
%$\cdot$&Indica por unidad de tiempo\\
%$\rightarrow$&Indica cantidad vectorial\\
% \end{tabularx}
% \end{center}
% \end{table}