Select font (face) for AucTeX section styles

2

Is there a way to select the font (face) and size for the AucTeX section styles? enter image description here

NVaughan

Posted 2013-05-09T19:38:40.440

Reputation: 453

Answers

2

Have you seen https://www.gnu.org/software/auctex/manual/auctex/Faces.html?

M-x customize-group RET font-latex-highlighting-faces RET

mk1

Posted 2013-05-09T19:38:40.440

Reputation: 291

1

There is a general way to change any font you see in Emacs. Move point to the text in question and hit C-u C-x =. You will get a *Help* buffer with something like:

There are text properties here:
  face                 font-lock-variable-name-face

The face name is a link that you can open. This gives you a description of the face, with the first line being:

Face: font-lock-variable-name-face (sample) (customize this face)

customize this face is a link that takes you to the appropriate Customize buffer.

legoscia

Posted 2013-05-09T19:38:40.440

Reputation: 2 197

Thanks, but unfortunately that keybinding doesn't work for me. – NVaughan – 2013-05-10T12:19:45.150