-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeamer.tex
More file actions
45 lines (41 loc) · 1.35 KB
/
beamer.tex
File metadata and controls
45 lines (41 loc) · 1.35 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\documentclass[aspectratio=169,t]{beamer}
\usetheme[workplace=fi]{MU}
\usepackage[czech,english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{booktabs}
\usepackage{bm}
\usepackage{fontawesome}
\usepackage{graphbox}
\usepackage{minted}
\usepackage{multicol}
\usepackage{tikz}
\usepackage[
backend=biber,
style=numeric,
sorting=none,
autolang=other,
sortlocale=auto,
]{biblatex}
\addbibresource{content.bib}
% Some additional templates.
\setbeamertemplate{section in toc}[sections numbered]
\setbeamertemplate{subsection in toc}[subsections numbered]
% Some additional macros.
\def\abbr#1{\MakeUppercase{#1}}
\let\term\emph
\let\note\footnote
\def\bodytext#1{\textsf{\textmd{\color{black}{#1}}}}
\def\task#1{\textcolor{mubeamer@gray6}{\textbf{#1}}}
\def\library#1{\textcolor{mubeamer@base}{\textbf{#1}}}
\long\def\titlenote#1{\smash{\textmd{#1}}}
\let\oldcite\cite\renewcommand\cite[2][]{\textmd{\oldcite[#1]{#2}}}
\let\oldhref\href\def\href#1#2{\oldhref{#1}{\color{mubeamer@base}{#2}}}
\makeatletter\newenvironment{listings}{% Remove vertical spacing between
\vskip\topsep % verbatim environments.
\let\FV@ListVSpace\relax\topsep=0pt \partopsep=0pt
% Use small font.
\footnotesize}{}\makeatother
% \usepackage{handoutWithNotes}
% \pgfpagesuselayout{4 on 1 with notes}[a4paper,border shrink=5mm]
\input content