diff --git a/docs/docs.pdf b/docs/docs.pdf index 226e9f0..268956c 100644 Binary files a/docs/docs.pdf and b/docs/docs.pdf differ diff --git a/docs/parts/reference/style/tcolorbox/counter.tex b/docs/parts/reference/style/tcolorbox/counter.tex index d3c0872..376c226 100644 --- a/docs/parts/reference/style/tcolorbox/counter.tex +++ b/docs/parts/reference/style/tcolorbox/counter.tex @@ -1,4 +1,4 @@ -\vspace{1cm} +\newpage \fhlc{Aquamarine}{Counter-enabled} These ones also have two settings, namely, you can change the counter behaviour and the inclusion of subsections in the numbering. See \ref{sec:perFileConf}. @@ -45,7 +45,6 @@ See \ref{sec:counters} for a guide on how to change the current number. \end{minted} \end{proposition} -\newpage \begin{fact}[]{Title here} \begin{minted}{latex} \begin{fact}[]{Title here} @@ -77,3 +76,11 @@ See \ref{sec:counters} for a guide on how to change the current number. \end{remark} \end{minted} \end{remark} + +\begin{formula}[]{Title here} + \begin{minted}{latex} + \begin{formula}[]{Title here} + + \end{formula} + \end{minted} +\end{formula} diff --git a/docs/parts/reference/style/tcolorbox/default.tex b/docs/parts/reference/style/tcolorbox/default.tex index c1c2ae9..3dde12b 100644 --- a/docs/parts/reference/style/tcolorbox/default.tex +++ b/docs/parts/reference/style/tcolorbox/default.tex @@ -78,13 +78,12 @@ Put \verb|\usetcolorboxes| right after \verb|\startDocument| (right after \verb| \end{minted} \end{limitations} - - -\fhlc{Aquamarine}{Math-Specific} -\begin{formula}[]{Title here} +\begin{intuition}[]{Title here} \begin{minted}{latex} - \begin{formula}[]{Title here} + \begin{intuition}[]{Title here} - \end{formula} + \end{intuition} \end{minted} -\end{formula} +\end{intuition} +Can also be used inline using \verb|\inlineintuition|, which renders \inlineintuition + diff --git a/docs/parts/reference/style/tcolorbox/other.tex b/docs/parts/reference/style/tcolorbox/other.tex index c9a6858..796552d 100644 --- a/docs/parts/reference/style/tcolorbox/other.tex +++ b/docs/parts/reference/style/tcolorbox/other.tex @@ -1,4 +1,4 @@ -\newpage +\vspace{1cm} \fhlc{Aquamarine}{Language-Specific} \begin{conjugation}[]{Title here} \begin{minted}{latex} @@ -17,9 +17,6 @@ \end{forms} -\fhlc{Aquamarine}{CS-Specific} -\textit{Coming soon!} - \fhlc{Aquamarine}{Flexible} \begin{general}[]{title}{second title}{red} diff --git a/main/style/common.tex b/main/style/common.tex index 9f28e02..ecea0d4 100644 --- a/main/style/common.tex +++ b/main/style/common.tex @@ -23,6 +23,11 @@ \newtcolorbox{limitations}[2][]{mainboxstyle,colback=purple!5!white,colframe=purple!75!black,colbacktitle=purple!75!black,title={\large #2}, overlay={\node[overlaystyle,draw=purple!75!black,,fill=purple!75!black] at (frame.north east) {\large \translate{Limitations }{Limitierungen }};},#1} +\newtcolorbox{intuition}[2][]{mainboxstyle,colback=Emerald!5!white,colframe=Emerald!75!black,colbacktitle=Emerald!75!black,title={\large #2}, + overlay={\node[overlaystyle,draw=Emerald!75!black,,fill=Emerald!75!black] at (frame.north east) {\large \translate{Limitations }{Limitierungen }};},#1} + +\newcommand{\inlineintuition}{\bg{Emerald}{Intuition:}} + % Terms and notation \newtcolorbox{terms}[2][]{mainboxstyle,colback=orange!5!white,colframe=orange!75!black,colbacktitle=orange!75!black,title={\large #2},