Added Latex Support

Posted by : at

Category : jekyll


You can now use LaTex to write equations :

In the frontmatter of the article add this :

usemathjax: true

After that, simply wrap the math symbols of your article with two double-dollar sign $$:

For Example :

  • use this $$E=mc^2$$

You should be able to see it in your post as: \(E=mc^2\)

use $$mean = \frac{\displaystyle\sum_{i=1}^{n} x_{i}}{n}$$ to write :

\[mean = \frac{\displaystyle\sum_{i=1}^{n} x_{i}}{n}\]
  • Use k_{n+1} = n^2 + k_n^2 - k_{n-1} to write
\[k_{n+1} = n^2 + k_n^2 - k_{n-1}\]
About Satyam Kumar Yadav
Satyam Kumar Yadav

Hi I am Satyam Kumar Yadav, a Programmer and Machine Learning Engineer.

Email : satyamyadav6119@gmail.com

Website : https://satyam-kumar-yadav.github.io/

Why I have written ?

I have seen an acceleration in my learning curve, a deeper understanding of statistics and python, and a large improvement in my communication skills since starting my blog. I never realized how useful maintaining a blog could be as a learning technique. This comes with the added benefit of being able to store information and code for myself and for others to also use, which is essential for getting feedback and connecting with other people.

Categories