LaTeX Math Support in Astro Scholar
Table of Contents
Welcome to the new LaTeX math support in Astro Scholar! This post demonstrates the various ways you can write mathematical equations in your markdown files.
Inline Math
You can easily write inline math equations by wrapping them in single dollar signs. For example, the famous mass-energy equivalence formula is .
Here are some more inline examples:
- The area of a circle:
- The Pythagorean theorem:
- A simple limit:
Block Math
For larger or more complex equations, you can use block math by wrapping them in double dollar signs. This will center the equation on its own line.
Here is the quadratic formula:
Calculus
Let’s look at some calculus examples:
Derivative:
Integral:
Matrices
You can also render matrices:
Summation and Products
Enjoy writing beautiful math equations in your blog posts!