Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 935 Bytes

2020-10-24-added-latex-support.md

File metadata and controls

34 lines (23 loc) · 935 Bytes
layout title summary author date category thumbnail keywords usemathjax permalink
post
Added Latex Support
Writing Equations using Latex
xplor4r
2020-10-24 10:35:23 +0530
jekyll
/assets/img/posts/code.jpg
devlopr jekyll, how to use devlopr, devlopr, how to use devlopr-jekyll, devlopr-jekyll tutorial,best jekyll themes
true
/blog/added-latex-equations-support/

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}$$