RSS
 

Latex 的上括号

02 Jan

最近几天我也研究上了 Latex ,找到一个教材,地址在这里

不过在这个地方有一个小错误,我研究了一下,应该是下面这样的:

\documentclass{article}
\title{the title}
\author{Ethan}
\date{}
\begin{document}
$$
\left(
	\begin{array}{c}
	m+n\\
	m
	\end{array}
	\right)
=\frac{(m+n)!}{m!n!}
=\frac{\overbrace{(m+n)(m+n-1)\cdots(n+1)}^{\mbox{$m$ factors}}}
    {\underbrace{m(m-1)\cdots 1}_{\mbox{$m$ factors}}}
$$
\end{document}

效果见此。

 
1 Comment

Posted in notes

 

Tags:

Leave a Reply

 
Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).
 
  1. echo

    January 2, 2010 at 4:04 pm

    新年新知识! 我们都是爱学习滴好孩子 ^_^

    ReplyReply