auctex
[Top][All Lists]
Advanced

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

[AUCTeX] font-latex-sectioning-*-face not updating sizes in buffer


From: Chase Dwelle
Subject: [AUCTeX] font-latex-sectioning-*-face not updating sizes in buffer
Date: Wed, 4 Mar 2015 16:35:57 -0500

Sorry for spamming the list, just started using AUCTeX. I updated my init file to have section heading very easy to read so I can easily navigate in folded mode. However, the code below is not changing the size of the section headings in emacs.

Is there something obvious I'm missing, or are there other variables that could be interfering with what I've written below?

"
  '(font-latex-sectioning-0-face ((t (:inherit font-latex-sectioning-1-face :height 2.05))))
  '(font-latex-sectioning-1-face ((t (:inherit font-latex-sectioning-2-face :height 1.95))))
  '(font-latex-sectioning-2-face ((t (:inherit font-latex-sectioning-3-face :height 1.75))))
  '(font-latex-sectioning-3-face ((t (:inherit font-latex-sectioning-4-face :height 1.5))))
  '(font-latex-sectioning-4-face ((t (:inherit font-latex-sectioning-5-face :height 1.2)))) 
  '(font-latex-sectioning-5-face ((default (:inherit variable-pitch :weight bold))
"

Thanks,
Chase

reply via email to

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