Math
About 1 min
Adds
Settings
Install related
pnpm
pnpm add -D katex
# or
pnpm add -D mathjax-fullyarn
yarn add -D katex
# or
yarn add -D mathjax-fullnpm
npm i -D katex
# or
npm i -D mathjax-fullThen enabling via:
import { hopeTheme } from "vuepress-theme-hope";
export default hopeTheme({
markdown: {
math: {
type: "katex", // or 'mathjax'
},
},
});Syntax
Inline mode:
$xxx$Display mode:
$$xxx$$ $$ xxx $$
Escaping can be done by using \ before the $ character, or adding space both before and after the $ character.
The
Escaping
Escaping can be done by using `\` before the `$` character, or adding space both before and after the `$` character.
The $a=1$ is a TeX equation, while $ a=1 $ and \$a=1$ is not.Demo
Euler's identity
Inline
Euler's identity $e^{i\pi}+1=0$ is a beautiful formula in $\mathbb{R}^2$.Display
$$
\frac {\partial^r} {\partial \omega^r} \left(\frac {y^{\omega}} {\omega}\right)
= \left(\frac {y^{\omega}} {\omega}\right) \left\{(\log y)^r + \sum_{i=1}^r \frac {(-1)^ Ir \cdots (r-i+1) (\log y)^{ri}} {\omega^i} \right\}
$$Playground
Input
Output
Here will be the render result
Support List
Plugin tutorial and FAQs: TeX
Katex:
Mathjax:
Using KaTeX
When using KaTeX, any other options will be passed to KaTeX as KatexOptions. See KaTeX Docs for all available options.
Besides, 2 special options are supported:
copy: enable copy extension or not.mhchem: enable mhchem extension or not.
Using MathJax
When using MathJax, you can set:
tex: options which is passed to TeX input parseroutput: either'svg'(default) or'chtml'to change output format between SVG and HTML.chtml: options which is passed to Common HTML output parsersvg: options which is passed to SVG output parser
Changelog
6/4/25, 1:34 PM
View All Changelog
1bd5f-on55e92-onb1230-on22787-on6ad69-onb41c0-on54c46-on55ea3-on757fd-on83bff-onef5af-on07492-on2a306-one45fb-on8174c-on74050-on52ad0-on2243a-onfeeb6-on2fa50-on3c8d6-on9856d-on23515-on48bca-on9cdd7-on63d09-on1ca3e-onfd395-on1eb77-on60053-on1a73d-on4d1ba-onf6ff0-on3c199-on019a8-onb9286-onace60-on0ea98-on688d8-on8e875-on