update latex presets

This commit is contained in:
Marco Thomas
2022-06-17 15:09:11 +02:00
parent 728dc00c2d
commit aff03fc87b
4 changed files with 98 additions and 0 deletions

33
presets/presentations.tex Normal file
View File

@@ -0,0 +1,33 @@
\documentclass[presentation, smaller, aspectratio=169]{beamer}
\usetheme{Singapore}
\usecolortheme{rose}
\date{\today}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{mathtools}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{hyphenat}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage{color}
\usepackage{proof}
\usepackage{listings}
\usepackage{minted}
% page numbers in the bottom right
\addtobeamertemplate{navigation symbols}{}{%
\usebeamerfont{footline}%
\usebeamercolor[fg]{footline}%
\hspace{1em}%
\raisebox{2pt}[0pt][0pt]{\insertframenumber/\inserttotalframenumber}
}
% code blocks