Test Page for Math Fomulas

Line Breaks
They must appear inside certain environments.
$1\\2$
$\displaylines{1\\2}$
$\begin{aligned} 1\\2 \end{aligned}$
Defining Macros
When the characters {
and #
appear together, all following content will be discarded due to a Hexo bug
1 | $\newcommand{\water}{H_2O} \def\wate{H_2O}\def\liminfty#1{\lim_{ #1\to\infty}}$ |
Equation Labeling
1 | $\begin{equation}1\end{equation}$ |
You must define am equation label before referencing it.
The hyper link for labeled equation is {postURL}#mjx-eqn%3A{label}
— where spaces are replaced with underscores — according to the MathJax3.2 Documentation
Enabling Extension Packs
colorv2:
$\color{red}{red\color{ #0000ff}{blue}}$
physics:
$\eval{\sin x}_0^\pi$
setoptions:
$\setOptions[physics]{arrowdel=true} \grad \setOptions[physics]{arrowdel=false} \grad$
Note: require and autoload will not work properly — avoid using them.
- Title: Test Page for Math Fomulas
- Author: Berrylium
- Created at : 2025-06-06 23:19:41
- Updated at : 2025-06-08 10:46:13
- Link: https://berrylium0078.github.io/2025/06/06/build-site/math-test/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments