LaTeX-Base/Content/01_content.tex

34 lines
770 B
TeX

\begin{InfoBox}
\textbf{Hinweis:} Test
% Nested InfoBox
\begin{multicols}{2}
\begin{InfoBox}
\textbf{Hinweis:} \lipsum[66]
\end{InfoBox}
\columnbreak
\begin{InfoBox}
\textbf{Hinweis:} \lipsum[66]
% Nested UserBox
\begin{CustomBox}{\faIcon{user}}{blue}
\textbf{Info:} \lipsum[66]
\end{CustomBox}
\end{InfoBox}
\end{multicols}
\end{InfoBox}
\begin{WarningBox}
\textbf{Warnung:} \lipsum[1]
\end{WarningBox}
\begin{SuccessBox}
\textbf{Erfolg:} \lipsum[1]
\end{SuccessBox}
\begin{ImportantBox}
\textbf{Wichtig:} \lipsum[1]
\end{ImportantBox}
\begin{CustomBox}{\faIcon{user}}{blue}
\textbf{Info:} \lipsum[1]
\end{CustomBox}