I want to type a column vector like below:
[ dx ]
UI = [ dy ]
[ dtheta ]
U is the name of this vector, and I is the subscript. Two brackets like the matrix style.
dx, dy and dtheta are actually three items with a dot on their head, and theta is a Greek letter.
dx,dyanddtheta, you could use\dot{x},\dot{y}and\dot{\theta}. – Werner Sep 6 '12 at 14:01\[...\]use\begin{equation}...\end{equation}. – Gonzalo Medina Sep 6 '12 at 14:19