<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Blog Posts on Academic Blog</title>
    <link>https://kristinabecvar.netlify.app/blog/</link>
    <description>Recent content in Blog Posts on Academic Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Fri, 12 Aug 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://kristinabecvar.netlify.app/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Math in Markdown</title>
      <link>https://kristinabecvar.netlify.app/blog/math/</link>
      <pubDate>Mon, 16 May 2022 00:00:00 +0000</pubDate>
      
      <guid>https://kristinabecvar.netlify.app/blog/math/</guid>
      <description>Rendering mathematical equations     Examples from the mathjax demo. But they work with katex as well.
Rmarkdown     In .Rmarkdown documents, you can use either
$a \ne 0$ to get inline math: \(a \ne 0\). There is no conflict with using dollar symbols regularly, because knitr automatically escapes freestanding dollar symbols.
And you can use
$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$ to get a math paragraph:</description>
    </item>
    
  </channel>
</rss>
