blob: 33ddd7ddc816c3072784d3039b621e22c2a359a7 (
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
|
\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst}
\RequirePackage{fix-cm}
\documentclass[ngerman,paper=A1,fontsize=22pt,cdfoot=5ex,ddcfoot]{tudscrposter}
\usepackage{selinput}\SelectInputMappings{adieresis={ä},germandbls={ß}}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{blindtext}
\usepackage{multicol}
\begin{document}
\faculty{Juristische Fakultät}
\department[]{Fachrichtung Strafrecht}
\institute{Institut für Kriminologie}
\chair[]{Lehrstuhl für Kriminalprognose}
\date{18.02.2015}
\title{%
Entwicklung eines optimalen Verfahrens zur Eroberung des
Geldspeichers in Entenhausen
}
\contactperson{%
Mickey Mouse%
\office{Büro 58}%
\telephone{463--xxxxx}%
\emailaddress{mickey.mouse@tu-dresden.de}%
}
\professor{Prof. Dr. Kater Karlo}
\maketitle
\begin{abstract}%[columns=2]
\noindent\blindtext
\end{abstract}
\begin{multicols}{2}[\section*{Test}]
\blindtext[3]
\end{multicols}
\bigskip
\begin{center}
\includegraphics[width=.7\linewidth]{TUD-black}
\end{center}
\begin{multicols}{2}[\section*{Test}]
\blindmathtrue
\blindtext[1]
\end{multicols}
\end{document}
|