add informe template
This commit is contained in:
parent
997adab4f3
commit
f7ae37826d
@ -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
BIN
doc/ubblogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
Loading…
Reference in New Issue
Block a user