Skip to content
Snippets Groups Projects
Forked from vaclab / ptb-latex
165 commits behind the upstream repository.
tcb-example1.tex 2.69 KiB

\documentclass[%
,sanserif
%,a4paper
]{ptbposter}

\usepackage[
%,boxlayout=0
]{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}

%\logo{Logo754.pdf}

\colorlet{boxBackground}{black!5}
\posterSet{showframe=true,columns=3,rows=5}% columns,rows -> default 

\title{Poster-Test (\texttt{tcolorbox}) -- Nr.~1}

\begin{document}
  \begin{posterboxenv}[title=Titel 1]{name=A,column=1,row=1}
    \fbox{\texttt{column=1,row=1}}\par\bigskip
    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=Titel 2,text fill]{name=B,column=3,rowspan=2}
    X \hfill X
    \vfill
    X \hfill X
    \vfill
    X \hfill X
  \end{posterboxenv}
  \begin{posterboxenv}[title=Titel 3]{name=C,column=1,row=2,span=2}
    \fbox{\texttt{column=1,row=2,span=2}}
  \end{posterboxenv}
  \begin{posterboxenv}[title=Paketbeschreibung]%
    {name=D,column=1,row=3,span=3,rowspan=2}
    \fbox{\texttt{column=1,row=3,span=3,rowspan=2}}\par\bigskip
    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}
    \fbox{\texttt{column=1,above=bottom}}\par\bigskip
    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=F,column=2,between=D and bottom,span=2}  
    \fbox{\texttt{column=2,between=D and bottom,span=2}}\par\bigskip
    \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}