Change vspaces
This commit is contained in:
parent
d8c18fa672
commit
5def4051b5
@ -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}
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user