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.
31 lines
1.3 KiB
TeX
31 lines
1.3 KiB
TeX
%%% Добавление поясняющих записей (notes) к презентации %%%
|
|
\makeatletter
|
|
\@ifundefined{c@presnotes}{
|
|
\newcounter{presnotes}
|
|
\setcounter{presnotes}{0} % 0 --- выкл;
|
|
% 1 --- вкл, записи на отдельном слайде;
|
|
% 2 --- вкл, записи на основном слайде;
|
|
}{}
|
|
\makeatother
|
|
|
|
%%% Положение поясняющих записей (notes) при значении presnotes=2 %%%
|
|
\newcommand{\presposition}{left} % возможные значения: left, right, top, bottom
|
|
|
|
%%% Добавление логотипа из файла images/logo на первом слайде %%%
|
|
\makeatletter
|
|
\@ifundefined{c@logotitle}{
|
|
\newcounter{logotitle}
|
|
\setcounter{logotitle}{1} % 0 --- выкл;
|
|
% 1 --- вкл
|
|
}{}
|
|
\makeatother
|
|
|
|
%%% Добавление логотипа из файла images/logo на слайдах (кроме первого и последнего) %%%
|
|
\makeatletter
|
|
\@ifundefined{c@logoother}{
|
|
\newcounter{logoother}
|
|
\setcounter{logoother}{0} % 0 --- выкл;
|
|
% 1 --- вкл
|
|
}{}
|
|
\makeatother
|