forked from Template-Latex/Template-Informe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_poster.tex
62 lines (50 loc) · 1.3 KB
/
main_poster.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
% Template: Poster LaTeX
% Documento: Archivo principal
% Versión: DEV
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
%
% Manual template: [https://latex.ppizarror.com/poster]
% Licencia MIT: [https://opensource.org/licenses/MIT]
% CREACIÓN DEL DOCUMENTO
\pdfminorversion=7
\documentclass[
spanish, % Idioma: spanish, english, etc.
final,
hyperref={pdfencoding=auto,psdextra},
xcolor={dvipsnames,table,usenames}
]{beamer}
% INFORMACIÓN DEL DOCUMENTO
\def\documenttitle {Título del póster}
% IMPORTACIÓN DEL TEMPLATE
\input{template}
% CONFIGURA BEAMER
\author{
Pablo Pizarro R.\inst{a},
John Doe\inst{b}
}
\institute[shortinst]{
\inst{a} Universidad de Chile \\
\inst{b} Universidad 2
}
% \logoleft{height=3.5cm}{logo.pdf}
% \logoright{height=3.5cm}{logo.pdf}
\footercontent{
\href{https://www.example.com}{Sitio web de la conferencia} \hfill
Título de la Conferencia, Santiago, Chile \hfill
\insertemail{[email protected]}
}
% INICIO DE LAS PÁGINAS
\begin{document}
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\templatePagecfg
% CONFIGURACIONES FINALES
\templateFinalcfg
% ======================= INICIO DEL DOCUMENTO =======================
\begin{poster}
\input{example} % Ejemplo, se puede borrar
\end{poster}
% FIN DEL DOCUMENTO
\end{document}