In minted's default style, as well as a few others (emacs for instance), comments and other stuff like C preprocessor commands show up in a very un-code-like italic font, as shown in the 2 examples below.
I'm using this environment:
\newminted[cpp]{cpp}{frame=lines,framesep=2mm}
How could I change the font to a more console-like one? I tried playing with the fontfamily or fontseries minted options, but I didn't seem to get anywhere with that (I don't know what values to give to them aside from the ones that minted.pdf states they support, and even those seem to either not do anything or break the code completely).
My configuration is Mac OS X Lion, using Latexian as editor, and latest TexLive from MacPorts - versions shown below.
texlive-latex @23089_0+doc
texlive-bin @2011_3+motif+x11


fontfamily=tt,fontshape=\upshapefor upright typewriter font. – Werner Nov 21 '11 at 18:29\newminted[cpp]{cpp}{fontfamily=tt,fontshape=\upshape,frame=lines,framesep=2mm}, but when compiling this in Latexian,pdftexhangs on 100% cpu while waiting for the .pyg output. If I removefontshape=\upshape, it doesn't hang but it looks the same. – Dan Nov 21 '11 at 21:05