<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LaTeX on The Augmented Scholar</title><link>https://augmentedscholars.com/tags/latex/</link><description>Recent content in LaTeX on The Augmented Scholar</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 17 Jul 2026 17:59:48 +0400</lastBuildDate><atom:link href="https://augmentedscholars.com/tags/latex/index.xml" rel="self" type="application/rss+xml"/><item><title>VS Code — The Researcher's Code &amp; Writing Editor</title><link>https://augmentedscholars.com/tools/vscode/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/vscode/</guid><description>&lt;h2 id="why-researchers-should-use-vs-code"&gt;Why Researchers Should Use VS Code&lt;/h2&gt;
&lt;p&gt;VS Code is the tool that unified all my workflows. I write LaTeX, Python scripts, Markdown, and Jupyter Notebooks — all in the same editor, with the same shortcuts.&lt;/p&gt;</description></item><item><title>PhD Thesis LaTeX Template</title><link>https://augmentedscholars.com/downloads/phd-thesis-template/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/downloads/phd-thesis-template/</guid><description>&lt;h2 id="how-to-use-it"&gt;How to Use It&lt;/h2&gt;
&lt;h3 id="option-a--overleaf-recommended"&gt;Option A — Overleaf (recommended)&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Download the ZIP&lt;/li&gt;
&lt;li&gt;In Overleaf: &lt;strong&gt;New Project → Upload Project&lt;/strong&gt; → select the ZIP&lt;/li&gt;
&lt;li&gt;Overleaf compiles automatically. Start editing &lt;code&gt;chapters/01-introduction.tex&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="option-b--local-compilation"&gt;Option B — Local Compilation&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Requires: TeX Live with biblatex and biber&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;pdflatex main
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;biber main
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;pdflatex main
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;pdflatex main
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Or use &lt;strong&gt;latexmk&lt;/strong&gt; for one-command compilation:&lt;/p&gt;</description></item><item><title>Overleaf — Collaborative LaTeX in the Browser</title><link>https://augmentedscholars.com/tools/overleaf/</link><pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/overleaf/</guid><description>&lt;h2 id="overleaf-when-to-use-it-and-when-not-to"&gt;Overleaf: When to Use It and When Not To&lt;/h2&gt;
&lt;p&gt;Overleaf is the right choice for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Collaboration&lt;/strong&gt; — share a link, co-author sees your changes in real time&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Getting started with LaTeX&lt;/strong&gt; — no local setup, compiles in the browser instantly&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Conference and journal submissions&lt;/strong&gt; — many journals have direct Overleaf submission buttons&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Overleaf is the wrong choice for:&lt;/p&gt;</description></item><item><title>Pandoc — Universal Document Converter</title><link>https://augmentedscholars.com/tools/pandoc/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/pandoc/</guid><description>&lt;h2 id="what-pandoc-does--in-one-line"&gt;What Pandoc Does — in One Line&lt;/h2&gt;
&lt;p&gt;Pandoc converts between nearly every document format that exists. For researchers, the key workflow is:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-fallback" data-lang="fallback"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Markdown (.md) → PDF (via LaTeX)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Markdown (.md) → Word (.docx)
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;Markdown (.md) → HTML
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;LaTeX (.tex) → Word (.docx)
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="the-researchers-markdown-writing-stack"&gt;The Researcher&amp;rsquo;s Markdown Writing Stack&lt;/h2&gt;
&lt;p&gt;Write your paper in &lt;strong&gt;Markdown&lt;/strong&gt; using any text editor. Use YAML front matter to declare metadata. Cite references with &lt;code&gt;[@smith2023]&lt;/code&gt; syntax and a &lt;code&gt;.bib&lt;/code&gt; file. Then:&lt;/p&gt;</description></item><item><title>Automate Your Publication List with Python &amp; LaTeX</title><link>https://augmentedscholars.com/posts/research-tools/automate-your-publication-list-with-python-latex/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/automate-your-publication-list-with-python-latex/</guid><description>&lt;h1 id="automate-your-publication-list-with-python--without-manual-updates"&gt;Automate Your Publication List with Python — Without Manual Updates&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;re applying for a grant next month. Your CV lists 23 publications, but you haven&amp;rsquo;t updated your citation count in six months. Google Scholar shows you now have 340 citations (not 287), and your H-index jumped to 12. You manually edit your publication list in LaTeX, rebuild the PDF, and pray you didn&amp;rsquo;t introduce a typo.&lt;/p&gt;</description></item><item><title>Create Beautiful LaTeX Tables with Pandas &amp; Python</title><link>https://augmentedscholars.com/posts/research-tools/create-beautiful-latex-tables-with-pandas-python/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/create-beautiful-latex-tables-with-pandas-python/</guid><description>&lt;h2 id="generate-publication-ready-latex-tables-from-csv-using-pandas--for-researchers--data-scientists"&gt;Generate Publication-Ready LaTeX Tables from CSV Using Pandas — For Researchers &amp;amp; Data Scientists&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve spent hours manually formatting a LaTeX table for your research paper. Then your advisor asks you to re-run the analysis with different parameters. Now you&amp;rsquo;re staring at 200 lines of hand-coded &lt;code&gt;\hline&lt;/code&gt; and &lt;code&gt;&amp;amp;&lt;/code&gt; delimiters, knowing you&amp;rsquo;ll have to rebuild the entire table from scratch—and probably introduce formatting errors in the process.&lt;/p&gt;</description></item><item><title>Create Course Materials in Markdown + Pandoc</title><link>https://augmentedscholars.com/posts/research-tools/create-course-materials-in-markdown-pandoc/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/create-course-materials-in-markdown-pandoc/</guid><description>&lt;h1 id="create-professional-course-materials-in-markdown-using-pandoc--a-complete-workflow-for-teachers--professors"&gt;Create Professional Course Materials in Markdown Using Pandoc — A Complete Workflow for Teachers &amp;amp; Professors&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;re spending hours formatting exercise sets, lab work, and quizzes in Word or Google Docs—adjusting margins, fixing font inconsistencies, regenerating the same content in three different formats. What if you could write once in Markdown and generate polished PDFs, HTML, and more in seconds?&lt;/p&gt;</description></item><item><title>LaTeX in Inkscape: The Correct Way (Tutorial)</title><link>https://augmentedscholars.com/posts/code-automation/latex-in-inkscape-the-correct-way-tutorial/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/code-automation/latex-in-inkscape-the-correct-way-tutorial/</guid><description>&lt;h2 id="embed-latex-equations-in-inkscape-without-extensions--a-beginners-guide-to-two-methods"&gt;Embed LaTeX Equations in Inkscape Without Extensions — A Beginner&amp;rsquo;s Guide to Two Methods&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve designed a technical poster in Inkscape and now need to add a complex equation. You&amp;rsquo;ve heard LaTeX is the way to go, but you&amp;rsquo;re stuck: Do you need to install extensions? Will it break your workflow? Can you actually &lt;em&gt;edit&lt;/em&gt; equations after you place them?&lt;/p&gt;</description></item><item><title>LaTeX in VSCode 2026: LaTeX Workshop Complete Setup</title><link>https://augmentedscholars.com/posts/research-tools/latex-in-vscode-2026-latex-workshop-complete-setup/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/latex-in-vscode-2026-latex-workshop-complete-setup/</guid><description>&lt;h1 id="set-up-latex-in-vscode-without-terminal-headaches--for-researchers--students-writing-theses"&gt;Set Up LaTeX in VSCode Without Terminal Headaches — For Researchers &amp;amp; Students Writing Theses&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;ve started a thesis, research paper, or technical document. You open VSCode—your favorite editor—but LaTeX won&amp;rsquo;t compile. You&amp;rsquo;re stuck toggling between a terminal window, a PDF viewer, and your editor. The setup feels fragmented, slow, and error-prone.&lt;/p&gt;</description></item><item><title>Master Markdown for Research — Write Once, Export Anywhere</title><link>https://augmentedscholars.com/posts/research-tools/master-markdown-for-research-write-once-export-anywhere/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/master-markdown-for-research-write-once-export-anywhere/</guid><description>&lt;h1 id="master-markdown-for-research--write-once-export-anywhere"&gt;Master Markdown for Research — Write Once, Export Anywhere&lt;/h1&gt;
&lt;p&gt;You&amp;rsquo;re switching between Microsoft Word, Google Docs, and LaTeX for different research outputs. Each tool has its own quirks. You spend 20 minutes reformatting a heading. You copy-paste tables and watch them break. You want to write &lt;em&gt;once&lt;/em&gt; and stop fighting with software.&lt;/p&gt;</description></item><item><title>Supercharge TeXstudio: Local AI Chat Without APIs</title><link>https://augmentedscholars.com/posts/research-tools/supercharge-texstudio-local-ai-chat-without-apis/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/supercharge-texstudio-local-ai-chat-without-apis/</guid><description>&lt;h2 id="set-up-a-local-llm-inside-texstudio-without-cloud-apis--for-latex-writers-who-want-privacy"&gt;Set Up a Local LLM Inside TeXstudio Without Cloud APIs — For LaTeX Writers Who Want Privacy&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;re writing a LaTeX paper, and you want AI assistance—but you don&amp;rsquo;t want to pay per API call, send drafts to external servers, or depend on internet connectivity.&lt;/p&gt;</description></item><item><title>TexText: LaTeX + Inkscape Integration for Vector Graphics</title><link>https://augmentedscholars.com/posts/code-automation/textext-latex-inkscape-integration-for-vector-graphics/</link><pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/code-automation/textext-latex-inkscape-integration-for-vector-graphics/</guid><description>&lt;h2 id="combine-inkscape--latex-for-stunning-visuals-using-textext"&gt;Combine Inkscape + LaTeX for Stunning Visuals Using TexText&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve spent hours perfecting an equation in LaTeX, then opened Inkscape to add it to a figure, only to realize you need to recompile, export as PDF, and start over. Or worse: your advisor asks you to change a coefficient in a figure, and you&amp;rsquo;re hunting through old source files.&lt;/p&gt;</description></item><item><title>Overleaf Dark Mode &amp; Markdown Paste: Hidden Features</title><link>https://augmentedscholars.com/posts/research-tools/overleaf-dark-mode-markdown-paste-hidden-features/</link><pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/overleaf-dark-mode-markdown-paste-hidden-features/</guid><description>&lt;p&gt;You&amp;rsquo;re staring at a blinding white PDF preview at 11 PM, trying to finish your paper. Your eyes hurt. You&amp;rsquo;ve got structured notes in Obsidian or ChatGPT output in markdown, but you&amp;rsquo;re manually retyping section headers into LaTeX syntax. There&amp;rsquo;s a better way—and it&amp;rsquo;s already built into Overleaf.&lt;/p&gt;</description></item><item><title>TeXstudio AI Macros: GPT-4 Inside LaTeX</title><link>https://augmentedscholars.com/posts/research-tools/texstudio-ai-macros-gpt-4-inside-latex/</link><pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/texstudio-ai-macros-gpt-4-inside-latex/</guid><description>&lt;h1 id="install-ai-writing-macros-inside-texstudio--for-academic-researchers-and-technical-writers"&gt;Install AI Writing Macros Inside TeXstudio — For Academic Researchers and Technical Writers&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Series Navigation:&lt;/strong&gt; This is Part 1 of the LaTeX AI Assistant series. Part 2 (video generation with AI) coming soon.&lt;/p&gt;</description></item><item><title>Write Research Papers in Markdown + Pandoc</title><link>https://augmentedscholars.com/posts/research-tools/write-research-papers-in-markdown-pandoc/</link><pubDate>Wed, 04 Mar 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/posts/research-tools/write-research-papers-in-markdown-pandoc/</guid><description>&lt;p&gt;You&amp;rsquo;re staring at a LaTeX error message for the 47th time today. Your paper deadline is tomorrow, but you&amp;rsquo;re debugging &lt;code&gt;\begin{figure}&lt;/code&gt; placement instead of refining your argument. There&amp;rsquo;s a better way: &lt;strong&gt;write in clean Markdown, get publication-ready PDFs&lt;/strong&gt; with equations, cross-references, and IEEE/Springer formatting—all without touching LaTeX syntax until the final export.&lt;/p&gt;</description></item></channel></rss>