hello,
I installed texlive-base and texlive-texmf on FreeBSD 10.0-RELEASE-p1 i386:
It seems the latex binary was not installed, at least it is not present in /usr/local/bin:
The context binary is present:
Is there some further action I need to take to get the latex binary?
Thanks,
sprock
I installed texlive-base and texlive-texmf on FreeBSD 10.0-RELEASE-p1 i386:
pkg install texlive-base
pkg install texlive-texmfIt seems the latex binary was not installed, at least it is not present in /usr/local/bin:
which latex
latex: Command not found.The context binary is present:
which context
/usr/local/bin/contextIs there some further action I need to take to get the latex binary?
Thanks,
sprock