<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Papers on Aashutosh Poudel</title><link>https://atosh502.github.io/tags/papers/</link><description>Recent content in Papers on Aashutosh Poudel</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright © \b20\d{2}\b, Aashutosh Poudel.</copyright><lastBuildDate>Thu, 19 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://atosh502.github.io/tags/papers/index.xml" rel="self" type="application/rss+xml"/><item><title>Notes on paper writing</title><link>https://atosh502.github.io/blog/writing/</link><pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate><guid>https://atosh502.github.io/blog/writing/</guid><description/></item><item><title>Convert pdf/eps files to svg</title><link>https://atosh502.github.io/blog/writing/convert-pdf/eps-files-to-svg/</link><pubDate>Sun, 27 Oct 2024 00:00:00 +0000</pubDate><guid>https://atosh502.github.io/blog/writing/convert-pdf/eps-files-to-svg/</guid><description>&lt;p&gt;I had to convert a few figures and tables written in LaTeX for a poster. Converting the figures (in &lt;code&gt;eps/pdf&lt;/code&gt; formats) was easy and could be done with &lt;code&gt;dvisvgm&lt;/code&gt;. To convert tables into SVG, I first created PDFs of the tables using the &lt;a href="https://ctan.math.washington.edu/tex-archive/macros/latex/contrib/standalone/standalone.pdf"&gt;standalone LaTeX package&lt;/a&gt;, then converted them to SVG.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Steps to convert an eps file to svg using &lt;a href="https://dvisvgm.de/Manpage/"&gt;dvisvgm&lt;/a&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;1&lt;/span&gt;&lt;span&gt;dvisvgm --eps file.eps --output&lt;span style="color:#666"&gt;=&lt;/span&gt;file.svg
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Steps to convert a latex table to svg&lt;/p&gt;</description></item></channel></rss>