-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.tex
42 lines (38 loc) · 906 Bytes
/
example.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
\errorcontextlines9999
\documentclass[a3paper, portrait, english, default]{uulm-cs-poster}
\usepackage{lipsum}
\title{This is an Example Title}
\author{Magic Author 1\and Wizard 2}
\institute{The Amazing Institute}
\university{Octarine University}
\logo{\splogo}
\date{\today}
\addbibresource{references.bib}
\nocite{*}
\begin{document}
\maketitle
\section*{Why dogs are better cats}
\lipsum[2]
\vfil
\begin{multicols}{3}
\section*{Horses and Horses with Hats}
\lipsum[1-3]
Itemize example:
\begin{itemize}
\item A reason to
\item Be a bee
\item Can always result in
\item Deeming honey to be
\item \textit{Everything}
\end{itemize}
\section*{Hat with Horse}
\lipsum[4-6]
\paragraph{Paragraph}\lipsum[7]
\end{multicols}
\lipsum[2]
\section*{Horse with Hat Interview}
\begin{multicols}{4}
\lipsum[2]
\printbibliography
\end{multicols}
\end{document}