I'm using mcode package to insert into my document matlab code. I would change the default font. what command I should use to get this font?

|
The Change
into
and you'll get the default fixed width font instead of Courier. Or
that will choose the Latin Moder Typewriter font, which has also a boldface variant. |
|||
|
|
|
Only a partial answer, but I hope you can make it from here: If you are in the matlab editor you can click on On the left you will find Here you can see which fonts are used by Matlab, my guess is that you want to use the font as used in your editor for the pink part. In my case the editor uses: Monospace, Plain, 10 And the rest uses: SansSerif, Plain, 10 |
|||
|
|
\usepackage{fontspec}\setmonofont{Latin Modern Mono}in your preamble. – Silex Dec 6 '12 at 12:34