<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ chatgptguide - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice. ]]>
        </description>
        <link>https://www.freecodecamp.org/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ chatgptguide - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Mon, 25 May 2026 20:15:17 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/news/tag/chatgptguide/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ How to Write Math Equations in Google Docs ]]>
                </title>
                <description>
                    <![CDATA[ Math equations are a critical part of academic papers, research reports, and technical documentation. While LaTeX is widely used for professional typesetting, Google Docs offers a robust set of features for inserting and formatting math equations and... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/write-math-equations-in-google-docs/</link>
                <guid isPermaLink="false">68275cf15ed8a1db0cf8769b</guid>
                
                    <category>
                        <![CDATA[ Google Docs ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Mathematics ]]>
                    </category>
                
                    <category>
                        <![CDATA[ chatgpt ]]>
                    </category>
                
                    <category>
                        <![CDATA[ chatgptguide ]]>
                    </category>
                
                    <category>
                        <![CDATA[ MathJax ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Vikram Aruchamy ]]>
                </dc:creator>
                <pubDate>Fri, 16 May 2025 15:42:41 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/res/hashnode/image/upload/v1747410133881/93c8cf6e-6cbb-4890-8023-fcc2fdaa0fa2.png" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Math equations are a critical part of academic papers, research reports, and technical documentation. While LaTeX is widely used for professional typesetting, Google Docs offers a robust set of features for inserting and formatting math equations and also supports LaTeX-style input.</p>
<p>Whether you're a student submitting a math assignment or a professional documenting formulas, Google Docs provides multiple ways to insert and format equations efficiently.</p>
<p>In this article, you'll learn how to <a target="_blank" href="https://support.google.com/docs/answer/160749">write math equations in Google Docs</a> using different methods, including using Google Docs’ built-in equation editor and typing LaTeX-style commands directly, inserting complex equations with the help of the Auto-LaTeX add-on, and copying math equations from <a target="_blank" href="https://chromewebstore.google.com/detail/chatgpt-to-google-docs-or/oibghjgooccojibfacdonaoipegckdeg">ChatGPT to Google Docs</a> without losing formatting by using the ChatGPT to Google Docs or PDF Chrome extension.</p>
<h2 id="heading-table-of-contents">Table of Contents</h2>
<ul>
<li><p><a class="post-section-overview" href="#heading-how-to-write-equations-using-the-built-in-equation-editor">How to Write Equations Using the Built-in Equation Editor</a></p>
</li>
<li><p><a class="post-section-overview" href="#heading-how-to-write-equations-using-latex-commands">How to Write Equations Using LaTeX Commands</a></p>
</li>
<li><p><a class="post-section-overview" href="#heading-how-to-use-auto-latex-add-on-for-writing-advanced-math-equations">How to Use Auto Latex Add-on for Writing Advanced Math Equations</a></p>
</li>
<li><p><a class="post-section-overview" href="#heading-how-to-copy-math-equations-from-chatgpt-to-google-docs">How to Copy Math Equations from ChatGPT to Google Docs</a></p>
</li>
<li><p><a class="post-section-overview" href="#heading-watch-how-to-write-equations-in-google-docs">Watch: How to Write Equations in Google Docs</a></p>
</li>
<li><p><a class="post-section-overview" href="#heading-tips-for-formatting-math-equations-in-google-docs">Tips for Formatting Math Equations in Google Docs</a></p>
</li>
<li><p><a class="post-section-overview" href="#heading-conclusion">Conclusion</a></p>
</li>
</ul>
<h2 id="heading-how-to-write-equations-using-the-built-in-equation-editor"><strong>How to Write Equations Using the Built-in Equation Editor</strong></h2>
<p>Google Docs has a built-in equation editor that makes it easy to insert mathematical symbols and expressions.</p>
<p>To insert an equation editor box:</p>
<ol>
<li><p>Open your Google Docs document.</p>
</li>
<li><p>Go to the top menu and click <em>Insert</em> → <em>Equation</em>.</p>
</li>
<li><p>An equation editor will appear, and a new toolbar will show up with common math symbols like fractions, exponents, Greek letters, and more.</p>
</li>
</ol>
<p>Alternatively, you can use the following keyboard shortcuts to insert an equation editor box. </p>
<ul>
<li><p><strong>Windows/Linux:</strong> <code>Alt</code> + <code>I</code>, then <code>E</code></p>
</li>
<li><p><strong>Mac:</strong> <code>Control</code> + <code>Option</code> + <code>I</code>, then <code>E</code></p>
</li>
</ul>
<p>This shortcut quickly opens the equation editor without clicking through menus.</p>
<p><strong>Toolbar Symbols:</strong></p>
<p>Once the toolbar appears, you’ll find buttons for:</p>
<ul>
<li><p>Greek letters</p>
</li>
<li><p>Miscellaneous operations</p>
</li>
<li><p>Relations</p>
</li>
<li><p>Math operations</p>
</li>
<li><p>Arrows</p>
</li>
</ul>
<p>The equation editor box and a toolbar look like the following:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1747198733591/9defa152-16a5-42a1-b098-228a9d1f7f79.png" alt="Google Docs Equation Editor and Toolbar" class="image--center mx-auto" width="1340" height="450" loading="lazy"></p>
<p>Now let’s learn how to write equations using the equation editor with a practical example.</p>
<h3 id="heading-example-typing-the-quadratic-formula">Example: Typing the Quadratic Formula</h3>
<p>Follow these steps to insert the following quadratic formula in Google Docs:</p>
<p>$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$</p><ol>
<li><p>Go to <em>Insert</em> → <em>Equation</em> to insert an equation editor and enable the equation toolbar.</p>
</li>
<li><p>Type <code>x=</code></p>
</li>
<li><p>Click the Math Operations dropdown (the one with templates like square roots, brackets), then select the fraction template. This inserts a placeholder with two parts: a numerator and a denominator.</p>
<p> <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1747199319708/142157c9-f997-494a-be4a-efb619b7c12d.png" alt="Screenshot of Google Docs displaying a feature to insert math equations. A dropdown menu shows various mathematical symbols like fractions, square roots, and integrals. " class="image--center mx-auto" width="721" height="418" loading="lazy"></p>
</li>
<li><p>Click inside the numerator field. Begin by typing <code>-b</code>.</p>
</li>
<li><p>Now insert the ± (plus-minus) symbol. To do this:</p>
<ul>
<li><p>Click the Miscellaneous Operations dropdown</p>
</li>
<li><p>Select the ± symbol from the list.<br>  Your numerator should now show: <code>-b ±</code> as in the following image:</p>
</li>
<li><p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1747199567908/be5daee7-2ed2-4c86-be16-d90e033a05be.png" alt="Screenshot of Google Docs showing a math equation being edited with the equation toolbar open. Various symbols are visible on the toolbar, and part of a quadratic formula is visible in the document area." class="image--center mx-auto" width="766" height="362" loading="lazy"></p>
</li>
</ul>
</li>
<li><p>After the ± symbol, insert a square root:</p>
<ul>
<li><p>Go back to the Math Operations dropdown and select the square root template.</p>
</li>
<li><p>Inside the root, type <code>b^2 - 4ac</code>.</p>
<ul>
<li><p>Use <code>^</code> to enter exponents. For example, <code>b^2</code> will be rendered as <em>b²</em>.</p>
<p>  <img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1747199681755/cc2084c2-5856-4999-9905-d825b5c276d9.png" alt="Screenshot of Google Docs showing a math equation being inserted. A dropdown menu displays mathematical symbols like fractions, square roots, and integrals. A formula for the quadratic equation is in the document area on the right." class="image--center mx-auto" width="775" height="393" loading="lazy"></p>
</li>
</ul>
</li>
</ul>
</li>
<li><p>Move to the denominator field and type <code>2a</code>.</p>
</li>
</ol>
<p>Now your full equation should appear as:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1747199739733/2c1ef4f8-9730-491f-9120-5ba6daee41c3.png" alt="Screenshot of Google Docs showing an open document. It has menu options at the top and a formula for the quadratic equation displayed on the page." class="image--center mx-auto" width="805" height="352" loading="lazy"></p>
<p>The equation will be properly formatted using Google Docs’ equation rendering, making it easy to read and mathematically accurate. You can continue typing more text below or beside the equation as needed – it behaves like any other element in your document.</p>
<p>This approach is useful for inserting neatly formatted equations without relying on add-ons or external tools. It’s especially helpful for students, teachers, and professionals preparing technical documents directly in Google Docs.</p>
<h2 id="heading-how-to-write-equations-using-latex-commands">How to Write Equations Using LaTeX Commands</h2>
<p>If you're familiar with <a target="_blank" href="https://www.latex-project.org/"><strong>LaTeX</strong></a>, you can take advantage of Google Docs’ support for a subset of LaTeX-style commands inside the built-in equation editor. This can greatly speed up the process of entering complex mathematical expressions, especially if you're already comfortable with LaTeX syntax.</p>
<h3 id="heading-how-to-use-latex-commands-in-google-docs">How to Use LaTeX Commands in Google Docs</h3>
<ol>
<li><p>Open your Google Docs document.</p>
</li>
<li><p>Go to Insert → Equation to activate the equation toolbar and equation input field.</p>
</li>
<li><p>Click inside the equation box. Instead of using the toolbar buttons, type LaTeX-style commands directly.</p>
</li>
<li><p>As you type, Google Docs will automatically render the commands into formatted math once you press space or enter after each command or expression.</p>
</li>
</ol>
<h4 id="heading-commonly-supported-latex-commands-in-google-docs">Commonly Supported LaTeX Commands in Google Docs:</h4>
<div class="hn-table">
<table>
<thead>
<tr>
<td><strong>Instruction</strong></td><td><strong>Result</strong></td></tr>
</thead>
<tbody>
<tr>
<td>To insert a fraction</td><td><code>\frac{a}{b}</code> → 𝑎⁄𝑏</td></tr>
<tr>
<td>To insert a square root</td><td><code>\sqrt{x}</code> → √𝑥</td></tr>
<tr>
<td>To insert Greek letters like α, β</td><td><code>\alpha, \beta</code> → α, β</td></tr>
<tr>
<td>To insert an integral with limits</td><td><code>\int_a^b f(x)\,dx</code> → ∫ᵃᵇ 𝑓(𝑥) 𝑑𝑥</td></tr>
<tr>
<td>To insert x superscript 2</td><td><code>x^2</code> → 𝑥²</td></tr>
<tr>
<td>To insert x subscript 1</td><td><code>x_1</code> → 𝑥₁</td></tr>
</tbody>
</table>
</div><p>Type these commands in the equation box, and when you press space or enter, they will be converted to properly formatted mathematical notation.</p>
<h4 id="heading-example-typing-the-quadratic-formula-using-latex-commands">Example: Typing the Quadratic Formula Using LaTeX Commands</h4>
<p>Let’s walk through how to enter the following quadratic formula using LaTeX-style commands:</p>
<p>$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$</p><p><strong>Steps:</strong></p>
<ol>
<li><p>Insert the equation box: Go to Insert → Equation.</p>
</li>
<li><p>In the equation input area, type the following:</p>
</li>
</ol>
<pre><code class="lang-javascript">x = \frac{-b \pm \sqrt{b^<span class="hljs-number">2</span> - <span class="hljs-number">4</span>ac}}{<span class="hljs-number">2</span>a}
</code></pre>
<ul>
<li><p><code>\frac</code> creates a fraction.</p>
</li>
<li><p><code>-b</code> is the numerator’s first term.</p>
</li>
<li><p><code>\pm</code> inserts the plus-minus symbol.</p>
</li>
<li><p><code>\sqrt</code> creates a square root.</p>
</li>
<li><p><code>b^2</code> formats <em>b squared</em>.</p>
</li>
<li><p><code>- 4ac</code> is written normally inside the square root.</p>
</li>
<li><p><code>2a</code> is the denominator.</p>
</li>
</ul>
<ol start="3">
<li>As you type, press space or enter after each LaTeX command. Google Docs will automatically convert the code into properly formatted math notation.</li>
</ol>
<p>After rendering, the equation will appear as:</p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1747199739733/2c1ef4f8-9730-491f-9120-5ba6daee41c3.png" alt="A Google Docs interface showing the quadratic formula being entered as a math equation" width="805" height="352" loading="lazy"></p>
<p>This method is ideal for users who prefer keyboard-based input over clicking toolbar icons. It also allows you to enter complex expressions faster and more accurately, especially if you're familiar with standard LaTeX syntax.</p>
<h4 id="heading-notes">Notes:</h4>
<ul>
<li><p>Not all LaTeX features are supported in Google Docs. The supported commands are limited to basic math formatting, Greek letters, and common symbols.</p>
</li>
<li><p>Make sure to press <strong>space</strong> after each LaTeX command so that Docs knows to render it.</p>
</li>
</ul>
<h2 id="heading-how-to-use-auto-latex-add-on-for-writing-advanced-math-equations">How to Use Auto Latex Add-on for Writing Advanced Math Equations</h2>
<p>When generating mathematical content using tools like ChatGPT, you'll notice that equations are <strong>rendered visually on the webpage</strong>, but behind the scenes they’re created using <a target="_blank" href="https://www.latex-project.org/">LaTeX</a> code. So when you copy content from ChatGPT into Google Docs, the equations come through as raw LaTeX code rather than rendered math expressions.</p>
<p>For example, a quadratic formula provided by ChatGPT might look like this when pasted into your document:</p>
<pre><code class="lang-javascript">x = \frac{-b \pm \sqrt{b^<span class="hljs-number">2</span> - <span class="hljs-number">4</span>ac}}{<span class="hljs-number">2</span>a}
</code></pre>
<p>While this format is ideal for precision, Google Docs doesn’t support LaTeX rendering by default.</p>
<p>This is where the <strong>Auto-LaTeX Equations</strong> add-on becomes essential, especially if you're moving content from <a target="_blank" href="https://www.docstomarkdown.pro/chatgpt-to-google-docs/">ChatGPT to Google Docs</a>. It’s also incredibly useful when importing LaTeX-based documents into Google Docs, such as content originally written in <a target="_blank" href="https://overleaf.com/">Overleaf</a> or other LaTeX editors.</p>
<p>Instead of manually reformatting equations, the add-on automatically renders LaTeX code into properly formatted math equations, preserving the typesetting and structure you’d expect from a LaTeX environment.</p>
<h3 id="heading-what-is-auto-latex-equations">What is Auto-LaTeX Equations?</h3>
<p><a target="_blank" href="https://workspace.google.com/marketplace/app/autolatex_equations/850293439076"><strong>Auto-LaTeX Equations</strong></a> is a free and open-source Google Docs add-on that scans your document for LaTeX expressions and converts them into a properly formatted equations.</p>
<p>It recognizes LaTeX code wrapped in these delimiters:</p>
<ul>
<li><p>Inline: <code>$$ ... $$</code></p>
</li>
<li><p>Display: <code>\[ ... \]</code></p>
</li>
</ul>
<p>Once detected, it renders the equations seamlessly within your document, eliminating the need to retype or manually format them.</p>
<ol>
<li><p>Paste your LaTeX expression into the Google Docs document. Make sure the expression is enclosed using one of the supported delimiters:</p>
<p> <code>$$ ... $$ or \[ ... \]</code></p>
</li>
<li><p>Open the add-on sidebar by clicking Extensions <strong>→</strong> Auto-LaTeX Equations <strong>→</strong> Start.</p>
</li>
<li><p>Once the sidebar opens, you’ll see a dropdown labeled “Delimiters” and a button called “Render Equations.”</p>
</li>
<li><p>Select the delimiter you used when enclosing your LaTeX equations – for example, <code>$$</code> or <code>\[ \]</code>.</p>
</li>
<li><p>Click the “Render Equations” button.</p>
</li>
</ol>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1747203253430/e96fe9ac-ccba-4ed5-ab10-1e759d737d7d.png" alt="Auto Latex Equations add-on sidebar" class="image--center mx-auto" width="297" height="387" loading="lazy"></p>
<p>The add-on will automatically scan your document and convert all valid LaTeX expressions into properly formatted equation images.</p>
<p>This step-by-step process allows you to take any LaTeX-based math copied from ChatGPT and render it cleanly within Google Docs – ready for export to Word or PDF.</p>
<h3 id="heading-example-converting-a-latex-coded-equation-to-rendered-math-equations">Example: Converting a LaTeX coded Equation to Rendered Math Equations</h3>
<p>Paste the following equation into Google Docs:</p>
<p><code>$$ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$</code></p>
<p>To convert it:</p>
<ol>
<li><p>Go to Extensions → Auto-LaTeX Equations → Start.</p>
</li>
<li><p>Select the Delimitor as <code>$$</code> ..<code>$$</code> and click on the Render Equations button. The equation will be rendered and look as follows:</p>
</li>
</ol>
<p>$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$</p><h4 id="heading-how-to-install-auto-latex-equations">How to Install Auto-LaTeX Equations</h4>
<ol>
<li><p>In Google Docs, click Extensions → Add-ons → Get add-ons.</p>
</li>
<li><p>Search for Auto-LaTeX Equations.</p>
</li>
<li><p>Click Install and follow the prompts.</p>
</li>
<li><p>After installation, access it from Extensions → Auto-LaTeX Equations.</p>
</li>
</ol>
<h2 id="heading-how-to-copy-math-equations-from-chatgpt-to-google-docs">How to Copy Math Equations from ChatGPT to Google Docs</h2>
<p>To easily transfer math equations and the surrounding content from ChatGPT into Google Docs without losing formatting, use the free <a target="_blank" href="https://chromewebstore.google.com/detail/chatgpt-to-google-docs-or/oibghjgooccojibfacdonaoipegckdeg"><strong>ChatGPT to Google Docs or PDF</strong></a> Chrome extension.</p>
<p>This extension allows you to:</p>
<ul>
<li><p>Export a single response (with equations and tables) into Google Docs while preserving formatting</p>
</li>
<li><p>Export an entire conversation, including math, code, and text, into a clean, one organized Google Docs, no need to export responses separately and <a target="_blank" href="https://www.freecodecamp.org/news/merge-multiple-google-docs-with-apps-script-or-google-docs-api/">merge multiple Google Docs into one</a> later</p>
</li>
<li><p>Save ChatGPT canvas content as a Google Docs or PDF</p>
</li>
<li><p>Export ChatGPT deep research documents directly into Google Docs</p>
</li>
<li><p>Export <a target="_blank" href="https://www.docstomarkdown.pro/chatgpt-to-pdf/">ChatGPT content directly into PDF format</a> when no further edits are necessary, eliminating the need to first export to Google Docs and then convert <a target="_blank" href="https://workspace.google.com/marketplace/app/docs_to_pdf_pro/302636103705">Google Docs to PDF</a></p>
</li>
</ul>
<p>It’s especially useful for students, researchers, and professionals who want to keep their AI-generated math, notes, and research well-organized in Google Docs or PDF format with minimal effort.</p>
<h2 id="heading-watch-how-to-write-equations-in-google-docs">Watch: How to Write Equations in Google Docs</h2>
<p>If you prefer visual learning, here’s a helpful video walkthrough that demonstrates all the methods discussed above – using the built-in equation editor, LaTeX-like commands, and the Auto-LaTeX Equations add-on.</p>
<p>This step-by-step tutorial covers:</p>
<ul>
<li><p>Opening and using the built-in equation toolbar</p>
</li>
<li><p>Typing LaTeX-style commands directly in the equation editor</p>
</li>
<li><p>Converting AI-generated LaTeX (e.g., from ChatGPT) into clean equations</p>
</li>
</ul>
<div class="embed-wrapper">
        <iframe width="560" height="315" src="https://www.youtube.com/embed/Y_2q45Qscp0" style="aspect-ratio: 16 / 9; width: 100%; height: auto;" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="" loading="lazy"></iframe></div>
<p> </p>
<h2 id="heading-tips-for-formatting-math-equations-in-google-docs">Tips for Formatting Math Equations in Google Docs</h2>
<p><strong>Use inline equations when:</strong></p>
<ul>
<li><p>Inserting short expressions like <code>x²</code>, <code>a/b</code>, or single variables</p>
</li>
<li><p>Including math within a sentence to maintain the flow of text</p>
</li>
</ul>
<p><strong>Use block equations when:</strong></p>
<ul>
<li><p>Writing complex or multi-line formulas (e.g., the quadratic formula)</p>
</li>
<li><p>You want the equation to be clearly separated from the surrounding text for readability</p>
</li>
</ul>
<p><strong>Wrapping tips for rendered equations:</strong></p>
<ul>
<li><p>Rendered equations are treated as images in Google Docs, which may disrupt the document layout if not positioned correctly</p>
</li>
<li><p>To fix this:</p>
<ul>
<li><p>Click the equation image</p>
</li>
<li><p>Choose from:</p>
<ul>
<li><p><strong>In line</strong> – aligns the equation with surrounding text (best for inline use)</p>
</li>
<li><p><strong>Wrap text</strong> – wraps paragraph text around the equation image</p>
</li>
<li><p><strong>Break text</strong> – places the equation on its own line, isolating it</p>
</li>
</ul>
</li>
<li><p>Use the margin handles or spacing options to fine-tune the layout and prevent overlap or crowding</p>
</li>
</ul>
</li>
</ul>
<h2 id="heading-conclusion">Conclusion</h2>
<p>Google Docs offers several flexible ways to write and manage math equations:</p>
<ul>
<li><p><strong>Use the built-in equation editor</strong> for basic symbols, fractions, exponents, and common operations. It’s easy to access and great for straightforward math tasks without needing special syntax.</p>
</li>
<li><p><strong>Try LaTeX-like commands</strong> inside the equation editor for faster input. You can type commands like <code>\frac</code>, <code>\sqrt</code>, or <code>\alpha</code> to quickly insert structured equations without navigating menus.</p>
</li>
<li><p><strong>Install add-ons like Auto-LaTeX Equations</strong> for advanced LaTeX rendering. This is especially useful if you're copying equations from Overleaf, ChatGPT, or LaTeX documents into Google Docs, as it preserves formatting and converts code into clean equation images.</p>
</li>
<li><p><strong>Use external tools when copying from other formats</strong>, like the <em>ChatGPT to Google Docs or PDF</em> Chrome extension, which helps retain equation formatting when moving content from ChatGPT or other platforms.</p>
</li>
</ul>
<p>Whether you’re completing math homework, preparing teaching materials, or writing a research paper, Google Docs, combined with these tools, gives you everything you need to create clear, professional-looking documents with math content.</p>
 ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
