<?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 RaviKiran Kilingar</title>
    <link>https://rkilingar.me/categories/latex/</link>
    <description>Recent content in LaTeX on RaviKiran Kilingar</description>
    <image>
      <url>https://rkilingar.me/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://rkilingar.me/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Sun, 30 Jan 2022 10:07:30 +0530</lastBuildDate><atom:link href="https://rkilingar.me/categories/latex/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using KaTeX in hugo</title>
      <link>https://rkilingar.me/posts/katex-hugo/</link>
      <pubDate>Sun, 30 Jan 2022 10:07:30 +0530</pubDate>
      
      <guid>https://rkilingar.me/posts/katex-hugo/</guid>
      <description>Using KaTeX in Hugo for math typesetting Rendering latex in hugo can be achieved using KaTeX. This gives us the ability to render equations like below efficiently:
$\displaystyle\sum\limits_{i=0}^n i^3$
Steps to follow We want to implement it in such a way that any pages that uses math typesetting can be earmarked with math: true in front-matter and then optionally katex will render the formulas given as below:
$\displaystyle\sum\limits_{i=0}^n i^3$ with:</description>
    </item>
    
  </channel>
</rss>
