mdbook_mathjax
Section 1
Section 2
Chapter 2
Section 1
Section 2
Chapter 3
Section 1
Section 2
Chapter 4
Section 1
Section 2
Chapter 5
Section 1
Section 2

Chapter 6
Section 1
note
Highlights information that users should take into account, even when skimming.
tip
Optional information to help a user be more successful.
important
Crucial information necessary for users to succeed.
warning
Critical content demanding immediate user attention due to potential risks.
caution
Negative potential consequences of an action.
Section 2
Here is an inline example, ,
an equation,
and a regular $ symbol.
Define :
graph TD
A[ Anyone ] -->|Can help | B( Go to github.com/yuzutech/kroki )
B --> C{ How to contribute? }
C --> D[ Reporting bugs ]
C --> E[ Sharing ideas ]
C --> F[ Advocating ]
以下中文
- 扩展欧几里得算法(Python):
\\
被转义成\
,目前原因不明。
\begin{aligned} & \texttt{def ex_gcd(a, b):}\\ & \qquad \texttt{if b == 0: }\\ & \qquad \qquad \texttt{return 1, 0, a}\\ & \qquad \texttt{else: }\\ & \qquad \qquad \texttt{x, y, g = ex_gcd(b, a % b)}\\ & \qquad \qquad \texttt{return y, x - (a // b) * y, g}\\ \\ \\ & \texttt{N = 5}\\ & \texttt{for n in range(1, N + 1):}\\ & \qquad \texttt{for m in range(1, N + 1):}\\ & \qquad \qquad \texttt{print(ex_gcd(n, m))} \end{aligned}
- 范德蒙德行列式
- 碳酸氢钙溶液加热
- 薛定谔方程
- 麦克斯韦方程组
- 异或运算的真值表
- 狄利克雷函数
- 雅可比符号
- 斯托克斯公式
- 涛函数与黎曼函数
- 德摩根律
- 贝叶斯公式
- 麦克劳林级数
- 自然对数e的定义
- 二项式定理