\documentclass[aps,12pt,final,notitlepage,oneside,onecolumn,showpacs,
nobibnotes,nofootinbib,superscriptaddress,centertags,showkeys]
{revtex4-1}
\usepackage[colorlinks=true, linkcolor=blue, citecolor=blue, urlcolor=blue, naturalnames, pdftex]{hyperref}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[dvips]{graphicx}
\usepackage[cp1251]{inputenc}
\usepackage[T2A]{fontenc}
\usepackage[russian]{babel}
\selectlanguage{russian}
\makeatletter
\renewcommand{\baselinestretch}{2.0}
\renewcommand \thefigure{\@arabic\c@figure}
\renewcommand \thetable{\@arabic\c@table}
\def\place@bibnumber@inl#1{#1.}
\def\thesection {\arabic{section}}
\def\p@section {}
\def\thesubsection {\thesection.\arabic{subsection}}
\def\p@subsection {\thesection.}
\renewcommand*\thesubsection{\arabic{section}.\arabic{subsection}}
\renewcommand{\pagename}{c.}
\renewcommand{\date}{ }
\renewcommand{\andname}{и}
\renewcommand\appendixname{Приложение}
\def\tocname{Содержание}
\begin{document}
\tableofcontents
\section{Раздел 1}
\label{sec:1}
текст
\subsection{Подраздел 1.1}
\label{sec:1.1}
текст
\section{Раздел 2}
\label{sec:2}
текст
\subsection{Подраздел 2.1}
\label{sec:2.1}
текст
\subsection{Подраздел 2.2}
\label{sec:2.2}
текст
Ссылка на раздел 1: \ref{sec:1}\\
Ссылка на подраздел 1.1: \ref{sec:1.1}\\
Ссылка на раздел 2: \ref{sec:2}\\
Ссылка на подраздел 2.1: \ref{sec:2.1}\\
Ссылка на подраздел 2.2: \ref{sec:2.2}
\end{document}