I typed the following equations:
Code: Select all
\documentclass{article}\usepackage[T2A]{fontenc}\usepackage[utf8]{inputenc}\usepackage{amsmath, eqnarray}\usepackage[colorlinks=true]{hyperref}\begin{document}\vspace*{30\baselineskip}\bgroup\arraycolsep 0.1em\begin{equationarray}{*{9}{c}}M \ddot x & + & D_s \dot x & + & K x & = &F \cos(\omega t + \delta) & + & P \cos(\gamma) \label{eq1} \\[6pt]\underset{\substack{\text{сила} \\ \text{инерции}}}{M \ddot y} & + &\underset{\substack{\text{сила} \\ \text{вязкого} \\ \text{трения}}}{D_s \dot y} & + &\underset{\substack{\text{сила} \\ \text{упругости}}}{K y} & = &\underset{\substack{\text{внешняя} \\ \text{вращающаяся} \\ \text{возбуждающая} \\ \text{сила}}}{F \sin(\omega t + \delta)} & + &\underset{\substack{\text{постоянная} \\ \text{радиальная} \\ \text{сила} \\ \text{нагружения}}}{P \sin(\gamma)} \label{eq2}\end{equationarray}\egroupУравнения \ref{eq1} и \ref{eq2} имеют типичную форму дифференциальных уравнений\ldots\end{document}

I see generated links to equations 1 and 2 and all looks like fine. But when I click them pdf page don't scroll to equation, but to the top of the page. How can I solve this problem?