From cc908707dc3f35fca4b14a0e7d4df7fc14ab6126 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 5 Dec 2021 23:56:56 +0100 Subject: Re-organize implementation, start writing phase correction --- doc/thesis/tex/docstyle.sty | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/thesis/tex/docstyle.sty') 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 -- cgit v1.2.1