<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to install latex(or texlive?) in  imx8 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1729829#M213187</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1941"&gt;@Yuri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;Still nobody add&amp;nbsp;&amp;nbsp;latex(or texlive?) in yocto image ?&lt;/P&gt;&lt;P&gt;any help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2023 15:23:08 GMT</pubDate>
    <dc:creator>gonewithwind-peter</dc:creator>
    <dc:date>2023-09-26T15:23:08Z</dc:date>
    <item>
      <title>how to install latex(or texlive?) in  imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349257#M180905</link>
      <description>&lt;P&gt;hi all,&lt;BR /&gt;my colleague needs latex in maaxboard(or -mini ,iwave&amp;nbsp; board). I have no idea about it.&lt;BR /&gt;is it texlive?&lt;BR /&gt;but I try to find it in the yocto source code,I do not find the bb file about texlive or latex.&lt;BR /&gt;where is it? how to find it and add in local.conf？&lt;BR /&gt;but my colleague told me in raspbian image, he installed the following packages：&lt;BR /&gt;any help?&lt;BR /&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;my colleaguse installed Latex on Raspbian:&lt;/P&gt;&lt;P&gt;export LC_CTYPE="en_GB.UTF-8"&lt;/P&gt;&lt;P&gt;export LC_ALL="en_GB.UTF-8"&lt;/P&gt;&lt;P&gt;export LANGUAGE="en_GB.UTF-8"&lt;/P&gt;&lt;P&gt;sudo dpkg-reconfigure locales&lt;/P&gt;&lt;P&gt;sudo apt-get update&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-base&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-latex-recommended&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-latex-extra&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-lang-cjk&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-lang-english&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-lang-european&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-lang-spanish&lt;/P&gt;&lt;P&gt;sudo apt-get install texlive-fonts-extra&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 16:27:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349257#M180905</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2021-09-30T16:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to install latex(or texlive?) in  imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349780#M180979</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/161308"&gt;@gonewithwind-peter&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; You may try to include the needed package in Your system image, &lt;BR /&gt;using recommendations of section A.4 (How to select additional packages)&lt;BR /&gt;of "IMX_YOCTO_PROJECT_USERS_GUIDE.pdf".&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Oct 2021 08:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349780#M180979</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-10-03T08:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to install latex(or texlive?) in  imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349791#M180983</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1941"&gt;@Yuri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but there are no latex or texlive bb files in&amp;nbsp;&amp;nbsp;&lt;A href="http://layers.openembedded.org/layerindex/branch/master/layers/" target="_blank"&gt;http://layers.openembedded.org/layerindex/branch/master/layers/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can it add them in&amp;nbsp;&amp;nbsp;CORE_IMAGE_EXTRA_INSTALL += ?&lt;/P&gt;&lt;P&gt;nobody did before?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Oct 2021 17:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349791#M180983</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2021-10-03T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to install latex(or texlive?) in  imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349838#M180991</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/161308"&gt;@gonewithwind-peter&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Looks like You are right - "nobody did before". Usually Latex is prerogative of host PC.&lt;BR /&gt;Generally it is possible to try using Debian with its installation capabilities.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 02:35:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349838#M180991</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-10-04T02:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to install latex(or texlive?) in  imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1352104#M181199</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1941"&gt;@Yuri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's hard to do it. before I copy from raspbian after apt install all of them.&lt;/P&gt;&lt;P&gt;I have to do like that again&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 18:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1352104#M181199</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2021-10-07T18:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to install latex(or texlive?) in  imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1729829#M213187</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1941"&gt;@Yuri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;Still nobody add&amp;nbsp;&amp;nbsp;latex(or texlive?) in yocto image ?&lt;/P&gt;&lt;P&gt;any help?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 15:23:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1729829#M213187</guid>
      <dc:creator>gonewithwind-peter</dc:creator>
      <dc:date>2023-09-26T15:23:08Z</dc:date>
    </item>
  </channel>
</rss>

