有时在数学中,当定义一个函数时,我会看到类似的
f(x) = 0 if x is even
1 if x is odd
其中,值 0 和 1 前面使用左括号。我如何在 LaTeX 中做到这一点?
答案1
请看这里:http://en.wikibooks.org/wiki/LaTeX/Advanced_Mathematics#The_cases_environment,完美地回答了你的问题。
amsmath
请记住在您的序言中包含该包:\usepackage{amsmath}