Hi Andreas,
Andreas Matthias <[email protected]> writes:
> Thanks for looking into this.
Sure, thanks for trying it out.
> 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)
I also had a closer look and I think my first suggestion wasn't good
enough; the issue seems to be more complicated than I thought. For the
time being, I can only suggest you stick with your initial solution
until we come up with some sort of solution.
Best, Arash
P.S. Many thanks for pdfpages.sty, I used it lately for adding some
stuff on top of a pdf file; life is easy when you can do:
\includepdf[%
pages=1 ,
picturecommand={%
\setlength{\unitlength}{1cm}%
\put(5,2){Some Text}%
}
]{foo.pdf}