Skip to content
Snippets Groups Projects
Unverified Commit 70b6cd6a authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Add breaklines = true to the example document's \lstset

parent 50dcc554
No related branches found
No related tags found
No related merge requests found
...@@ -413,13 +413,15 @@ ...@@ -413,13 +413,15 @@
\usepackage{markdown} %% Lightweight markup \usepackage{markdown} %% Lightweight markup
\usepackage{listings} %% Source code highlighting \usepackage{listings} %% Source code highlighting
\lstset{ \lstset{
basicstyle = \ttfamily,% basicstyle = \ttfamily,
identifierstyle = \color{black},% identifierstyle = \color{black},
keywordstyle = \color{blue},% keywordstyle = \color{blue},
keywordstyle = {[2]\color{cyan}},% keywordstyle = {[2]\color{cyan}},
keywordstyle = {[3]\color{olive}},% keywordstyle = {[3]\color{olive}},
stringstyle = \color{teal},% stringstyle = \color{teal},
commentstyle = \itshape\color{magenta}} commentstyle = \itshape\color{magenta},
breaklines = true,
}
\usepackage{floatrow} %% Putting captions above tables \usepackage{floatrow} %% Putting captions above tables
\floatsetup[table]{capposition=top} \floatsetup[table]{capposition=top}
%<*econ> %<*econ>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment