##// END OF EJS Templates
Fix margins and kerning in listings area.
Fernando Perez -
Show More
@@ -81,7 +81,7 b''
81 extendedchars=\true,
81 extendedchars=\true,
82 aboveskip=\smallskipamount,
82 aboveskip=\smallskipamount,
83 belowskip=\smallskipamount,
83 belowskip=\smallskipamount,
84 %xleftmargin=3mm,
84 xleftmargin=2mm,
85 breaklines=true,
85 breaklines=true,
86 basicstyle=\small \ttfamily,
86 basicstyle=\small \ttfamily,
87 showstringspaces=false,
87 showstringspaces=false,
@@ -89,6 +89,7 b''
89 commentstyle=\color{myteal},
89 commentstyle=\color{myteal},
90 stringstyle=\color{darkgreen},
90 stringstyle=\color{darkgreen},
91 identifierstyle=\color{darkorange},
91 identifierstyle=\color{darkorange},
92 columns=fullflexible, % tighter character kerning, like verb
92 }
93 }
93
94
94 % The hyperref package gives us a pdf with properly built
95 % The hyperref package gives us a pdf with properly built
General Comments 0
You need to be logged in to leave comments. Login now