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