I need the left square root to be exactly of the same size as the one on the right. Currently, if you look carefully, the left horizontal bar is slightly lower than the one on the right (because of the "d" symbol, I guess), and the lower-left "spike" is lower than the one on the right (probably because of the "0").
Code: Select all
\documentclass[12pt,letterpaper]{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{tensor}
\begin{document}
\begin{equation}
\label{vitesse des ondes sonores}
\tensor{v}{_{s}} = \sqrt{\frac{\gamma \, \tensor{p}{_0}}{\tensor{\rho}{_0}}} \equiv \sqrt{\frac{d p}{d \rho}}.
\end{equation}
\end{document}
I tried to use the \smash command, but no luck yet.