% % paper.tex, <имя, отчество фамилия контактного лица>, e-mail % \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} %%%%%%%%%%%%%%%%%%%%%%%%%%% Character code reference %%%%%%%%%%%%%%%%%%%%%%%%%% % % % Upper case russian letters (CP866): АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ % % % Lower case russian letters (CP866): абвгдеёжзийклмнопрстуфхцчшщъыьэюя % % Upper case letters: ABCDEFGHIJKLMNOPQRSTUVWXYZ % % Lower case letters: abcdefghijklmnopqrstuvwxyz % % Digits: 0123456789 % % Square, curly, angle braces, parentheses: [] {} <> () % % Backslash, slash, solidus: \ / | % % Period, interrogative, exclamation: . ? ! % % Comma, colon, semi-colon: , : ; % % Underscore, hyphen, equals sign: _ - = % % Quotes (left, right, double): ` ' " % % Commercial-at, hash, dollar, percent: @ # $ % % % Ampersand, asterisk, plus, caret, tilde: & * + ^ % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Пожалуйста, включайте в свой файл выше приведенные строки % c "Character code reference", чтобы была возможность % проконтролировать правильность пересылки Вашего файла по e-mail . % % Конец файла paper.tex %