14 lines
306 B
TeX
14 lines
306 B
TeX
\begin{InfoBox}
|
|
\textbf{Hinweis:} Test
|
|
% Nested InfoBox
|
|
\begin{multicols}{2}
|
|
\begin{InfoBox}
|
|
\textbf{Hinweis:} Test
|
|
\end{InfoBox}
|
|
\columnbreak
|
|
\begin{InfoBox}
|
|
\textbf{Hinweis:} Test
|
|
\end{InfoBox}
|
|
\end{multicols}
|
|
\end{InfoBox}
|