LaTeX-Base/Content/01_content.tex

25 lines
469 B
TeX

\lipsum[1]
\begin{InfoBox}
\textbf{Hinweis:} \lipsum[1]
% Nested InfoBox
\begin{InfoBox}
\textbf{Hinweis:} \lipsum[1]
\end{InfoBox}
\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}