forked from kgblll/certificados-de-asistencia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
certi.tex
104 lines (85 loc) · 2.56 KB
/
certi.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
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{mathpazo}
\renewcommand{\familydefault}{\rmdefault}
\usepackage[landscape,a4paper]{geometry}
\geometry{verbose,tmargin=0cm,bmargin=0cm,lmargin=0cm,rmargin=0cm}
\usepackage{fancybox}
\usepackage{calc}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{url}
\usepackage{eso-pic}
\newcommand\BackgroundPic{%
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\centering
\includegraphics[width=\paperwidth,height=\paperheight,%
keepaspectratio]{background1.jpg}%
\vfill
}}}
\begin{document}
\AddToShipoutPicture{\BackgroundPic}
~
\vspace{1.2cm}
~
\begin{center}
\begin{table}[h]
\footnotesize
\begin{center}
\begin{tabular}{lr}
~\hspace{0.7cm}
\includegraphics[height=2.4cm]{urjc.png} ~\hspace{3cm}~&
\includegraphics[height=1.8cm]{fecyt.png}
\end{tabular}
\end{center}
\end{table}
\LARGE{El Departamento de Sistemas Telemáticos y Computación (GSyC) de la\\
Escuela Técnica Superior de Ingeniería de Telecomunicación} \\
\Large{tiene el honor de otorgar el presente}\\
\vspace{1cm}
\fontsize{50}{60}{\textbf{CERTIFICADO}}}
\vspace{0.4cm}
\Huge{a \textbf{%pointname
}}
\vspace{0.4cm}
\Huge{por su asistencia al
% \textbf{%pointdni}
}
\vspace{0.3cm}
\Huge{\textbf{TALLER DE DR. SCRATCH PARA DOCENTES}}
\vspace{0.3cm}
\Large{celebrado el viernes, 27 de febrero de 2015 de 18 a 20 horas en Medialab-Prado}
\vspace{.2cm}
%\Large{Y para que as\'i conste se expide el presente certificado}
%
\vspace{1cm}
\begin{table}[h]
\footnotesize
\begin{center}
\begin{tabular}{lp{2cm}cp{2cm}r}
%\includegraphics[height=3cm]{marca_UOC.png} ~\hspace{3cm}~
%&
%\includegraphics[height=3cm]{Logo_urjc.PNG}
%&
\Large{ } & &
\Large{ } & &
\Large{Dr. Gregorio Robles Martínez} \\
Sello del Departamento & &
& &
Director del proyecto \\
\end{tabular}
\end{center}
\end{table}
\vspace{-0.5cm}
\scriptsize
{La herramienta Dr. Scratch tiene como objetivo ofrecer una vía de aprendizaje y realimentación sobre la calidad de los proyectos desarrollados en Scratch. \\
El taller ha sido organizado con el apoyo y la colaboración de la Fundación Española para la Ciencia y la Tecnología (FECyT). \\
El taller ha sido posible también debido a la colaboración de Programamos.es, Medialab-Prado, y se encuentra dentro de las actividades del Google RISE Award 2015 recibido por el equipo organizador de la URJC.}
%Diploma elaborado con el software libre \texttt{Pyploma}, (c)
%\url{fjruizruano@gmail.com} bajo licencia
%GPLv3. Visite: \url{http://code.google.com/p/pyploma}
\end{center}
\end{document}