From e01d7e674731d4da92a27e9755eb61f4888a1f65 Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Mon, 8 May 2017 01:18:40 +0200 Subject: [PATCH] =?UTF-8?q?Fixed=20#1:=20listing=20commands=20are=20only?= =?UTF-8?q?=20used=20when=20the=20option=20=E2=80=9Clistings=E2=80=9D=20is?= =?UTF-8?q?=20specified.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eisvogel.latex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eisvogel.latex b/eisvogel.latex index f00ef08..b169b3b 100644 --- a/eisvogel.latex +++ b/eisvogel.latex @@ -407,6 +407,7 @@ $endif$ % % +$if(listings)$ \lstdefinestyle{eisvogel_listing_style}{ language=java, numbers=left, @@ -460,6 +461,7 @@ $endif$ stringstyle=\color{listing-string}, identifierstyle=\color{listing-identifier} } +$endif$ % % header and footer