-
Notifications
You must be signed in to change notification settings - Fork 1
/
nota-docencia-AYED.tex
84 lines (73 loc) · 2.16 KB
/
nota-docencia-AYED.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
%%% template.tex
%%%
%%% This LaTeX source document can be used as the basis for your technical
%%% paper or abstract. Intentionally stripped of annotation, the parameters
%%% and commands should be adjusted for your particular paper - title,
%%% author, article DOI, etc.
%%% The accompanying ``template.annotated.tex'' provides copious annotation
%%% for the commands and parameters found in the source document. (The code
%%% is identical in ``template.tex'' and ``template.annotated.tex.'')
%\documentclass[annual]{acmsiggraph}
\documentclass[annual]{acmsiggraph}
\usepackage[dvips]{epsfig}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{syntax}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{amssymb}
\usepackage{wrapfig}
\usepackage{booktabs}
\usepackage{color}
\usepackage[table,xcdraw]{xcolor}
%\usepackage[style=numeric,natbib=true]{biblatex}
\usepackage{listings}
\usepackage{upquote}
\usepackage{listingsutf8}
\include{listing}
%\newcommand{\abstractnamefont}{\largefont\bfseries}
%\newcommand{\abstracttextfont}{\normalfont\small}
%\title{Nota Docencia AYED}
%\title{}
%\author{}
\pdfauthor{Esmitt Ram\'irez J.}
%
%\author{Esmitt Ram\'irez J.\thanks{e-mail:esmitt.ramirez@ciens.ucv.ve}\\Centro de Computaci\'on Gr\'afica, Escuela de Computaci\'on\\ Universidad Central de Venezuela, Caracas- Venezuela}
%\pdfauthor{Esmitt Ram\'irez J.}
%\renewcommand{\abstractname}{Resumen}
\renewcommand{\contentsname}{Tabla de Contenidos}
\renewcommand{\partname}{Parte}
\renewcommand{\tablename}{Tabla}
\renewcommand\refname{Bibliografía}
\renewcommand{\figurename}{Figura}
\hyphenation{o-pe-ra-ti-vo}
\begin{document}
%\maketitle
%\begin{abstract}
\begin{center}
\vspace*{1.5cm}
ND 2015-01 \\
Lecturas en Ciencias de la Computación \\
ISSN 1316-6239 \\
\vspace{0.85cm}
\huge{\textbf{Algoritmos y Estructuras de Datos}} \\
\vspace{0.85cm}
\normalsize
Esmitt Ramírez\\
Marzo 2015
\vspace{1.1cm}
\end{center}
\input{portada.tex}
\newpage
\tableofcontents
\input{datatype.tex}
\input{recursion.tex}
\input{backtracking.tex}
\input{complexity.tex}
\input{lists.tex}
\input{tree.tex}
\newpage
\nocite{*}
\bibliographystyle{acmsiggraph}
\bibliography{template}
\end{document}