<?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>Forem: Senadhi Thimanya</title>
    <description>The latest articles on Forem by Senadhi Thimanya (@raemih).</description>
    <link>https://forem.com/raemih</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3295811%2Fddfe0a24-5db9-4e5c-b02c-3fa2c56acac0.jpeg</url>
      <title>Forem: Senadhi Thimanya</title>
      <link>https://forem.com/raemih</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/raemih"/>
    <language>en</language>
    <item>
      <title>What's easier, Learning LaTeX Tables or Asking Copilot CLI for a table code generating tool?</title>
      <dc:creator>Senadhi Thimanya</dc:creator>
      <pubDate>Fri, 13 Feb 2026 17:23:57 +0000</pubDate>
      <link>https://forem.com/raemih/whats-easier-learning-latex-tables-or-asking-copilot-cli-for-a-table-code-generating-tool-437p</link>
      <guid>https://forem.com/raemih/whats-easier-learning-latex-tables-or-asking-copilot-cli-for-a-table-code-generating-tool-437p</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;As a second-year undergraduate, I've recently come to face a very annoying situation. When I'm asked to use LaTeX to make the submission PDFs, I just cannot get the Tables right! &lt;/p&gt;

&lt;p&gt;I've tried so many online LaTeX table editors but it's safe to say that none of them were able to give me a table that would fit perfectly to the page and have an easy to edit code. In the end I had to do research on LaTeX to find the format!!! &lt;/p&gt;

&lt;p&gt;In that case, this could be called as a Silly idea that came to my head when I saw this challenge. But hey, at least my life would get a bit easier...&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;Project Repo: &lt;a href="https://github.com/senadhi-Thimanya/Latex-Table-Genarator-with-Github-Copilot-CLI" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;br&gt;
Demo video: &lt;a href="https://youtu.be/dc_pPPnNlzs" rel="noopener noreferrer"&gt;YouTube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi9lc5x4urlslrkaggmjd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi9lc5x4urlslrkaggmjd.png" alt="The image I need to create" width="477" height="612"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since I already had this table created in a .docx file, I transferred it into an excel file and ran the program on it.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgmegktc00je83g2punqo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgmegktc00je83g2punqo.png" alt="Output" width="800" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And of course there's an output like this in the terminal along with an &lt;code&gt;output.tex&lt;/code&gt; file.&lt;/p&gt;

&lt;p&gt;After copying the code from the &lt;code&gt;output.tex&lt;/code&gt; file I can paste it to my original submission document and it actually looks like this&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn6lssozuwu7b38n7e096.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn6lssozuwu7b38n7e096.png" alt="End result" width="624" height="804"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;No unnecessary pieces of code and easy for me to edit the code in my Original file to match the way I like.&lt;/p&gt;

&lt;p&gt;Tadaa~&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;If I'm being honest, this is the first CLI based coding assistant I have worked with. It was surprisingly very user friendly and welcoming. I cannot believe that I was able to build this program with just 3 messages! It came out exactly how I needed. Super easy to work with and I absolutely would keep using this!&lt;/p&gt;

&lt;p&gt;Let me know what you think! Did I make a good tool or is this a flop?&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
