-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathITT-DAT.tex
158 lines (128 loc) · 4.05 KB
/
ITT-DAT.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
% main.tex
% Fichero principal de transparencias (incluye a todos los demás).
% Compilar a .pdf con LaTeX (pdflatex)
% Es necesario instalar Beamer (paquete latex-beamer en Debian)
%
% Gráficos:
% Los gráficos pueden suministrarse en PNG, JPG, TIF, PDF, MPS
% Los EPS deben convertirse a PDF (usar epstopdf)
%
\documentclass{beamer}
\usetheme{Warsaw}
\beamertemplatenavigationsymbolsempty
\setbeamertemplate{headline}{}
\useoutertheme{infolines}
%\usebackgroundtemplate{\includegraphics[width=\paperwidth]{format/libresoft-bg-soft.png}}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphics}
\usepackage{amssymb} % Simbolos matematicos
\usepackage{multicol}
\newcommand{\asignatura}{Desarrollo de Aplicaciones Telemáticas}
\newcommand{\grado}{Grado en Ingeniería Tecnologías de Telecomunicación (URJC)}
\newcommand{\curso}{2016-17}
\newcommand{\horario}{L (13:00-15:00) y M (13:00-15:00)}
%\definecolor{libresoftgreen}{RGB}{162,190,43}
%\definecolor{libresoftblue}{RGB}{0,98,143}
%\setbeamercolor{titlelike}{bg=libresoftgreen}
%% Metadatos del PDF.
\hypersetup{
pdftitle={\asignatura~\curso},
pdfauthor={Jesús M. González Barahona, Gregorio Robles},
pdfcreator={GSyC, Universidad Rey Juan Carlos},
pdfproducer=PDFLaTeX,
pdfsubject={\asignatura~\curso},
}
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% include-only %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\includeonly{presentacion-dat-at, html, css, css3, bootstrap, html5, gapi, firefoxos, optimizacion}
%\includeonly{presentacion, html}
%\includeonly{html}
%\includeonly{html5}
%% Prácticas
%\includeonly{html}
%\includeonly{css}
%\includeonly{css3}
%\includeonly{html5}
%\includeonly{gapi}
\AtBeginSection[]
{
\begin{frame}<beamer>
\begin{center}
{\Huge \insertsection}
\end{center}
\end{frame}
}
\begin{document}
\title[\asignatura]{\asignatura~(\curso)}
\subtitle{\grado}
\author[GSyC]{Jesús M. González Barahona, Gregorio Robles Martínez}
\institute[http://cursosweb.github.io/]{\url{http://cursosweb.github.io} \\
GSyC, Universidad Rey Juan Carlos}
%\date{Enero 2015}
\frame{
\maketitle
}
% Si el titulo o el autor se quieren acortar para los pies de página
% se pueden redefinir aquí:
%\title{Titulo corto}
%\author{Autores abreviado}
%% LICENCIA DE REDISTRIBUCION DE LAS TRANSPAS
\frame{
~
\vspace{3cm}
\begin{flushright}
\includegraphics[width=2.2cm]{figs/by-sa}
\\
\begin{footnotesize}
\copyright 2002-2017 Jesús M. González Barahona, Gregorio Robles. \\
Algunos derechos reservados. Este artículo se distribuye bajo
la licencia ``Reconocimiento-CompartirIgual 3.0 España'' de Creative Commons,
disponible en \\
{\small \url{http://creativecommons.org/licenses/by-sa/3.0/es/deed.es}}
Este documento (o uno muy similar) está disponible en \\
\url{http://cursosweb.github.io} \\
\end{footnotesize}
\end{flushright}
}
%%
%% LICENCIA DE REDISTRIBUCION DE LAS TRANSPAS
\frame{
~
\vspace{1cm}
\begin{flushright}
\begin{footnotesize}
Las transparencias del tema ``CSS - Hojas de estilo'' \\
están basadas en el libro de librosweb.es \\
disponible en http://www.librosweb.es/css/ \\
Se ha pedido explícitamente autorización al autor original \\
para realizar esta obra derivada con fines educativos.
\copyright Javier Eguiluz - Librosweb.es \\
\vspace{1cm}
\end{footnotesize}
\end{flushright}
}
\begin{frame}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% lista de temas %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{presentacion-dat-at}
\include{html}
\include{css}
\include{css3}
\include{bootstrap}
\include{html5}
\include{gapi}
\include{firefoxos}
\include{optimizacion}
\end{document}