From f02225dba2614611ec6e49fa5fc01e111000b2bc Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 10 May 2020 17:38:22 +0200 Subject: Chapter 2: Content complete --- common/settings.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/settings.tex') diff --git a/common/settings.tex b/common/settings.tex index 8c6ccc6..09605e5 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -295,28 +295,28 @@ } \newenvironment{proof}[1]{% - \begin{tcolorbox}[colframe=black]% + \begin{tcolorbox}[enhanced jigsaw, breakable, colframe=black]% {\sffamily\bfseries Proof: #1}\par% }{% \end{tcolorbox}% } \newenvironment{derivation}[1]{% - \begin{tcolorbox}[colframe=black]% + \begin{tcolorbox}[enhanced jigsaw, breakable, colframe=black]% {\sffamily\bfseries Derivation: #1}\par% }{% \end{tcolorbox}% } \newenvironment{example}[1]{% - \begin{tcolorbox}[colframe=black!60]% + \begin{tcolorbox}[enhanced jigsaw, breakable, colframe=black!60]% {\sffamily\bfseries Example: #1}\par% }{% \end{tcolorbox}% } \newenvironment{excursus}[1]{% - \begin{tcolorbox}[enhanced jigsaw, breakable,colframe=gray!40]% + \begin{tcolorbox}[enhanced jigsaw, breakable, colframe=gray!40]% {\sffamily\bfseries Excursus: #1}\par% }{% \end{tcolorbox}% -- cgit v1.1