Provides enhanced styling for mathematical content with MathJax integration, custom fonts, and figure containers. Supports both MathJax-rendered math and custom-styled mathematical expressions.
Wrap mathematical content in <figure class="math"> containers. Use <math> tags for MathJax rendering or <p> elements for custom-styled math.
You can wrap <math> tags inside a <p> tag or use them directly:
<p> wrapper: Applies the CSS font sizing (1.3em) and spacing defined for figure.math > p<p> wrapper: MathJax renders with its default styling, which may differ in size and spacingUsing a <p> wrapper maintains consistent appearance with text-based math content.
figure.math - Container for mathematical content with calculator icon.left - Left-aligns mathematical content.fake-mathjax-numbers - Custom font for numbers and symbols<math> tagsE = mc²
The quadratic formula: x = (-b ± √(b² - 4ac)) / 2a
∫₀^∞ e^(-x²) dx = √π/2
The derivative of f(x) = 3x² + 2x + 1 is f'(x) = 6x + 2
Proof: If a = b and b = c, then a = c (Transitive Property)
This fundamental property states that if two quantities are equal to the same third quantity, then they are equal to each other.
Set notation: A = {x ∈ ℝ | x > 0}
<math> tags are presentfigure.math for proper styling and calculator icon.left class aligns math to the left instead of center.fake-mathjax-numbers provides custom font styling for numbers