use listings

This commit is contained in:
Benjamin Kellermann 2017-02-21 01:06:00 +01:00
parent f68f286b6a
commit 4b43e511e6
1 changed files with 15 additions and 0 deletions

View File

@ -81,6 +81,21 @@
\RequirePackage{fmtcount}
\RequirePackage{listings}
\lstset{%
upquote=true,
basicstyle=\ttfamily,
%backgroundcolor=\color{lightgray},
%frame=single,
stringstyle=\color{brown},
keywordstyle=\color{yellow},
% identifierstyle=\color{green},
commentstyle=\color{gray},
keywordstyle=[2]\color{darkgray},
keywordstyle=[3]\color{darkgray},
tabsize=2
}
\RequirePackage{scrlayer-scrpage}
\RequirePackage{graphicx}
\RequirePackage{tikz}