summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/univie-ling/doc/templates/template-poster-english.tex
blob: 8646aa163cd8c02099ec6e8e5cc7e259d354789c (plain)
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
% Example file for the class ``univie-ling-poster''
\documentclass[cd=english,english,portrait]{univie-ling-poster}

% Titling and author data
%
\author[Author in Footline]{Author in Title}
%\department{Alternative Department}

\title{Poster Title}
\subtitle{Poster Subtitle}
\date{Date of the Presentation}

% Event data
%
\eventtitle{Event Title}
\eventlocation{Event Location}
\eventdate{Event Date}
%\eventlogo{}


\begin{document}

% The whole poster content is wrapped into one frame
\begin{frame}

\begin{bluebox}{Title of a Blue Box}
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
\end{bluebox}

\begin{greenbox}{Title of a Green Box}
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
\end{greenbox}


\begin{redbox}{Title of a Red Box}
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
\end{redbox}

\begin{blueframedbox}{Title of a Blue Framed Box}
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	\tcblower
	Framed boxes have an optional \enquote*{lower} part.
\end{blueframedbox}

\begin{redframedbox}{Title of a Red Framed Box}
This text just demonstrates how text looks like. It does nothing more. Really.
This text just demonstrates how text looks like. It does nothing more. Really.
This text just demonstrates how text looks like. It does nothing more. Really.
This text just demonstrates how text looks like. It does nothing more. Really.
\end{redframedbox}

\begin{greenframedbox}{Title of a Green Framed Box}
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
	This text just demonstrates how text looks like. It does nothing more. Really.
\end{greenframedbox}

% Columns over the whole text width
\begin{columns}[t, totalwidth=\textwidth]

% First column, 48% text width
\column{.48\textwidth}

\begin{redbox}{Title}
	\begin{enumerate}
	\item Text Text
	\item Text Text
	\item Text Text
	\item Text Text
	\end{enumerate}
\end{redbox}


\begin{bluebox}{Introduction}
	\begin{itemize}
	\item Text Text
		\begin{itemize}
		\item Text Text
		\item Text Text
		\end{itemize}
	\item Text Text
	\end{itemize}
\end{bluebox}


% Second column, 48% text width
\column{.48\textwidth}

\begin{bluebox}{Title}
	\begin{itemize}
	\item Text Text
	\item Text Text
	\item Text Text
	\item Text Text
	\end{itemize}
\end{bluebox}

\begin{greenbox}{Contact}
   Jane Doe

   u32168@univie.ac.at
\end{greenbox}

\end{columns}% End of columns

\end{frame}% End of general frame

\end{document}