diff --git a/Content/01_content.tex b/Content/01_content.tex index f6e9be2..381faa5 100644 --- a/Content/01_content.tex +++ b/Content/01_content.tex @@ -1,13 +1,23 @@ \begin{InfoBox} - \textbf{Hinweis:} Test - % Nested InfoBox + \textbf{Hinweis:} \lipsum[75] \begin{multicols}{2} - \begin{InfoBox} + \begin{CustomBox}{\faIcon{user-graduate}}{britishracinggreen} \textbf{Hinweis:} \lipsum[66] - \end{InfoBox} + \end{CustomBox} + \begin{CustomBox}{\faIcon{chart-pie}}{britishracinggreen} + \begin{tikzpicture}[scale=0.6] + \pie [cloud, explode=0.1, text=legend, style=very thin] { + 10/A, + 20/B, + 30/C, + 40/D + } + \end{tikzpicture} + \lipsum[66] + \end{CustomBox} \columnbreak \begin{InfoBox} - \textbf{Hinweis:} \lipsum[66] + \textbf{Hinweis:} \lipsum[75] % Nested UserBox \begin{CustomBox}{\faIcon{user}}{blue} diff --git a/TeX/Imports.tex b/TeX/Imports.tex index 03855b4..9ab6a76 100644 --- a/TeX/Imports.tex +++ b/TeX/Imports.tex @@ -150,6 +150,9 @@ % To refer to page text area \usepackage{tikzpagenodes} +% Pie Chart +\usepackage{pgf-pie} + % ==== /Imports ==== % Tool to import relative to current file using diff --git a/TeX/Tools/InfoBlocks.tex b/TeX/Tools/InfoBlocks.tex index 2833f4c..5dab693 100644 --- a/TeX/Tools/InfoBlocks.tex +++ b/TeX/Tools/InfoBlocks.tex @@ -147,7 +147,7 @@ icon.fontsize={24pt}, icon.offset.x={0pt}, icon.offset.y={0pt}, - background.color={orange} + background.color={britishracinggreen} ]{ \let\impBODY\BODY \begin{ColoredBox}[#1]