noobaster-pro-007@alien.topB to EmacsEnglish · 1 year agoFailing to load auctex when installed via elpacamessage-squaremessage-square7fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareFailing to load auctex when installed via elpacanoobaster-pro-007@alien.topB to EmacsEnglish · 1 year agomessage-square7fedilinkfile-text
minus-squareOk_Advisor1053@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoThis 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) ```
minus-squarenoobaster-pro-007@alien.topOPBlinkfedilinkEnglisharrow-up1·1 year 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
minus-squarenoobaster-pro-007@alien.topOPBlinkfedilinkEnglisharrow-up1·1 year agoError (use-package): tex/:catch: Cannot open load file: No such file or directory, tex-site
This is how I got it to work
didn’t got this.
Also when i added the code to my init file it is returning error
Error (use-package): tex/:catch: Cannot open load file: No such file or directory, tex-site