## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/ru_RU.UTF-8/LaTeX2e: locale for Russian output in LaTeX2e format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'babel' => 'russian',
	   'inputenc' => 'utf8x',
	   'abstract' => 'Аннотация',
	   'copyright notice' => 'Сведения об авторских правах',
	   'before begin document' => '',
	   'after begin document' => '\\renewcommand{\\vpageref}[1]{на стр. \\pageref{#1}}',
	   'before end document' => '',
	   'pdfhyperref' => 'unicode'
	   );

## ----------------------------------------------------------------------
