From ff61d05732bb49a62b91f6b32ba1e2cdb6d82d19 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 4 Dec 2016 23:18:47 -0500 Subject: [PATCH] mjo-listing: don't indicate whitespace within strings in code listings. --- mjo-listing.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mjo-listing.tex b/mjo-listing.tex index aa24b5c..5207aa2 100644 --- a/mjo-listing.tex +++ b/mjo-listing.tex @@ -27,7 +27,8 @@ \lstset{% basicstyle=\ttfamily\small, columns=fullflexible, - keepspaces=true + keepspaces=true, + showstringspaces=false } % Define a style for interactive sage prompt listings. -- 2.43.2