<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tomoaki Kobayashi</title>
    <description>The latest articles on DEV Community by Tomoaki Kobayashi (@moatom).</description>
    <link>https://dev.to/moatom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F519718%2Fce6ecae8-55d0-43b1-aef9-0990b5845241.png</url>
      <title>DEV Community: Tomoaki Kobayashi</title>
      <link>https://dev.to/moatom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/moatom"/>
    <language>en</language>
    <item>
      <title>NOTE: How to Install LaTeX and Pandoc on Ubuntu</title>
      <dc:creator>Tomoaki Kobayashi</dc:creator>
      <pubDate>Thu, 05 Dec 2024 13:50:26 +0000</pubDate>
      <link>https://dev.to/moatom/note-how-to-install-latex-and-pandoc-on-ubuntu-2l1c</link>
      <guid>https://dev.to/moatom/note-how-to-install-latex-and-pandoc-on-ubuntu-2l1c</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;TO-DO: make these gist or git project, then runnable with just a click&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  LaTeX
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.tug.org/texlive/quickinstall.html" rel="noopener noreferrer"&gt;https://www.tug.org/texlive/quickinstall.html&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; /tmp
wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
zcat &amp;lt; install-tl-unx.tar.gz | &lt;span class="nb"&gt;tar &lt;/span&gt;zxf -
&lt;span class="nb"&gt;cd &lt;/span&gt;install-tl-&lt;span class="k"&gt;*&lt;/span&gt; &lt;span class="c"&gt;# change * appropriately&lt;/span&gt;
&lt;span class="nb"&gt;sudo &lt;/span&gt;perl ./install-tl &lt;span class="nt"&gt;--no-interaction&lt;/span&gt;
&lt;span class="nb"&gt;export &lt;/span&gt;&lt;span class="nv"&gt;PATH&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"/usr/local/texlive/2024/bin/x86_64-linux:&lt;/span&gt;&lt;span class="nv"&gt;$PATH&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt;

tlmgr update &lt;span class="nt"&gt;--self&lt;/span&gt;
tlmgr &lt;span class="nb"&gt;install &lt;/span&gt;scsnowman acmart upquote hypcap mathenv
mktexlsr
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Pandoc
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/jgm/pandoc/releases" rel="noopener noreferrer"&gt;https://github.com/jgm/pandoc/releases&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;wget https://github.com/jgm/pandoc/releases/download/3.5/pandoc-3.5-1-arm64.deb
&lt;span class="nb"&gt;sudo &lt;/span&gt;dpkg &lt;span class="nt"&gt;-i&lt;/span&gt; pandoc-3.5-1-arm64.deb
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
