Added Latex Support

Posted by : on

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 Sujay kundu
Sujay kundu

Full Stack Web Developer, based in Bangalore, India

Email : mail@sujaykundu.com

Website : https://sujaykundu.com

About Kevin Lee

I’m Kevin Lee - born in Utah in 2000. I grew up playing video games which ultimately inspired me to learn coding and understand how video games were developed. Throughout my education, I learned many fundamentals about games such as the pipeline many industries follow, and coding such as experience with multiple common languages. Furthermore, I created three games during my undergraduate year, which can be seen in projects tab. I graduated from the University of Utah with a 4-year bachelor's degree in computer science with an emphasis in entertainment art and engineering (EAE).

Star
Useful Links