help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AUCTeX: turning off large fonts for section headings (in Emacs displ


From: Joachim Schrod
Subject: Re: AUCTeX: turning off large fonts for section headings (in Emacs display)?
Date: Mon, 25 Sep 2006 16:57:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5

Adam Funk wrote:
I really like AUCTeX except for one thing: the oversized, variable-space
fonts used to highlight the arguments of sectioning commands.

Is it possible to turn this off?  I'd prefer for these fields to be
highlighted in bold or a dark colour (or both) but in the same
monospace font as the rest of the emacs display.

Something like

(custom-set-faces
 '(font-latex-title-1-face
((((class color) (background light)) (:foreground "blue4" :bold t))) t)
 '(font-latex-title-2-face
((((class color) (background light)) (:foreground "blue4" :bold t))) t)
 '(font-latex-title-3-face
((((class color) (background light)) (:foreground "blue4" :bold t))) t)
 '(font-latex-title-4-face
   ((((class color) (background light)) (:foreground "blue4"))) t)
)

?
        Joachim

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joachim Schrod                          Email: jschrod@acm.org
Roedermark, Germany


reply via email to

[Prev in Thread] Current Thread [Next in Thread]