auctex
[Top][All Lists]
Advanced

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

Re: cannot get AUCTeX to work


From: Tassilo Horn
Subject: Re: cannot get AUCTeX to work
Date: Sat, 09 Jan 2021 17:08:09 +0100
User-agent: mu4e 1.5.7; emacs 28.0.50

Pastiche P <pastiche228@gmail.com> writes:

> The error is gone, but I'm not sure AUCTeX itself is properly
> loaded. E.g., the command LaTeX-section is undefined. Or perhaps I'm
> misunderstanding something?

Sorry, I think I wanted to suggest this recipe:

(use-package tex-site
  :ensure auctex
  :config
  (setq TeX-auto-save t)
  (setq TeX-parse-self t))

Could you please try that and report if it works?

Bye,
Tassilo



reply via email to

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