2

I have a horrible font rendering for verbatim text in Emacs LaTeX mode:

enter image description here

How to make it black, normal size?

Drew
  • 29,895
  • 7
  • 74
  • 104
user4035
  • 22,508
  • 11
  • 59
  • 94

2 Answers2

3

M-x customize-face RET tex-verbatim RET

Stefan
  • 27,908
  • 4
  • 53
  • 82
0

For Emacs on Windows:

  1. M-x customize-face RET fixed-pitch RET
  2. Click "Show all properties"
  3. Uncheck all. Check "Inherit"
Anton Dergunov
  • 1,347
  • 1
  • 8
  • 3