-
Notifications
You must be signed in to change notification settings - Fork 676
/
setup.tex
30 lines (27 loc) · 1.25 KB
/
setup.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%%% Добавление поясняющих записей (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