diff options
author | Nao Pross <np@0hm.ch> | 2021-12-05 23:56:56 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-12-06 00:01:57 +0100 |
commit | cc908707dc3f35fca4b14a0e7d4df7fc14ab6126 (patch) | |
tree | c873cc2b45b7774b144126f5ead631689346c950 /doc/thesis/tex | |
parent | Nicer notation in block_phase (diff) | |
download | Fading-cc908707dc3f35fca4b14a0e7d4df7fc14ab6126.tar.gz Fading-cc908707dc3f35fca4b14a0e7d4df7fc14ab6126.zip |
Re-organize implementation, start writing phase correction
Diffstat (limited to 'doc/thesis/tex')
-rw-r--r-- | doc/thesis/tex/docstyle.sty | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/thesis/tex/docstyle.sty b/doc/thesis/tex/docstyle.sty index 1ea4a90..5222748 100644 --- a/doc/thesis/tex/docstyle.sty +++ b/doc/thesis/tex/docstyle.sty @@ -103,6 +103,7 @@ %% create a lstlisting style \lstdefinestyle{minimalist}{ + abovecaptionskip = \baselineskip, belowcaptionskip = \baselineskip, breaklines = true, inputencoding = utf8, @@ -124,6 +125,8 @@ keywordstyle = \bfseries \color{blue!70!black}, commentstyle = \color{gray}, stringstyle = \color{orange!60!black}, + % tabs + tabsize=4, } % and set style |