From f696a40753ba39ba1d7b1c5cfc10efea34020dbe Mon Sep 17 00:00:00 2001 From: Bas Nijholt <basnijholt@gmail.com> Date: Fri, 13 Sep 2019 16:09:45 +0200 Subject: [PATCH] add missing file --- listings-setup.tex | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 listings-setup.tex diff --git a/listings-setup.tex b/listings-setup.tex new file mode 100644 index 0000000..f9f1ce2 --- /dev/null +++ b/listings-setup.tex @@ -0,0 +1,25 @@ +% Contents of listings-setup.tex +\usepackage{xcolor} + +\lstset{ + basicstyle=\ttfamily, + numbers=left, + keywordstyle=\color[rgb]{0.13,0.29,0.53}\bfseries, + stringstyle=\color[rgb]{0.31,0.60,0.02}, + commentstyle=\color[rgb]{0.56,0.35,0.01}\itshape, + numberstyle=\footnotesize, + stepnumber=1, + numbersep=5pt, + backgroundcolor=\color[RGB]{248,248,248}, + showspaces=false, + showstringspaces=false, + showtabs=false, + tabsize=2, + captionpos=b, + breaklines=true, + breakatwhitespace=true, + breakautoindent=true, + escapeinside={\%*}{*)}, + linewidth=\textwidth, + basewidth=0.5em, +} -- GitLab