I have installed the auctex via elpaca but unable to load it. how to do that. please help

  • Ok_Advisor1053@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    This is how I got it to work

    ```
    (use-package tex
      :demand t                             
      :elpaca (auctex :pre-build (("./autogen.sh")
                                  ("./configure"
                                   "--with-texmf-dir=$(dirname $(kpsexpand '$TEXMFHOME'))")
                                  ("make")))
    
    ... rest of your config)
    ```
    
    • noobaster-pro-007@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      “–with-texmf-dir=$(dirname $(kpsexpand ‘$TEXMFHOME’))”)

      didn’t got this.

      Also when i added the code to my init file it is returning error