Skip to content
Snippets Groups Projects
Commit 878b8975 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

fix width listings

parent db19a9d0
No related branches found
No related tags found
No related merge requests found
Pipeline #21270 passed
......@@ -67,8 +67,7 @@
% workaround for https://github.com/jgm/pandoc/issues/4716
\newcommand{\passthrough}[1]{\lstset{mathescape=false}#1\lstset{mathescape=true}}
\usepackage{xcolor}
% listing settings, from https://tex.stackexchange.com/a/179956
\lstset{
basicstyle=\ttfamily,
numbers=left,
......@@ -88,7 +87,7 @@
breakatwhitespace=true,
breakautoindent=true,
escapeinside={\%*}{*)},
linewidth=0.9\textwidth,
linewidth=\columnwidth,
basewidth=0.5em,
}
......
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