I have an equation that bothers me allot. When I compile this, the \dot{x} on the LHS is placed on top of the brackets. It seems to be a problem with the first \dot, \dot{\overline…}, removing this solves the problem. Can anyone see my error or a way to solve it?
Another strange thing is that something similar is on the RHS, where there are no problems!
Code: Select all
\documentclass[11pt,a4paper]{report}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\begin{document}
\begin{equation}
\rho\dot{\overline{\left(\varepsilon+\tfrac{1}{2}\dot{x}^{2}\right)}}=\rho\dot{\varepsilon}+\rho\dot{\overline{\left(\tfrac{1}{2}\mathbf{\dot{x}}\cdot\mathbf{\dot{x}}\right)}}=\rho\dot{\varepsilon}+\rho\dot{\mathbf{x}}\cdot\ddot{\mathbf{x}}
\end{equation}
\end{document}