-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresolucion.tex
90 lines (60 loc) · 1.86 KB
/
resolucion.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
\documentclass[10pt, a4paper]{article}
\usepackage[paper=a4paper, left=1.5cm, right=1.5cm, bottom=1.5cm, top=3.5cm]{geometry}
\usepackage[T1]{fontenc}
\usepackage[spanish]{babel}
\usepackage{indentfirst}
\usepackage{fancyhdr}
\usepackage{latexsym}
\usepackage{lastpage}
\usepackage[colorlinks=true, linkcolor=blue]{hyperref}
\usepackage{calc}
\usepackage{aed2-symb,aed2-itef,aed2-tad, caratula}
\usepackage[utf8]{inputenc}
\usepackage{listings}
% Estos comandos deben ir antes del \maketitle
\materia{Algoritmos y Estructuras de Datos II} % obligatorio
\submateria{Segundo Cuatrimestre de 2016} % opcional
\titulo{Trabajo Práctico 1} % obligatorio
\subtitulo{Especificación} % opcional
\grupo{Grupo: 4 gigas de RAM}
\integrante{Jonathan Seijo}{592/15}{jon.seijo@gmail.com} % obligatorio
\integrante{Lucas Mauricio Córdoba}{094/15}{lmcordobaa@gmail.com} % obligatorio
\integrante{Lucas Gabriel De Bortoli}{736/15}{lu\_cas\_.97@hotmail.com.ar} % obligatorio
\integrante{Luciano Galli}{534/15}{lucianogalli@outlook.com} % obligatorio
\pagestyle{fancy}
\thispagestyle{fancy}
\addtolength{\headheight}{1pt}
\lhead{Algoritmos y Estructuras de Datos II}
\rhead{Trabajo Práctico 1}
\begin{document}
\maketitle
\thispagestyle{fancy}
\tableofcontents
\pagebreak
\section{TAD \tadNombre{PokemonGo}}
\input{tads/PokemonGo}
%$ $\newline
%$ $\newline
%$ $\newline
%$ $\newline
\section{TAD \tadNombre{Pokemon}}
\textbf{TAD} \textsc{Pokemon} \textbf{ES} \textsc{String}
%$ $\newline
%$ $\newline
\section{TAD \tadNombre{coordenada}}
\textbf{TAD} \textsc{coordenada} \textbf{ES} \textsc{Tupla(nat, nat)}
\newpage
\section{TAD \tadNombre{Mapa}}
\input{tads/Mapa}
%\newpage
%\input{tads/Pokemon}
\newpage
\section{TAD \tadNombre{Pokenodo}}
\input{tads/Pokenodo}
\newpage
\section{TAD \tadNombre{Jugador}}
\input{tads/Jugador}
\newpage
\section{Informe}
\input{informe}
\end{document}