Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-23 03:56:15 (GMT)
committer Philip Withnall <philip@tecnocode.co.uk>2013-08-23 03:56:15 (GMT)
commit77f06d4b7c4c069482cbab607ab15fa03796e789 (patch)
tree0909100c31ffb3e7cf9842762bdf67fa4805614d
parentcd2fa3aeb70235cccede1e7d2e02962e6d96d172 (diff)
Remove line numbers from code examples by default
They were confusing matters and weren’t useful for reference due to the examples being so short.
-rw-r--r--slides.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/slides.tex b/slides.tex
index 3990bba..cfef208 100644
--- a/slides.tex
+++ b/slides.tex
@@ -60,7 +60,7 @@
\definecolor{Aluminium6}{rgb}{0.18,0.20,0.21}
% Listings setup. http://pbunge.crimson.ch/2008/12/tango-syntax-highlighting/
-\lstset{numbers=left,breaklines=true}
+\lstset{numbers=none,breaklines=true}
\lstset{
keywordstyle=[1]{\color{DarkSkyBlue}},
keywordstyle=[2]{\color{DarkScarletRed}},