Newer
Older
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
\documentclass[sanserif]{ptbposter}
%\documentclass[sanserif,english]{ptbposter}
\usepackage[showframe]{ptbposter-tcb}
\phone{+49-30-3481-7316}
\fax{+49-30-3481-7503}
\email{Rolf.Niepraschk@ptb.de}
\workingGroup{7.54 Vakuummetrologie}
\department{7.5 Wärme und Vakuum}
\location{10587 Berlin}
\street{Abbestraße 2--12}
\QRcode{http://www.ptb.de/cms/fachabteilungen/abt7/fb-75/ag-754.html}
\Author{Rolf}{Niepraschk}[Physikalisch-Technische Bundesanstalt]
\Author*{Max}{Mustermann}
\Author{Ellen}{Bogen}[Muster Universität Oberstadt]
\Author*{Peter}{Silie}[XYZ GmbH]
\logo{Logo754.pdf}
%%\scaleFontSizes{1.05}% Werte nahe an "1" wählen!
%%\scaletoPaper{a4}% ???
\colorlet{boxBackground}{black!7}
\title{Poster-Test mit \texttt{tcolorbox/poster}}
\begin{document}
\begin{posterboxenv}[title=BlaBla]{name=A,column=3}
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
\end{posterboxenv}
\begin{posterboxenv}[title=BlaBla]{name=B,row=2,column=1,span=2}
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
\end{posterboxenv}
\begin{posterboxenv}[title=BlaBla]{name=C,row=3,column=2,span=2,rowspan=2}
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
Etwas Text Etwas Text Etwas Text Etwas Text Etwas Text
\end{posterboxenv}
\begin{posterboxenv}{column=1,above=bottom}
For all natural number $n$ it holds:
\begin{equation}
\tcbhighmath{\sum\limits_{i=1}^n i = \frac{n(n+1)}{2}.}
\end{equation}
\end{posterboxenv}
\begin{posterboxenv}[title=Verweise]{name=E,row=5,column=2,span=2}
\begin{itemize}
\item Thomas F.~Sturm: The tcolorbox package, Library poster,
S.~408--420,
\url{http://mirrors.ctan.org/macros/latex/contrib/tcolorbox/tcolorbox.pdf}
\end{itemize}
\end{posterboxenv}
\end{document}