Hi, On Mon, 8 Oct 2018 14:15:17 +0200 Joseph Vidal-Rosset <joseph.vidal.ros...@gmail.com> wrote:
> Hello, > > I am a Debian GNU/Linux user, but, contrarily that I did, I have > recently decided to install texlive via the sources in /usr/local/ . > I put in my init.el (user.el in scimax) : (setenv "PATH" (concat > "/usr/local/texlive/2018/bin/x86_64-linux/:" (getenv "PATH"))) > (setenv "PATH" (concat > "/usr/texbin:/usr/local/bin/:" (getenv "PATH"))) > > and the export in LaTeX works. But in Gnus, org-mime does not work > and I cannot create pgn images: neither latex nor dvipng exist for > Gnus. It is a problem of PATH configuration that I do not succeed to > solve. put something like PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH MANPATH=/usr/local/texlive/2018/texmf/doc/man:$MANPATH INFOPATH=/usr/local/texlive/2018/texmf/doc/info:$INFOPATH export PATH MANPATH INFOPATH in your .profile/.bashrc, (and .xsessionrc if your're using lightdm for login) Best regards Robert > > Your help is welcome. > > Best wishes, > > Jo.