hi all,
my colleague needs latex in maaxboard(or -mini ,iwave board). I have no idea about it.
is it texlive?
but I try to find it in the yocto source code,I do not find the bb file about texlive or latex.
where is it? how to find it and add in local.conf?
but my colleague told me in raspbian image, he installed the following packages:
any help?
Thank you very much.
----
my colleaguse installed Latex on Raspbian:
export LC_CTYPE="en_GB.UTF-8"
export LC_ALL="en_GB.UTF-8"
export LANGUAGE="en_GB.UTF-8"
sudo dpkg-reconfigure locales
sudo apt-get update
sudo apt-get install texlive-base
sudo apt-get install texlive-latex-recommended
sudo apt-get install texlive
sudo apt-get install texlive-latex-extra
sudo apt-get install texlive-lang-cjk
sudo apt-get install texlive-lang-english
sudo apt-get install texlive-lang-european
sudo apt-get install texlive-lang-spanish
sudo apt-get install texlive-fonts-extra
---