Hi Arash,

Thanks for looking into this.

On Fri, Mar 13, 2026 at 9:55 PM Arash Esbati <[email protected]> wrote:
>
> Can you apply the attached change to font-latex.el, restart Emacs and see if 
> it works?

There's an issue with setting font-latex-fontify-sectioning here.

This does not work:

   (use-package auctex)

Neither does this:

   (use-package auctex
     :custom (font-latex-fontify-sectioning 2.0))

Although it works fine if I do

   (setq font-latex-fontify-sectioning 2.0)
   (use-package auctex)

Andreas

Reply via email to