From 5def4051b566eaa20ad51c839803c6c5a44ed368 Mon Sep 17 00:00:00 2001 From: Frederik Beimgraben Date: Wed, 13 Nov 2024 11:27:06 +0000 Subject: [PATCH] Change vspaces --- Content/01_content.tex | 25 +++++++++++++++++++++++-- TeX/Tools/InfoBlocks.tex | 4 ++-- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/Content/01_content.tex b/Content/01_content.tex index 1a8229d..f6e9be2 100644 --- a/Content/01_content.tex +++ b/Content/01_content.tex @@ -3,11 +3,32 @@ % Nested InfoBox \begin{multicols}{2} \begin{InfoBox} - \textbf{Hinweis:} Test + \textbf{Hinweis:} \lipsum[66] \end{InfoBox} \columnbreak \begin{InfoBox} - \textbf{Hinweis:} Test + \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} \ No newline at end of file diff --git a/TeX/Tools/InfoBlocks.tex b/TeX/Tools/InfoBlocks.tex index 0ae6cb0..2833f4c 100644 --- a/TeX/Tools/InfoBlocks.tex +++ b/TeX/Tools/InfoBlocks.tex @@ -47,8 +47,9 @@ % Commands to only execute at the page level \filbreak \fi - + \vspace*{0.5\baselineskip} + \noindent \begin{minipage}{\linewidth} \begin{mdframed}[ @@ -76,7 +77,6 @@ \end{minipage} \end{mdframed} \end{minipage} - \vspace*{0.5\baselineskip} %% === /Content === % Reduce the nesting level counter