有没有办法写出用括号代替圆括号的二项式系数?
另一种写法是得到一个在分母和分子之间没有水平线的分数,然后用大括号将其括起来,但这可能吗?
答案1
您可以利用amsmath
的\genfrac
:
\documentclass{article}
\usepackage{amsmath}
\newcommand{\stirlingii}{\genfrac{\{}{\}}{0pt}{}}
\begin{document}
There is $\binom{a}{b}$ and $\stirlingii{a}{b}$ and also
\[
\binom{a}{b} \text{ and } \stirlingii{a}{b}.
\]
\end{document}
\genfrac{<ldelim>}{<rdelim>}{<width>}{<style>}{<numerator>}{<denominator>}
<ldelim>
设置一个由和支撑的分数,<rdelim>
其分数样式与水平线宽度相似<width>
。可选参数<style>
可以强制输出为四种数学样式中的任意一种。