[texhax] One question on LaTeX

William Adams wadams at atlis.com
Wed Aug 27 14:35:17 CEST 2003


Junghoon Suh asked:
> Could you please tell me how to write any `Binomial Distribution' in 
> LaTeX ?
> That is, how can I write two letters or numbers in column within a 
> rather
> large parenthesis ?

The amsmath class has direct support for this:

\documentclass{minimal}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\binom{n}{k}
\end{equation}
\end{document}

I believe \dbinom gets you a displayed version.

Check out http://members.aol.com/willadams/books-tex.html for a 
beginning of a list of free / online / shareware documentation.

William

-- 
William Adams, publishing specialist
voice - 717-731-6707 | Fax - 717-731-6708
www.atlis.com



More information about the texhax mailing list