Skip to content
John Sperger edited this page Feb 7, 2024 · 6 revisions

Recipe

The auctex package requires a special recipe, and the current recommended recipe as of Dec 27, 2023 (see comment) is:

(auctex :pre-build (("./autogen.sh")
                    ("./configure"
                     "--without-texmf-dir"
                     "--with-packagelispdir=./"
                     "--with-packagedatadir=./")
                    ("make"))
        :build (:not elpaca--compile-info) ;; Make will take care of this step
        :files ("*.el" "doc/*.info*" "etc" "images" "latex" "style")
        :version (lambda (_) (require 'tex-site) AUCTeX-version))
Clone this wiki locally