further refined lstlisting style
This commit is contained in:
parent
b377566b39
commit
d0443e21c8
|
@ -1,6 +1,6 @@
|
|||
\documentclass[12pt]{article}
|
||||
%colours
|
||||
\usepackage[dvipsnames]{xcolour}
|
||||
%gives us the ability to use colour
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
%to set margins
|
||||
\usepackage[margin=2cm]{geometry}
|
||||
%for math typing
|
||||
|
@ -17,7 +17,7 @@
|
|||
breakatwhitespace=false,
|
||||
breaklines=true,
|
||||
captionpos=b,
|
||||
commentstyle=\color{green},
|
||||
commentstyle=\color{Green},
|
||||
frame=single,
|
||||
keepspaces=true,
|
||||
keywordstyle=\color{blue},
|
||||
|
|
Loading…
Reference in a new issue