From 70b6cd6a4682e7b6153c54726adf33ae6441d156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz> Date: Wed, 21 Nov 2018 01:15:48 +0100 Subject: [PATCH] Add breaklines = true to the example document's \lstset --- example/mu/example.dtx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/example/mu/example.dtx b/example/mu/example.dtx index 97315f6..be794ed 100644 --- a/example/mu/example.dtx +++ b/example/mu/example.dtx @@ -413,13 +413,15 @@ \usepackage{markdown} %% Lightweight markup \usepackage{listings} %% Source code highlighting \lstset{ - basicstyle = \ttfamily,% - identifierstyle = \color{black},% - keywordstyle = \color{blue},% - keywordstyle = {[2]\color{cyan}},% - keywordstyle = {[3]\color{olive}},% - stringstyle = \color{teal},% - commentstyle = \itshape\color{magenta}} + basicstyle = \ttfamily, + identifierstyle = \color{black}, + keywordstyle = \color{blue}, + keywordstyle = {[2]\color{cyan}}, + keywordstyle = {[3]\color{olive}}, + stringstyle = \color{teal}, + commentstyle = \itshape\color{magenta}, + breaklines = true, +} \usepackage{floatrow} %% Putting captions above tables \floatsetup[table]{capposition=top} %<*econ> -- GitLab