<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://sangeetpaul.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://sangeetpaul.github.io/" rel="alternate" type="text/html" /><updated>2026-05-06T09:58:32+00:00</updated><id>https://sangeetpaul.github.io/feed.xml</id><title type="html">Sangeet Paul</title><subtitle>Computational astrophysicist</subtitle><author><name>Sangeet Paul</name></author><entry><title type="html">UO Dissertaion</title><link href="https://sangeetpaul.github.io/posts/2025/07/uo-diss/" rel="alternate" type="text/html" title="UO Dissertaion" /><published>2025-07-30T00:00:00+00:00</published><updated>2025-07-30T00:00:00+00:00</updated><id>https://sangeetpaul.github.io/posts/2025/07/uo-diss</id><content type="html" xml:base="https://sangeetpaul.github.io/posts/2025/07/uo-diss/"><![CDATA[<p>If you want to use Overleaf, it already has a template:
<a href="https://www.overleaf.com/latex/templates/uothesis-memoir/nnwbzcpckqhd">https://www.overleaf.com/latex/templates/uothesis-memoir/nnwbzcpckqhd</a></p>

<p>If you don’t have a paid Overleaf account, you’ll eventually run out of compilation time. In that case, you might want to use an offline LaTeX editor and use this template:
<a href="https://github.com/unofficial-uoregon-dissertation-formats/unofficial-uoregon-grad-school-dissertation-latex-markdown-apa-format">https://github.com/unofficial-uoregon-dissertation-formats/unofficial-uoregon-grad-school-dissertation-latex-markdown-apa-format</a></p>

<p>VS Code is a good alternative that can compile LaTeX locally on your device, hence you’re only limited by your device, your imagination, and your mental health. You can also keep your thesis synced with a git repo so that you never lose your work.</p>

<p>To write your thesis in VS Code, follow these steps:</p>
<ol>
  <li>Make sure VS Code is installed</li>
  <li>Install TeX Live: <a href="https://www.tug.org/texlive/">https://www.tug.org/texlive/</a></li>
  <li>Install extension LaTeX Workshop in VS Code: <a href="https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop">https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop</a></li>
  <li>Download the aforementioned git repo as zip: <a href="https://github.com/unofficial-uoregon-dissertation-formats/unofficial-uoregon-grad-school-dissertation-latex-markdown-apa-format">https://github.com/unofficial-uoregon-dissertation-formats/unofficial-uoregon-grad-school-dissertation-latex-markdown-apa-format</a></li>
  <li>Extract zip</li>
  <li>Open folder <code class="language-plaintext highlighter-rouge">latex_files</code> in VS Code</li>
  <li>In <code class="language-plaintext highlighter-rouge">settings.json</code>, add as <em>first</em> entry to <code class="language-plaintext highlighter-rouge">latex-workshop.latex.recipes</code>: <code class="language-plaintext highlighter-rouge">{"name": "make", "tools": ["make"]}</code></li>
  <li>Again, in <code class="language-plaintext highlighter-rouge">settings.json</code>, add as <em>first</em> entry to <code class="language-plaintext highlighter-rouge">latex-workshop.latex.tools</code>: <code class="language-plaintext highlighter-rouge">{"name": "make", "command": "make", "args": [], "env": {}}</code></li>
  <li>Time to test. Edit author’s name in <code class="language-plaintext highlighter-rouge">cover.tex</code>. Save. It should auto-build.</li>
</ol>

<p align="center">
  <img src="/images/congratulations.gif" alt="Congratulations" />
</p>]]></content><author><name>Sangeet Paul</name></author><category term="UO" /><summary type="html"><![CDATA[If you want to use Overleaf, it already has a template: https://www.overleaf.com/latex/templates/uothesis-memoir/nnwbzcpckqhd]]></summary></entry></feed>