remove line numbering from bash listings

This commit is contained in:
Thomas Klaehn 2016-02-20 17:48:02 +01:00
parent 807f7da494
commit 714f7327e2

View File

@ -31,7 +31,6 @@ keywordstyle=\color{blue}\textbf
{\lstset
{
language=bash,
numbers=left,
tabsize=4,
frame=single,
basicstyle=\ttfamily\small,