diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-05-09 23:33:47 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 01:16:19 +0100 |
| commit | 6650bc28d949931491770fb5146ad81b1ccac191 (patch) | |
| tree | 73cf86725c6e43a1b2e3b73a2972fbb96f9dd37e /common/settings.tex | |
| parent | b08c6696547280a87871ac29ed0ff5a849637d0d (diff) | |
| download | dcs-lecture-notes-6650bc28d949931491770fb5146ad81b1ccac191.zip dcs-lecture-notes-6650bc28d949931491770fb5146ad81b1ccac191.tar.gz dcs-lecture-notes-6650bc28d949931491770fb5146ad81b1ccac191.tar.bz2 | |
WIP: Chapter 2 - LTI systems
Diffstat (limited to 'common/settings.tex')
| -rw-r--r-- | common/settings.tex | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/common/settings.tex b/common/settings.tex index 7ba155b..8c6ccc6 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -90,14 +90,14 @@ %\renewcommand{\textfraction}{0.10} % Custom functions -\tikzmath{
- function sinc(\x) {
- if abs(\x) < .001 then { % (|x| < .001) ~ (x = 0)
- return 1;
- } else {
- return sin(\x r)/\x;
- };
- };
+\tikzmath{ + function sinc(\x) { + if abs(\x) < .001 then { % (|x| < .001) ~ (x = 0) + return 1; + } else { + return sin(\x r)/\x; + }; + }; } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -271,6 +271,7 @@ % Own environments \usepackage{tcolorbox} +\tcbuselibrary{breakable, skins} \newenvironment{attention}{% \begin{tcolorbox}[colframe=red]% @@ -315,7 +316,7 @@ } \newenvironment{excursus}[1]{% - \begin{tcolorbox}[colframe=gray!40]% + \begin{tcolorbox}[enhanced jigsaw, breakable,colframe=gray!40]% {\sffamily\bfseries Excursus: #1}\par% }{% \end{tcolorbox}% |
