% !TeX spellcheck = russian-aot
% !TeX encoding = UTF-8
% ----------------------------------------------------------------
% plc-sample-2017.tex
% Demonstration of PLC (Programming Languages and Compilers)
%   conference proceedings and articles template file
% http://plc.sfedu.ru/for-authors.html
% Main file
% Created: 20 January, 2017
% ----------------------------------------------------------------
%
% Requirements:
% - UTF-8 encoding;
% - Standard article document class;
% - A4 paper size;
% - 10pt font;
% - Single column;
% - Floating environments for figures (e. g.
%   \begin {figure} ... \end {figure});
% - Authors' emails (optionally) and affiliations in \author command;
% - An abstract and keywords are required;
% - If a BibTeX file is used, it must be in the form: <prefix>-biblio.bib
%   where <prefix> consists of the author's name and an abbreviated
%   organization name;
% - All used labels must be started with the same <prefix>;
% - Volume: - for proceedings: up to 2 pages; for articles: up to 8 pages.
%

\documentclass [a4paper] {article}

% ----------------------------------------------------------------
% Required packages

\usepackage [T2A] {fontenc}
\usepackage [utf8] {inputenc}
\usepackage [english, russian] {babel}

\usepackage {url}
\usepackage [style = gost-numeric] {biblatex}

% ----------------------------------------------------------------
% Optional packages

\usepackage {lipsum}

% ----------------------------------------------------------------
% Title settings

\addbibresource {ivanov-cdpi-biblio.bib}

% ----------------------------------------------------------------
% Title settings

\title %
  {Пример статьи для конференции PLC}

\author %
{%
  Иванов~И.\,И.\textsuperscript {1}, \url {ivanov@cdpi.ru} \and %
  Петров~П.\,П.\textsuperscript {1}, \url {petrov@cdpi.ru} \and %
  Сидоров~С.\,С.,\textsuperscript {2} \url {sidorov@apli.ru} \\
  \textsuperscript {1}Институт проблем разработки компиляторов \\
  \textsuperscript {2}Институт передовых языков программирования
}%

\date {}    % if desired

% ----------------------------------------------------------------
\begin {document}
% ----------------------------------------------------------------

\maketitle

\begin {abstract}
  %
  Пример оформления тезисов или статьи в~системе \LaTeX\ для конференции PLC 
  (\url {http://plc.sfedu.ru}) \cite {ivanov-cdpi:plc}.
  %
  \\ \textbf {Ключевые слова:} PLC, \LaTeX, компиляторы, языки программирования.
  %
  % or:
  % \\ \textbf {Keywords:} ...
  %
\end {abstract}

\lipsum [1]

Общая схема представлена на~рис.~\ref {ivanov-cdpi:fig.1}. % A label format

\begin {figure}
  %
  \setlength {\unitlength} {1cm}
  %
  \centering
  %
  \begin {picture} (5, 5)
    %
    \multiput (0, 0) (1, 0) {6} {\line (0, 1) {5}}
    %
  \end {picture}
  %
  \caption    % Captions for figures are printed below.
    {\label {ivanov-cdpi:fig.1}Схема компилятора}
  %
\end {figure}

\lipsum [2-5]

\printbibliography

% ----------------------------------------------------------------
\end {document}
% ----------------------------------------------------------------

\endinput

% End of File
