You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
%&preformat-present
\newif \ifpresentation % Условие, проверяющее, что документ --- презентация
\presentationtrue
\documentclass [10pt, xcolor={dvipsnames, table, hyperref}] { beamer}
\input { common/setup} % Общие настройки шаблона
\input { common/packages} % Пакеты общие для диссертации и автореферата
\input { common/data} % Основные сведения
\input { common/fonts} % Определение шрифтов (частичное)
\input { Presentation/setup} % Настройки презентации
\input { Presentation/prespackages} % Библиотеки презентации
\input { Presentation/styles} % Стили презентации
\input { Presentation/title} % Настройки заглавной странице
%%% Библиография. Выбор движка для реализации %%%
\ifnumequal { \value { bibliosel} } { 0} { %
\input { biblio/predefined} % Встроенная реализация с загрузкой файла через движок bibtex8
} {
\input { biblio/biblatex} % Реализация пакетом biblatex через движок biber
}
% Вывести информацию о версиях используемых библиотек в лог сборки
\listfiles
\begin { document}
\input { Presentation/preamble} % Первые слайды презентации
\input { Presentation/content} % Настройки заглавной странице
\input { Presentation/conclusion} % Последние слайды презентации
\appendix
\input { Presentation/appendix} % Запасные слайды презентации
\end { document}