Latex 使用技巧
[TOC]
Latex 多行公式
\begin{equation}
L(l, r, N) = \left\{
\begin{aligned}
0, & N \leq 0 \\
load(l, r), & N = 1 \\
\end{aligned}
\right.
\end{equation}
[TOC]
\begin{equation}
L(l, r, N) = \left\{
\begin{aligned}
0, & N \leq 0 \\
load(l, r), & N = 1 \\
\end{aligned}
\right.
\end{equation}