add informe template

This commit is contained in:
Chris Cromer 2018-11-06 14:05:35 -03:00
parent 997adab4f3
commit f7ae37826d
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
2 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,74 @@
\title{Tarea 1: Ordenamiento}
\author{}
\date{\today}
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc} %\ This allows spanish tildes
\usepackage[spanish]{babel}
\usepackage{array}
\usepackage{adjustbox}
\usepackage{titling}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm,a4paper]{geometry}
\usepackage{amsmath}
\pretitle{%
\begin{center}
\LARGE
\includegraphics[width=4cm]{ubblogo.png}\\[\bigskipamount]
\Large
\textbf{Análisis y Diseño de Algoritmos}\\[\smallskipamount]
}
\posttitle{\end{center}}
\begin{document}
\clearpage\maketitle
\thispagestyle{empty}
\begin{flushright}
\textbf{Integrantes:}\\
Christopher Cromer\\
Rodolfo Cuevas
\end{flushright}
\begin{flushright}
\textbf{Profesor:}\\
Pedro Rodríguez
\end{flushright}
\begin{flushright}
\textbf{Ayudantes:}\\
Carlos Faúndez\\
Xavier Canales
\end{flushright}
\newpage
\clearpage
\thispagestyle{empty}
\tableofcontents
\newpage
\pagenumbering{arabic}
\section{Psuedo código}
\subsection{Merge Sort}
\subsection{Quick Sort}
\subsection{Bubble Sort}
\subsection{Bitonic Sort}
\subsection{Ordenamiento por conteo}
\subsection{Ordenamiento por selección}
\section{Análisis temporal}
\section{Conclusiones}
\end{document}

BIN
doc/ubblogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB