John Blischak Attempt to have correct quotation marks in lstlistings code blocks. http://tex.stackexchange.com/a/247000  over 8 years ago

Commit id: 6e8dd56d53b1481593d762e5b281419c37d5d5b5

deletions | additions      

       

\usepackage{listings}  \usepackage{color}  \usepackage{textcomp}  \definecolor{mygray}{rgb}{0.74,0.74,0.74} 

breaklines=true, % automatic line breaking only at whitespace  captionpos=b, % sets the caption-position to bottom  showstringspaces=false, % do not underline spaces within strings  frame=single frame=single,  % put a frame around code block literate={"}{\textquotestraightdblbase}1 % Hopefully use non-curly quotation marks  }