Documentation Guides

Math & Tex #

romero supports math & equation supports through Katex

Configuration #

Must be enabled in configuration (default):

[output.html]
+mathjax-support = true

Examples #

Given the radius rr of a circle, the area AA is:

A=π×r2 A = \pi \times r^2

And the circumference CC is:

C=2πr C = 2 \pi r

Representation in Markdown #

Given the radius $r$ of a circle, the area $A$ is:

$$
A = \pi \times r^2
$$

And the circumference $C$ is:

$$
C = 2 \pi r
$$