Apart from backgroundcolor, which other options are available?
Most packages have a documentation. The documentation is available on your computer. You can open the documentation with the command line:
texdoc <packagename>
The command texdoc has same extra options which are documented, too. Run:
texdoc texdoc
to open the documentation. Of course it is also available in the web.
Online version of texdoc
Based on the given information you can open the documentation of listings by
texdoc listings
If you want the online documentation go to CTAN:
listings at CTAN
In section 4.6 Figure out the appearance you find the option basicstyle which is documented as:
is selected at the beginning of each listing. You could use
\footnotesize, \small, \itshape, \ttfamily, or something like that.
The last token of basic style must not read any following characters.
The package listings provides an extra development documentation. For this
- download the file listings.zip
- extract the file listings.zip
- run
make all
The result will be the huge pdf-file listings-devel.pdf
basicstyle. – Ulrike Fischer Jul 27 '12 at 10:26,basicstyle=\bfseries\footnotesizein your MWE. – Kurt Jul 27 '12 at 15:41