amsmath
“s \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>
で区切られた分数を、幅。オプションの<style>
は、出力を強制的に4つの数学スタイルのy。
コメント