Change vspaces
This commit is contained in:
parent
d8c18fa672
commit
5def4051b5
@ -3,11 +3,32 @@
|
|||||||
% Nested InfoBox
|
% Nested InfoBox
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
\begin{InfoBox}
|
\begin{InfoBox}
|
||||||
\textbf{Hinweis:} Test
|
\textbf{Hinweis:} \lipsum[66]
|
||||||
\end{InfoBox}
|
\end{InfoBox}
|
||||||
\columnbreak
|
\columnbreak
|
||||||
\begin{InfoBox}
|
\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{InfoBox}
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
\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}
|
||||||
@ -47,8 +47,9 @@
|
|||||||
% Commands to only execute at the page level
|
% Commands to only execute at the page level
|
||||||
\filbreak
|
\filbreak
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
\vspace*{0.5\baselineskip}
|
\vspace*{0.5\baselineskip}
|
||||||
|
|
||||||
\noindent
|
\noindent
|
||||||
\begin{minipage}{\linewidth}
|
\begin{minipage}{\linewidth}
|
||||||
\begin{mdframed}[
|
\begin{mdframed}[
|
||||||
@ -76,7 +77,6 @@
|
|||||||
\end{minipage}
|
\end{minipage}
|
||||||
\end{mdframed}
|
\end{mdframed}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
\vspace*{0.5\baselineskip}
|
|
||||||
%% === /Content ===
|
%% === /Content ===
|
||||||
|
|
||||||
% Reduce the nesting level counter
|
% Reduce the nesting level counter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user