Skip to content

Instantly share code, notes, and snippets.

@mguentner
Created July 15, 2014 15:42
Show Gist options
  • Save mguentner/9e29b703dd518e4161c0 to your computer and use it in GitHub Desktop.
Save mguentner/9e29b703dd518e4161c0 to your computer and use it in GitHub Desktop.
\usepackage{inconsolata}
\usepackage[T1]{fontenc}
\definecolor{mygray}{rgb}{0.5,0.5,0.5}
\lstset{
numbers=left,
numbersep=5pt,
numberstyle=\tiny\color{mygray},
captionpos=b,
frame=tb,
basicstyle=\small\ttfamily,
frame=single,
columns=fullflexible,
showstringspaces=false,
escapeinside={(*@}{@*)}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment