-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathposter.tex
More file actions
37 lines (28 loc) · 774 Bytes
/
poster.tex
File metadata and controls
37 lines (28 loc) · 774 Bytes
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
\documentclass[25pt, a0paper, portrait]{tsj-poster}
% --- Paquetes Adicionales ---
%\usepackage{xcolor}
% --- Configuración del Estilo ---
\usetheme{TSJ}
% --- Información del Título ---
\title{Título del Póster: Una Investigación Impactante bla bla bla bla}
\author{Nombre del Autor 1, Autor 2}
\institute{Departamento de Investigación, Universidad de Ejemplo}
\begin{document}
\maketitle
\block{~}
{
bla bla bla
}
\begin{columns}
\column{0.4}
\block{More text}{Text and more text}
\column{0.6}
\block{Something else}{Here, bla bla bla \vspace{4cm}}
\note[
targetoffsetx=-9cm,
targetoffsety=-6.5cm,
width=0.5\linewidth
]
{e-mail \texttt{welcome@overleaf.com}}
\end{columns}
\end{document}