Здравствуйте!
Столкнулся с такой проблемой: нужно оформить математические изыскания в REVTeX 4. Но никак не получается его поставить. Может кто подскажет что я делаю не правильно?!
У меня MikTex и TeXnic Center, как написано в многочисленных readme по REVTeX 4 и REVTeX 4.1
эти файлы:revtex4.cls - The REVTeX 4 class file
aps.rtx - APS specific REVTeX 4 customizations for Phys. Rev.
rmp.rtx - APS specific REVTeX 4 customizations for Rev. Mod. Phys.
10pt.rtx - 10 point size class option file for REVTeX.
11pt.rtx - 11 point size class option file for REVTeX.
12pt.rtx - 12 point size class option file for REVTeX.
apsrev.bst - A new custom-bib based BibTeX style file for use with REVTeX 4 for Phys. Rev. style citations.
apsrmp.bst - For Rev. Mod. Physics (author/year) style citations
revsymb.sty - A collection of common symbols for use outside of REVTeX.
кинул в "туда где тех может найти..." а именно в "C:\localtexmf\tex\latex\Essential tools". И для верности еще закинул все это в "C:\localtexmf\tex\latex\revtex4"
Далее файлы .bst кинул в "C:\TEX\local\bibtex\bst\revtex4". Обновляю все пути через MikTex Options, а затем пытаюсь запустить пробный файл вот такой:
Код:
\documentclass[
aps,%
12pt,%
final,%
notitlepage,%
oneside,%
onecolumn,%
nobibnotes,%
nofootinbib,% В текущей версии REVTeX c этой опцией
% не работают сноски (footnotes) в таблицах.
superscriptaddress,%
noshowpacs,%
centertags]%
{revtex4}
\begin{document}
\selectlanguage{russian} % Для статьи на русском языке
%\selectlanguage{english} % Для статьи на английском языке
%
\title{...}
%
\author{\firstmame{...} \surname{...}}
%\email[]{Your e-mail address}
%\homepage[]{Your web page}
%\thanks{}
%\altaffiliation{}
\affiliation{...}
%
\author{\firstmame{...} \surname{...}}
%\email[]{Your e-mail address}
%\homepage[]{Your web page}
%\thanks{}
%\altaffiliation{}
\noaffiliation
%
\begin{abstract}
.................
\end{abstract}
%
\maketitle
%
\section{...}
...........................
\subsection{}
...........................
\newpage
\begin{thebibliography}{99}
\bibitem{1}
\refitem{...}
...........................
\bibitem{2}
\refitem{...}
...........................
\end{thebibliography}
%
\newpage
%
% Для статей на русском языке далее следуют
% на английском языке название статьи, список авторов и краткая аннотация.
%
\selectlanguage{english}
\begin{center}
\large \bfseries \MakeTextUppercase{%
English name of paper
}
\end{center}
%
\begin{center}
\bfseries
Authors
%I.~I.~Ivanov, A.~E.~Petrov, L.~V.~Sidorov, A.~Smith
}%
\end{center}
%
\begin{center}
\begin{minipage}{\textwidth - 2cm}
\small
Abstract in English.
\end{minipage}
\end{center}
\selectlanguage{russian}
%
\newpage
%
%%++ Figure:1
\begin{figure}
\includegraphics{fig1.eps}
\caption{....}
\end{figure}
%
\newpage
%
%%++ Figure:2
\begin{figure}
\includegraphics{fig2.eps}
\caption{....}
\end{figure}
%
\newpage
%
%%++ Table:1
\begin{table}
\caption{....}
\bigskip
\begin{tabular}{|c|c|c|c|c|c|c|c|}
...............
\end{tabular}
\end{table}
%
\newpage
%%++ Table:2
\begin{table}
\caption{....}
\bigskip
\begin{tabular}{|c|c|c|c|c|c|c|}
...............
\end{tabular}
\end{table}
%
......................
%
\end{document}
и получаю кучу (16) ошибок причем однотипных, а именно:
"! Package babel error: You haven't defined the language russian yet."и еще правда несколько "Undefined control sequence". В чем проблема??? Как этот REVTeX поставить нормально?!
p.s: все необходимые и упоминаемые файлы взяты с
http://www.maik.ru/pub/tex/revtex4/ и
https://authors.aps.org/revtex4/