summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tudscr/doc/examples/poster.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/tudscr/doc/examples/poster.tex')
-rw-r--r--Master/texmf-dist/source/latex/tudscr/doc/examples/poster.tex45
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/tudscr/doc/examples/poster.tex b/Master/texmf-dist/source/latex/tudscr/doc/examples/poster.tex
new file mode 100644
index 00000000000..33ddd7ddc81
--- /dev/null
+++ b/Master/texmf-dist/source/latex/tudscr/doc/examples/poster.tex
@@ -0,0 +1,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}