I am using the following equation:
Code: Select all
...
\usepackage[latin1]{inputenc}
\usepackage[brazil]{babel}
...
\begin{equation}
24.99 = \frac{m_{m\acute{a}x}}{1.83 \times 1.83} \therefore m_{m\acute{a}x} = 24.99 \times 1.83 \times 1.83 \approx 83.7 kg \label{eq:imc_ex_max}
\end{equation}
\begin{equation}
18.50 = \frac{m_{m\acute{i}n}}{1.83 \times 1.83} \therefore m_{m\acute{i}n} = 18.50 \times 1.83 \times 1.83 \approx 61.8 kg \label{eq:imc_ex_min}
\end{equation}
...
But in the second equation... I was expecting the min with the accute accent. This occurs, but the dot of the i charachter is still present.
How can I solve this?
Regards
Jaraqui