Hi Brian,
Brian Elmegaard <address@hidden> writes:
I am trying to get auctex to complete installed LaTeX packages when
inserting C-RET \usepackage.
The only difference I can find is that somehow I have the environment
variable TEXINPUTS set to the path:
.;c:/Users/me/AppData/Roaming/.emacs.d/elpa/auctex-12.2.0/latex
I think that this value of TEXINPUTS is problematic. It needs a
trailing semicolon in order to get the default search path for the TeX
distribution you installed[1]. In other words, try setting
TEXINPUTS to
.;c:/Users/me/AppData/Roaming/.emacs.d/elpa/auctex-12.2.0/latex;
instead of
.;c:/Users/me/AppData/Roaming/.emacs.d/elpa/auctex-12.2.0/latex
.
Regards,
Ikumi Keita
[1] https://tug.org/texlive/doc/texlive-en/texlive-en.html#x1-560007.1.2