Files
hugo-profile/exampleSite/content/blogs/math.md
T
gurusabarish 8f90faf8dc bux fix
2022-12-14 00:10:18 +05:30

911 B

title, date, draft, author, tags, image, description, toc, mathjax
title date draft author tags image description toc mathjax
Render Math With Mathjax 2022-12-09T19:53:33+05:30 false Gurusabarish
Markdown syntax
Mathjax
example
/images/mathjax.png true true

Mathjax

Math equations can be rendered using Mathjax syntax with AMS symbol support.

Optionally enable this on a per-page basis by adding mathjax: true to your frontmatter.

Then, use $$ ... $$ on a line by itself to render a block equation:

| Pr_{x \leftarrow P_{1}} [A(x) = 1] - Pr_{x \leftarrow P_{2}} [A(x) = 1] | < \text{negligible}

The raw version is:

$$ | Pr_{x \leftarrow P_{1}} [A(x) = 1] - Pr_{x \leftarrow P_{2}} [A(x) = 1] | < \text{negligible} $$

Write in-line equations with \\( ... \\) , like \( x^n / y \) . It's easy!

Write in-line equations with `\\( ... \\)` , like \\( x^n / y \\) . It's easy!