[Style] Add new intuition macro
This commit is contained in:
BIN
docs/docs.pdf
BIN
docs/docs.pdf
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
\vspace{1cm}
|
\newpage
|
||||||
\fhlc{Aquamarine}{Counter-enabled}
|
\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}.
|
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{minted}
|
||||||
\end{proposition}
|
\end{proposition}
|
||||||
|
|
||||||
\newpage
|
|
||||||
\begin{fact}[]{Title here}
|
\begin{fact}[]{Title here}
|
||||||
\begin{minted}{latex}
|
\begin{minted}{latex}
|
||||||
\begin{fact}[]{Title here}
|
\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{remark}
|
||||||
\end{minted}
|
\end{minted}
|
||||||
\end{remark}
|
\end{remark}
|
||||||
|
|
||||||
|
\begin{formula}[]{Title here}
|
||||||
|
\begin{minted}{latex}
|
||||||
|
\begin{formula}[]{Title here}
|
||||||
|
|
||||||
|
\end{formula}
|
||||||
|
\end{minted}
|
||||||
|
\end{formula}
|
||||||
|
@@ -78,13 +78,12 @@ Put \verb|\usetcolorboxes| right after \verb|\startDocument| (right after \verb|
|
|||||||
\end{minted}
|
\end{minted}
|
||||||
\end{limitations}
|
\end{limitations}
|
||||||
|
|
||||||
|
\begin{intuition}[]{Title here}
|
||||||
|
|
||||||
\fhlc{Aquamarine}{Math-Specific}
|
|
||||||
\begin{formula}[]{Title here}
|
|
||||||
\begin{minted}{latex}
|
\begin{minted}{latex}
|
||||||
\begin{formula}[]{Title here}
|
\begin{intuition}[]{Title here}
|
||||||
|
|
||||||
\end{formula}
|
\end{intuition}
|
||||||
\end{minted}
|
\end{minted}
|
||||||
\end{formula}
|
\end{intuition}
|
||||||
|
Can also be used inline using \verb|\inlineintuition|, which renders \inlineintuition
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
\newpage
|
\vspace{1cm}
|
||||||
\fhlc{Aquamarine}{Language-Specific}
|
\fhlc{Aquamarine}{Language-Specific}
|
||||||
\begin{conjugation}[]{Title here}
|
\begin{conjugation}[]{Title here}
|
||||||
\begin{minted}{latex}
|
\begin{minted}{latex}
|
||||||
@@ -17,9 +17,6 @@
|
|||||||
\end{forms}
|
\end{forms}
|
||||||
|
|
||||||
|
|
||||||
\fhlc{Aquamarine}{CS-Specific}
|
|
||||||
\textit{Coming soon!}
|
|
||||||
|
|
||||||
|
|
||||||
\fhlc{Aquamarine}{Flexible}
|
\fhlc{Aquamarine}{Flexible}
|
||||||
\begin{general}[]{title}{second title}{red}
|
\begin{general}[]{title}{second title}{red}
|
||||||
|
@@ -23,6 +23,11 @@
|
|||||||
\newtcolorbox{limitations}[2][]{mainboxstyle,colback=purple!5!white,colframe=purple!75!black,colbacktitle=purple!75!black,title={\large #2},
|
\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}
|
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
|
% Terms and notation
|
||||||
\newtcolorbox{terms}[2][]{mainboxstyle,colback=orange!5!white,colframe=orange!75!black,colbacktitle=orange!75!black,title={\large #2},
|
\newtcolorbox{terms}[2][]{mainboxstyle,colback=orange!5!white,colframe=orange!75!black,colbacktitle=orange!75!black,title={\large #2},
|
||||||
|
Reference in New Issue
Block a user