-
Notifications
You must be signed in to change notification settings - Fork 0
/
prespackages.tex
19 lines (15 loc) · 903 Bytes
/
prespackages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\hypersetup{
unicode=true, % non-Latin characters in Acrobat’s bookmarks
}
\usepackage{mathtext}
\usepackage{enumerate,float,indentfirst}
\usepackage{appendixnumberbeamer} % не считать номера страниц после команды \appendix
\usepackage{array, booktabs} % для таблиц
\usepackage{pgfpages}
\usepackage{esint} % various fancy integral symbols
\graphicspath{{images/}{Presentation/images/}} % папки с графикой
\DeclareRobustCommand{\fixme}{\textcolor{red}} % решаем проблему превращения названия цвета в результате \MakeUppercase, http://tex.stackexchange.com/a/187930, \DeclareRobustCommand protects \todo from expanding inside \MakeUppercase
\makeatletter
\newcommand*{\rom}[1]{\expandafter\@slowromancap\romannumeral#1@}
\makeatother
\newcommand{\itemi}{\item[\checkmark]}