Two questions:

What do I have to do to get the texlive2017 working

How do I find out which texlive my lyx 2.3obeta1 is using

Wolfgang

For details see the following:

I have installed texlive2017 from the CTAN DVD on my PC with debian Jessie at /usr/local/

After

1 >> root@wolfgang-Mr-Whisper-Ultra-SSD-II:/usr/local# umask 002 ./texlive

and

2 >> For the PATH I put  in /etc/profile.d a file texlive.sh
---------------------------------------------------
# TeX Live 2017 initialization script (sh)
TEXLIVEDIR=/usr/local/texlive/2017
if ! echo ${PATH} | /bin/grep -q ${TEXLIVEDIR}/bin/x86_64-linux ; then
   PATH=${TEXLIVEDIR}/bin/x86_64-linux:${PATH}
fi
if ! echo ${MANPATH} | /bin/grep -q ${TEXLIVEDIR}/texmf-dist/doc/man ; then
   MANPATH=${TEXLIVEDIR}/texmf-dist/doc/man:${MANPATH}
fi
if ! echo ${INFOPATH} | /bin/grep -q ${TEXLIVEDIR}/texmf-dist/doc/info ; then
   INFOPATH=${TEXLIVEDIR}/texmf-dist/doc/info:${INFOPATH}
fi
-------------------------------------------------

and

3>> root@wolfgang-Mr-Whisper-Ultra-SSD-II:/usr/local# texhash
texhash: Updating /usr/local/share/texmf/ls-R...
texhash: Updating /var/lib/texmf/ls-R-TEXLIVEDIST...
texhash: Updating /var/lib/texmf/ls-R-TEXMFMAIN...
texhash: Updating /var/lib/texmf/ls-R...
texhash: Done.

I tried

tex --version

but get
TeX 3.14159265 (TeX Live 2015/dev/Debian)
kpathsea version 6.2.1dev

instead of TeX Live 2017

Help very much appreciated by

Wolfgang

Reply via email to