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 Jarence Casisirano
Jarence Casisirano

Geospatial engineer based in Cavite, Philippines

Email : jarencecasisirano@gmail.com

Website : https://jareo.xyz

About Jarence Casisirano

I’m Jarence Casisirano, a Geodetic Engineer with deep interests in remote sensing and earth observation, geoinformatics and cartography, geospatial data science, and systems development. I explore how spatial data, statistical analysis, and open-source technologies can be combined to solve real-world problems — from satellite image interpretation to building GIS-powered tools and applications.

Star